[llvm-bugs] [Bug 36548] New: BreakBeforeBraces does not show function break style

via llvm-bugs llvm-bugs at lists.llvm.org
Wed Feb 28 04:54:42 PST 2018


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: unassignedclangbugs at nondot.org
          Reporter: me at komzpa.net
                CC: llvm-bugs at lists.llvm.org

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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20180228/5521eb9f/attachment.html>


More information about the llvm-bugs mailing list