[LLVMbugs] [Bug 8090] New: clang++ crash after typo recovery

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Sun Sep 5 19:09:08 PDT 2010


http://llvm.org/bugs/show_bug.cgi?id=8090

           Summary: clang++ crash after typo recovery
           Product: clang
           Version: unspecified
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P
         Component: C++
        AssignedTo: unassignedclangbugs at nondot.org
        ReportedBy: clattner at apple.com
                CC: llvmbugs at cs.uiuc.edu, dgregor at apple.com


Clang++ crashes on this, I hit this when I forgot to include <map>:


template<typename _Tp>
int max(const _Tp& __a, const _Tp& __b) {
}
void Emit() {
  map<unsigned, int>::iterator LI; 
}

-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the llvm-bugs mailing list