http://llvm.org/bugs/show_bug.cgi?id=14748
Bug #: 14748
Summary: Formatting of macros causes sefault
Product: clang
Version: trunk
Platform: PC
OS/Version: Linux
Status: NEW
Severity: enhancement
Priority: P
Component: C++
AssignedTo: [email protected]
ReportedBy: [email protected]
CC: [email protected], [email protected]
Classification: Unclassified
Created attachment 9775
--> http://llvm.org/bugs/attachment.cgi?id=9775
Test file to reproduce the bug
#define FIRST(C) 1
#define SECOND FIRST(\
"A")
#define DONOTHING \
do { \
} while (false);
Formatting the following code causes a segfault.
--
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.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs