jolesiak added a comment.

In https://reviews.llvm.org/D48718#1146805, @benhamilton wrote:

> Can you add a test, please?


The test could look like:

  aaaaa = [a aa:aa
             aa:aa];

with appropriate column limit.
Right now, however, this would be formatted:

  aaaaa =
      [a aa:aa aa:aa];

This behavior is improved in https://reviews.llvm.org/D48719. To avoid adding

  aaaaa =
      [a aa:aa aa:aa];

test in this change and changing it to:

  aaaaa = [a aa:aa
             aa:aa];

in https://reviews.llvm.org/D48719 I decided to omit it altogether in this 
change.

Sorry for the confusion. If you prefer me to add this test and modify in later 
commit I'll do it.


Repository:
  rC Clang

https://reviews.llvm.org/D48718



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

Reply via email to