Typz added a comment.
In https://reviews.llvm.org/D43232#1008004, @benhamilton wrote:
> Thanks! Can you add a test for this, please?
There are actually tests, though they are performed by activating Allman brace
wrapping mode.
I am trying to change them, but this highlights another issue: when only
`AfterControlStatement` is set, the block gets inlined, like this:
@autoreleasepool
{ f(); }
This used to happen before as well, and would require fixing
UnwrappedLineFormatter.cpp to understand that these blocks are linked to the
previous ObjC keyword.
Repository:
rC Clang
https://reviews.llvm.org/D43232
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits