Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Assertion failed: Entry != DelayedTypos.end() && "Failed to get the state for a TypoExpr!" #27412

Closed
llvmbot opened this issue Mar 23, 2016 · 1 comment
Labels
bugzilla Issues migrated from bugzilla duplicate Resolved as duplicate

Comments

@llvmbot
Copy link
Collaborator

llvmbot commented Mar 23, 2016

Bugzilla Link 27038
Resolution DUPLICATE
Resolved on Jun 13, 2016 16:10
Version unspecified
OS Windows NT
Reporter LLVM Bugzilla Contributor

Extended Description

clang -c bad.c
where bad.c is:

f() {
int pi = false;
pi > p
}

results in

Assertion failed: Entry != DelayedTypos.end() && "Failed to get the state for a TypoExpr!", file C:\llvm\tools\clang\lib\Sema\SemaLookup.cpp, line 5032

clang version 3.9.0 (trunk 264142)

@llvmbot
Copy link
Collaborator Author

llvmbot commented Jun 13, 2016

Fixed, thanks for reporting!

*** This bug has been marked as a duplicate of bug #27074 ***

@llvmbot llvmbot transferred this issue from llvm/llvm-bugzilla-archive Dec 10, 2021
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bugzilla Issues migrated from bugzilla duplicate Resolved as duplicate
Projects
None yet
Development

No branches or pull requests

1 participant