[PATCH] D26418: [clang-tidy] Add '-suppress-checks-filter' option to suppress diagnostics from certain files
Aaron Ballman via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Sep 29 05:18:27 PDT 2020
aaron.ballman added a comment.
While I agree that there's an issue here that needs to be solved, I don't think this patch will be merged as-is -- there are technical issues brought up by @alexfh that have not been addressed, and I share the opinion that we should extend existing suppression mechanisms rather than try to invent another new one. If someone wanted to invest the time and energy into such a patch, I'd be happy to be added as a reviewer.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D26418/new/
https://reviews.llvm.org/D26418
More information about the cfe-commits
mailing list