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

            Bug ID: 24143
           Summary: Crash while reporting typo correction
           Product: clang
           Version: trunk
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: -New Bugs
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected]
    Classification: Unclassified

Created attachment 14594
  --> https://llvm.org/bugs/attachment.cgi?id=14594&action=edit
Output / crash backtrace

Clang trunk crashed between reporting undeclared identifiers:

// foo and error declared, errno undeclared
error(foo(errno), errno);

It seems important that there is another identifier similar to the undeclared
identifier and that the undeclared identifier appears twice.  I'm not sure why
foo is necessary.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to