MyDeveloperDay added a comment.

This fix seems to cause a regression. 
(https://bugs.llvm.org/show_bug.cgi?id=50326) causing ColumLimit to not be 
observed in the following example

  size_t foo = (*(function))(
      Foooo, Barrrrr, Foooo, Barrrr, FoooooooooLooooong, BarrrrrrrrrrrrLong,
      FoooooooooLooooong);

becomes

    size_t foo = (*(
        function))(Foooo, Barrrrr, Foooo, Barrrr, FoooooooooLooooong, 
Barrrrrrrrrr
  rrLong, FoooooooooLooooong);

after this change


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D93626

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

Reply via email to