[PATCH] D48116: [libclang] Allow skipping warnings from all included files
Ivan Donchevskii via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Jun 27 04:28:46 PDT 2018
yvvan added a comment.
The idea was to ignore everything including notes and remarks so that only errors from system headers are still collected.
Changing consumer might be a possible way to go as well but it requires changing (or wrapping) all consumers that we need to be affected. The advantage of this change that it also covers consumers that come from plugins that we use (tidy and clazy).
Repository:
rC Clang
https://reviews.llvm.org/D48116
More information about the cfe-commits
mailing list