[PATCH] D105943: [clang-format++] Create a new variant of the clang-format tool to allow additional code mutating behaviour such as East/West Const Fixer
MyDeveloperDay via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Jul 14 12:45:53 PDT 2021
MyDeveloperDay added a comment.
In D105943#2877886 <https://reviews.llvm.org/D105943#2877886>, @HazardyKnusperkeks wrote:
> This could be a way, but I will also state here that I prefer adding it to plain `clang-format`.
I do too, and that is my preference, Perhaps this way we can establish this as a way of showing we can reliably mutate the code with confidence. For this and a few of the other ideas collectively our clang-format community has had.
If we are able to prove it has value then I would hope and fully expect in the future to be able to at least discuss revisiting that decision, but for now I feel we have to prove its worth.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D105943/new/
https://reviews.llvm.org/D105943
More information about the cfe-commits
mailing list