https://bugs.llvm.org/show_bug.cgi?id=43186

            Bug ID: 43186
           Summary: A list of clang-format options that don't work as
                    documented/expected.
           Product: clang
           Version: 8.0
          Hardware: PC
                OS: Windows NT
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: Formatter
          Assignee: unassignedclangb...@nondot.org
          Reporter: danielmruss...@gmail.com
                CC: djas...@google.com, kli...@google.com,
                    llvm-bugs@lists.llvm.org

#The following options are in the online documentation but don't work at all
 # or are very defective in release (8.0.1).

AllowAllConstructorInitializersOnNextLine: false
BraceWrapping:
    AfterCaseLabel: true

# AfterColon and BeforeColon fails to break at all
BreakConstructorInitializers: AfterColon

ConstructorInitializerAllOnOneLineOrOnePerLine: false
#  There appears to be no way to make sure clang will break
# our constructor initializer lists. It REALLY wants to put them on the same
# line. Also the options are a total mess right now, lacking symmetry. No one
# online knows what the proper way to achieve this what they want w/
# constructor lists as a result.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to