http://llvm.org/bugs/show_bug.cgi?id=14814
Bug #: 14814
Summary: Format: Needless line break in '#define ' statement
Product: clang
Version: unspecified
Platform: PC
OS/Version: Linux
Status: NEW
Severity: enhancement
Priority: P
Component: Driver
AssignedTo: [email protected]
ReportedBy: [email protected]
CC: [email protected]
Classification: Unclassified
Created attachment 9819
--> http://llvm.org/bugs/attachment.cgi?id=9819
Test file
The following:
#define DEBUG_TYPE "polly-codegen"
is now formatted as:
#define DEBUG_TYPE
\
"polly-codegen"
This problem was introduced by Manuel's recent preprocessor formatting changes
(which by themselves where a big step forward, but which also caused this
little problem).
--
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