[PATCH] D57662: [clang-tidy] Parallelise clang-tidy-diff.py

Zinovy Nis via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Feb 11 03:26:04 PST 2019


zinovy.nis added a comment.

> I only say this because I think I might have seen it happen when I was running `run-clang-tidy.py` over a large code base with a fairly aggressive check/fixit, but frankly I was too new to LLVM to know it wasn't something I might have done wrong.

A bit strange as `run-clang-tidy.py` explicitly collects fixes in separate files and after all merges them into a single fix in a thread/process-safe manner. Not like my current patch.


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

https://reviews.llvm.org/D57662





More information about the cfe-commits mailing list