[PATCH] D144709: [clang-format] Improve left to right const

Alexander Hederstaf via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Feb 27 01:13:20 PST 2023


AlexanderHederstaf updated this revision to Diff 500697.
AlexanderHederstaf added a comment.

Rebase after change to pointer to member was merged.
Add case for typename used for nested dependent names.
Add assertions for template closers/openers.

Add commented-out tests for two cases where right to left
produces code that does not compile.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D144709

Files:
  clang/lib/Format/QualifierAlignmentFixer.cpp
  clang/unittests/Format/QualifierFixerTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D144709.500697.patch
Type: text/x-patch
Size: 17664 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20230227/cf24ff99/attachment-0001.bin>


More information about the cfe-commits mailing list