[PATCH] D120710: [clang-format] QualifierOrder does not reorder template arguments

Marek Kurdej via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Mar 1 04:34:54 PST 2022


curdeius accepted this revision.
curdeius added a comment.
This revision is now accepted and ready to land.

LGTM. Thanks for fixing this!



================
Comment at: clang/lib/Format/QualifierAlignmentFixer.cpp:344-346
+      // If the template closer is closing the requires clause
+      // then stop and go back to the TemplateOpenener and do whatever is
+      // inside the <>
----------------



Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D120710



More information about the cfe-commits mailing list