[PATCH] D72730: [clang-tidy] run-clang-tidy -export-fixes exports only fixes, not all warnings

Alexander Kornienko via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Feb 19 05:24:30 PST 2020


alexfh added a comment.

In D72730#1866043 <https://reviews.llvm.org/D72730#1866043>, @AlexanderLanin wrote:

> On second thought maybe this should be fixed in clang-tidy and not here?
>  Maybe besides `-export-fixes` there should be an `-export-warnings` or just `-yaml-export`?


I like the idea of introducing `-export-warnings` (to export warnings completely - with messages, notes, ranges and fixes) and changing `-export-fixes` to only export fixes.


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

https://reviews.llvm.org/D72730





More information about the cfe-commits mailing list