benhamilton added a comment.
> @benhamilton Could you land this patch?
Done. Thanks for your contribution!
Repository:
rC Clang
https://reviews.llvm.org/D53197
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin
This revision was automatically updated to reflect the committed changes.
Closed by commit rC344406: [clang-format] Fix BraceWrapping AfterFunction for
ObjC methods (authored by benhamilton, committed by ).
Repository:
rC Clang
https://reviews.llvm.org/D53197
Files:
lib/Format/UnwrappedLine
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
benhamilton accepted this revision.
benhamilton added a comment.
This revision is now accepted and ready to land.
Thanks!
Repository:
rC Clang
https://reviews.llvm.org/D53197
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.ll
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 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