curdeius added a comment.

In D121584#3395937 <https://reviews.llvm.org/D121584#3395937>, @krasimir wrote:

> It appears that this regressed some ObjC patterns:
>
>   % cat test.m  # before: good
>   void f() {
>     //
>     BOOL a = [b.c count] > 1;
>     int b = a;
>   }
>   % clang-format -style=google test.m  # after: bad, statements joined on the 
> same line
>   void f() {
>     //
>     BOOL a = [b.c count] > 1; int b = a;
>   }
>   % 
>
> @curdeius could you please take a look?

Yes, will do.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D121584/new/

https://reviews.llvm.org/D121584

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to