[PATCH] D31326: Add option to export fixes to run-clang-tidy.py

Michael F. Herbst via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jul 18 23:25:03 PDT 2017


mfherbst updated this revision to Diff 107254.
mfherbst added a comment.

Adapt patch to the changes since the initial submission.

Most notably the introduction of clang-tidy-4.0 changed the format in which clang-tidy dumps the required changes. This needs to be taken into account when merging the suggested fixes. This patch is now adapted such that it can deal with both the old and the new format at the same time.

Please review the patch once again as it differs quite a bit from the initial submission.


https://reviews.llvm.org/D31326

Files:
  clang-tidy/tool/run-clang-tidy.py

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D31326.107254.patch
Type: text/x-patch
Size: 3908 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20170719/b0b4d102/attachment.bin>


More information about the cfe-commits mailing list