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

            Bug ID: 34732
           Summary: FixNamespaceComments does not work when namespace
                    braces are on the next line
           Product: clang
           Version: 5.0
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: Formatter
          Assignee: unassignedclangb...@nondot.org
          Reporter: n...@chello.at
                CC: djas...@google.com, kli...@google.com,
                    llvm-bugs@lists.llvm.org

The FixNamespaceComments feature does not work if the formatter is configured
to wrap after namespace definitions.

simple .clang-format to test this:

BasedOnStyle: LLVM
BreakBeforeBraces: Allman
FixNamespaceComments: true

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

Reply via email to