[PATCH] D49794: [libclang] Allow skipping warnings from all included files

Ivan Donchevskii via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jul 31 04:48:08 PDT 2018


yvvan added a comment.

I already mentioned in the review inherited by this one that this way covers also loaded plugins with different consumers. So let's assume that driver loads clang-tidy and some other plugins and runs over each file in the project.
It makes sense not to include clang-tidy diagnostics coming from headers, at least for third-party headers (you can still run clang over specific headers themselves to get diagnostics for them).


https://reviews.llvm.org/D49794





More information about the cfe-commits mailing list