[llvm-bugs] [Bug 27038] New: Assertion failed: Entry != DelayedTypos.end() && "Failed to get the state for a TypoExpr!"

via llvm-bugs llvm-bugs at lists.llvm.org
Wed Mar 23 01:27:06 PDT 2016


https://llvm.org/bugs/show_bug.cgi?id=27038

            Bug ID: 27038
           Summary: Assertion failed: Entry != DelayedTypos.end() &&
                    "Failed to get the state for a TypoExpr!"
           Product: new-bugs
           Version: unspecified
          Hardware: PC
                OS: Windows NT
            Status: NEW
          Severity: normal
          Priority: P
         Component: new bugs
          Assignee: unassignedbugs at nondot.org
          Reporter: yaron.keren at gmail.com
                CC: llvm-bugs at lists.llvm.org
    Classification: Unclassified

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)

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20160323/1fa1f423/attachment.html>


More information about the llvm-bugs mailing list