<div dir="ltr"><div dir="ltr">I used the run-clang-tidy script to operate across a large compilation database using:<div><br></div><div>run-clang-tidy.py -header-filter=.* -checks=-*,-cppcoreguidelines-pro-type-member-init -export-fixes=ctinit.yaml<br></div><div><br></div><div>This generated a large YAML fixit file. I've since edited the file to remove and/or change some of the fixits. I'm now writing a program to split the results into a set of file by file fixits with duplicates removed so I can apply the results in stages.</div><div><br></div><div>Robert</div></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Fri, Apr 26, 2019 at 2:11 PM Christian Gagneraud <<a href="mailto:chgans@gmail.com">chgans@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On Sat, 27 Apr 2019 at 09:01, Robert Ankeney <<a href="mailto:rrankene@gmail.com" target="_blank">rrankene@gmail.com</a>> wrote:<br>
><br>
> Hi Chris,<br>
><br>
> Thanks for the fast response! As it turns out, I was doing that, but found that there must be some edit in my .yaml file it doesn't like, as it simply returned without doing anything. Making a short subset of the file worked fine, so I'm looking at breaking it into pieces to see if I can narrow it down. On the first cut, it at least did warn me about some duplicate replacements and exited.<br>
><br>
<br>
Feel free to submit bug report and/or suggestion:<br>
<a href="https://llvm.org/docs/HowToSubmitABug.html" rel="noreferrer" target="_blank">https://llvm.org/docs/HowToSubmitABug.html</a><br>
<br>
What program do you use to generate the replacement files?<br>
<br>
Chris<br>
</blockquote></div>