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: [email protected]
Reporter: [email protected]
CC: [email protected], [email protected],
[email protected]
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
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs