<p dir="ltr">Are you trying to run it on more than one cpp file at a time?  </p>
<p dir="ltr">I think it precesses all the files first and comes up with a big list of changes, then applies them.  Which means you could get duplicate changes when processing multiple cpp files that include the same headers.  </p>
<p dir="ltr">I just do them one at a time.</p>
<div class="gmail_quote">On Dec 7, 2015 11:29 AM, "Piotr Padlewski via cfe-dev" <<a href="mailto:cfe-dev@lists.llvm.org">cfe-dev@lists.llvm.org</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Bump<div>I can also say that this thing takes place in header files.</div><div><br></div><div>Piotr</div></div><div class="gmail_extra"><br><div class="gmail_quote">2015-11-26 21:18 GMT+01:00 Piotr Padlewski <span dir="ltr"><<a href="mailto:piotr.padlewski@gmail.com" target="_blank">piotr.padlewski@gmail.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><span style="font-size:12.8px">Hi,</span><div style="font-size:12.8px">So After running clang-tidy it did change some warnings very well, but some of them were fixed multiple times like:</div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px"><div>-    Event(const std::shared_ptr<EventRecord> &record);</div><div>+    explicit explicit Event(const std::shared_ptr<EventRecord> &record);</div></div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px"><div>-} // ga</div><div>+} // namespace gamespace ga</div></div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px"><div>-}</div><div>+}  // namespace ga // namespace ga  // namespace ga  // namespace ga</div></div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px"><div>-    RecordStream<ga::Event> getRecordStream();</div><div>+    RecordStream<ga::Event> getRecordStream() override override;</div></div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">Is it known feature? Am I doing something wrong?</div><span><font color="#888888"><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">Piotr</div></font></span></div>
</blockquote></div><br></div>
<br>_______________________________________________<br>
cfe-dev mailing list<br>
<a href="mailto:cfe-dev@lists.llvm.org">cfe-dev@lists.llvm.org</a><br>
<a href="http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-dev" rel="noreferrer" target="_blank">http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-dev</a><br>
<br></blockquote></div>