[PATCH] D60374: clang-format incorrectly indents wrapped closing parenthesis
MyDeveloperDay via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sun Apr 7 09:03:54 PDT 2019
MyDeveloperDay added a comment.
maybe add the following as a test because I think it shows the inconsistency
void Foo::bar( // some comment
) {}
void Foo::bar( // some comment
) const {}
Repository:
rC Clang
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D60374/new/
https://reviews.llvm.org/D60374
More information about the cfe-commits
mailing list