http://llvm.org/bugs/show_bug.cgi?id=14685
Bug #: 14685
Summary: Formatter shouldn't try to format #error and #warning
directives
Product: clang
Version: unspecified
Platform: PC
OS/Version: All
Status: NEW
Severity: enhancement
Priority: P
Component: -New Bugs
AssignedTo: [email protected]
ReportedBy: [email protected]
CC: [email protected]
Classification: Unclassified
It turns
#error This file should not be used on 2-byte wchar_t systems
into
#error This file should not be used on 2 - byte wchar_t systems
(note spaces around '-'). Since #error and #warning are usually followed by
literal text, they just shouldn't be formatted at all.
--
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