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

            Bug ID: 45110
           Summary: clang-format unexpected line break in template
                    argument list
           Product: clang
           Version: trunk
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: Formatter
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected], [email protected],
                    [email protected]

This is blocking Chromium's update of clang-format.

At current master (llvmorg-11-init-4771-g3a063d68e3c):

$ echo 'friend WTF::ThreadSpecific<LineBreakIteratorPool>::operator
LineBreakIteratorPool*();' | bin/clang-format --style=Chromium
friend WTF::ThreadSpecific<
    LineBreakIteratorPool>::operator LineBreakIteratorPool*();

Expected:
friend WTF::ThreadSpecific<LineBreakIteratorPool>::
operator LineBreakIteratorPool*();

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

Reply via email to