JonasToth added a comment.

In D57662#1392509 <https://reviews.llvm.org/D57662#1392509>, @MyDeveloperDay 
wrote:

> Just a question.. If clang tidy is running with -fix in parallel, what stops 
> each clang-tidy invocation altering a common header at the same time?


`clang-apply-replacements` does it. The fixes are collected and then 
deduplicated and applied. If there are conflicts between the fixes at this 
stage they will be signaled.


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

https://reviews.llvm.org/D57662



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to