hultman created this revision.
Herald added a subscriber: cfe-commits.
> clang-format --version
> clang-format version 7.0.0 (tags/RELEASE_700/final)
> echo "@implementation Foo\n- (void)foo:(id)bar\n{\n}\n@end\n" |clang-format
> -style='{BreakBeforeBraces: Custom, BraceWrapping: {AfterFunction
hultman added reviewers: benhamilton, jolesiak, klimek, Wizard.
hultman added a comment.
This bug was introduced in revision 333553, authored by benhamilton, reviewed
by jolesiak, klimek.
Repository:
rC Clang
https://reviews.llvm.org/D53197
___
hultman added a comment.
@benhamilton Could you land this patch?
Repository:
rC Clang
https://reviews.llvm.org/D53197
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
hultman created this revision.
hultman added reviewers: benhamilton, jolesiak, klimek, Wizard.
Herald added a subscriber: cfe-commits.
> $ echo "int c = [b]() mutable noexcept { return [&b] { return b++; }(); }();"
> |clang-format
int c = [b]() mutable noexcept {
return [&b] { return b++
hultman added a comment.
@benhamilton Would you mind landing the patch?
Repository:
rC Clang
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D56909/new/
https://reviews.llvm.org/D56909
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
hultman added a comment.
Ping
Repository:
rC Clang
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D56909/new/
https://reviews.llvm.org/D56909
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/li