[PATCH] D69764: [clang-format] Add East/West Const fixer capability
MyDeveloperDay via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Jul 13 09:49:00 PDT 2021
MyDeveloperDay added a comment.
> What you're describing sounds like clang-tidy but perhaps with improved support for composing source modifications from fix-its, or do you envision something rather different?
All my uses of clang-tidy require extensive command line arguments to handle compiler flags and include paths, I don't want that for this when its mostly unnecessary:
<tool> file.cxx
is all that should be required.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D69764/new/
https://reviews.llvm.org/D69764
More information about the cfe-commits
mailing list