[PATCH] D26418: [clang-tidy] Add '-suppress-checks-filter' option to suppress diagnostics from certain files
Nikita Kakuev via cfe-commits
cfe-commits at lists.llvm.org
Tue Nov 8 23:21:17 PST 2016
nkakuev added a comment.
In https://reviews.llvm.org/D26418#590168, @alexfh wrote:
> What's the biggest complexity with -header-filter? Lack of way to specify <all directories except for these>? Will it help to make -header-filter a GlobList?
See my previous comment. Header filter isn't to help when a (false positive) warning, caused by a third-party header, results in diagnostics for your source file.
https://reviews.llvm.org/D26418
More information about the cfe-commits
mailing list