[LLVMbugs] [Bug 14814] New: Format: Needless line break in '#define ' statement

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Sat Jan 5 17:01:44 PST 2013


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: unassignedclangbugs at nondot.org
        ReportedBy: grosser at fim.uni-passau.de
                CC: llvmbugs at cs.uiuc.edu
    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.



More information about the llvm-bugs mailing list