[PATCH] D26137: [clang-tidy] Add check name to YAML export
Alpha Abdoulaye via cfe-commits
cfe-commits at lists.llvm.org
Tue Nov 22 08:04:03 PST 2016
Alpha added a comment.
In https://reviews.llvm.org/D26137#602602, @malcolm.parsons wrote:
> In https://reviews.llvm.org/D26137#602591, @Alpha wrote:
>
> > This shouldn't affect diagnostics without fixes. If there is no fix, there won't be anything to export, and the diagnostic just behaves normally.
>
>
> That's a shame; I need a machine readable report of all diagnostics.
This is not the aim of this change-set. The objective here is only to associate a replacement to the diagnostic from which it was emitted. But having a parse-able output for all clang-tidy's diagnostics can indeed be a nice feature to add in a different patch.
Repository:
rL LLVM
https://reviews.llvm.org/D26137
More information about the cfe-commits
mailing list