[LLVMbugs] [Bug 24143] New: Crash while reporting typo correction
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Wed Jul 15 15:51:46 PDT 2015
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: unassignedclangbugs at nondot.org
Reporter: jacobly.alt at gmail.com
CC: llvmbugs at cs.uiuc.edu
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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20150715/67ceffc7/attachment.html>
More information about the llvm-bugs
mailing list