[PATCH] D116726: [clang-format] Fix a crash (assertion) in qualifier alignment when matching template closer is null

Marek Kurdej via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Jan 6 05:49:31 PST 2022


curdeius added a comment.

Just a last thought, you can maybe minimize some of the test cases.
It seems that even:

  using X = Y /**/ <>;

reproduces the issue.


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

https://reviews.llvm.org/D116726



More information about the cfe-commits mailing list