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

            Bug ID: 36548
           Summary: BreakBeforeBraces does not show function break style
           Product: clang
           Version: trunk
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: Documentation
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected]

https://clang.llvm.org/docs/ClangFormatStyleOptions.html shows
BreakBeforeBraces styles. 

Example function is formatted with AllowShortFunctionsOnASingleLine: true so
it's impossible to understand difference between styles. That example should be
formatted with AllowShortFunctionsOnASingleLine: false.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
[email protected]
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to