[PATCH] D69764: [clang-format] Add East/West Const fixer capability
Stephen Kelly via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sat Jan 30 12:23:43 PST 2021
steveire added a comment.
The idea has been floated to create a new different tool for changes like this (see eg D95168 <https://reviews.llvm.org/D95168>).
I don't think this should be done. These kinds of things should be in clang-format. One of the advantages of this and east/west const being in clang-format is that editors, CI systems and other tools have clang-format support. They would be unlikely to get support for a new tool. There are plenty of clang tools which exist but which don't get enough attention to get support in editors CI tools etc.
What can be done to move this change along?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D69764/new/
https://reviews.llvm.org/D69764
More information about the cfe-commits
mailing list