[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
Mon Nov 14 06:28:31 PST 2016


nkakuev added a comment.

Ping.

Ignoring note locations is a coarse-grained solution that will suppress both false and //true// positives. Suppress-checks-filter is a finer-grained instrument that can be targetted on particular false positives precisely.

My sympathies are with suppress-checks-filter, but if it sounds like too much, I can try to implement note locations ignoring instead.


https://reviews.llvm.org/D26418





More information about the cfe-commits mailing list