I used the run-clang-tidy script to operate across a large compilation
database using:
run-clang-tidy.py -header-filter=.*
-checks=-*,-cppcoreguidelines-pro-type-member-init -export-fixes=ctinit.yaml
This generated a large YAML fixit file. I've since edited the file to
remove and/or change some o
Back on the ML., let's keep the discussion public and archived.
On Sat, 27 Apr 2019 at 09:11, Christian Gagneraud wrote:
>
> On Sat, 27 Apr 2019 at 09:01, Robert Ankeney wrote:
> >
> > Hi Chris,
> >
> > Thanks for the fast response! As it turns out, I was doing that, but found
> > that there mu
On Sat, 27 Apr 2019 at 07:20, Robert Ankeney via cfe-users
wrote:
>
> I used clang-tidy to generate some replacements for a code base into a yaml
> file using the -export-fixits=file option. After editing the file to remove
> some unwanted changes, I would like to apply those fixes. The document
I used clang-tidy to generate some replacements for a code base into a yaml
file using the -export-fixits=file option. After editing the file to remove
some unwanted changes, I would like to apply those fixes. The documentation
says to use clang-apply-replacements, but I don't see how do use it to