[PATCH] D69764: [clang-format] Add East/West Const fixer capability

Aaron Ballman via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jul 13 10:03:28 PDT 2021


aaron.ballman added a comment.

In D69764#2874404 <https://reviews.llvm.org/D69764#2874404>, @MyDeveloperDay wrote:

>> 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.

FWIW, if you use the compile commands database, the only thing you need to do on the command line is specify the checks to enable or disable.


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

https://reviews.llvm.org/D69764



More information about the cfe-commits mailing list