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

Josh via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Sep 28 17:01:19 PDT 2020


davidsj2 added a comment.

I too am interested in this patch.  In addition to the use cases already described, this would be helpful for projects that use several different static analysis tools and don't want to clutter code with a bunch of different suppression comments to satisfy each tool.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D26418/new/

https://reviews.llvm.org/D26418



More information about the cfe-commits mailing list