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

Alexander Kornienko via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Mar 19 09:16:49 PDT 2019


alexfh accepted this revision.
alexfh added a comment.
This revision is now accepted and ready to land.

LG with a nit



================
Comment at: clang-tidy/tool/clang-tidy-diff.py:90
+  # the top level key 'Diagnostics' in the output yaml files
+  mergekey="Diagnostics"
+  merged=[]
----------------
nit: Spaces around operators, please


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

https://reviews.llvm.org/D57662





More information about the cfe-commits mailing list