[PATCH] D26418: [clang-tidy] Add '-suppress-checks-filter' option to suppress diagnostics from certain files

Alexander Kornienko via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Feb 7 15:41:16 PST 2017


alexfh added a comment.

Adding a mechanism to supply suppression lists would be useful as long as it's flexible and extensible enough and doesn't significantly affect performance (especially, when not in use). In particular, it shouldn't be bound to a specific format or a specific way to store the data (there might be a default format and a default storage schema similar to .clang-tidy configuration files, but it should be easy, for example, to plug a database-backed source of suppression lists). Another important feature is a convenient way to add new suppressions. If you're willing to invest time in designing and implementing this, I'm happy to help with ideas and code reviews.


https://reviews.llvm.org/D26418





More information about the cfe-commits mailing list