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

            Bug ID: 41413
           Summary: clang-format incorrectly indents wrapped closing
                    parenthesis
           Product: clang
           Version: trunk
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P
         Component: Formatter
          Assignee: unassignedclangb...@nondot.org
          Reporter: owenpi...@gmail.com
                CC: djas...@google.com, kli...@google.com,
                    llvm-bugs@lists.llvm.org

The wrapped closing parentheses below should not be but are indented:

Foo::Foo(
    //
)
    : foo(0) {}

int Foo::getter(
    //
) const {
  return foo;
}

-- 
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