[cfe-dev] [clang-tidy] viewing clang-tidy export file

Jonas Toth via cfe-dev cfe-dev at lists.llvm.org
Mon Apr 1 09:48:26 PDT 2019


Hi Don,

there is a `-export-fixes` option that will serialize the diagnostics
and fixits into yaml (machine readable, but same content).
Otherwise you would need to capture the logs, e.g. using `tee` and
piping in linux for interactive clang-tidy usage.

Best Regards, Jonas

Am 29.03.19 um 20:51 schrieb Don Hinton via cfe-dev:
> Is there a way to view a clang-tidy export file that will show the
> original warning+fixit as it appeared in the original clang-tidy output?
>
> _______________________________________________
> cfe-dev mailing list
> cfe-dev at lists.llvm.org
> https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-dev
> ` o
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20190401/a0604e34/attachment.html>


More information about the cfe-dev mailing list