Re: [cfe-users] How to use clang-apply-replacements with clang-tidy fixit file

2019-04-26 Thread Christian Gagneraud via cfe-users
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

Re: [cfe-users] How to use clang-apply-replacements with clang-tidy fixit file

2019-04-26 Thread Christian Gagneraud via cfe-users
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

[cfe-users] How to use clang-apply-replacements with clang-tidy fixit file

2019-04-26 Thread Robert Ankeney via cfe-users
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