[PATCH] D99993: [clang-tidy] bugprone-argument-comment: ignore name mismatches for decls from system headers

Nathan James via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Apr 6 15:48:14 PDT 2021


njames93 added a comment.

In D99993#2672624 <https://reviews.llvm.org/D99993#2672624>, @Eugene.Zelenko wrote:

> Why `--header-filter` command line option or `HeaderFilterRegex` configuration file option could not solve this problem?

That's for suppressing warnings emitted in header files. The issue this is solving is warnings being emitted at call sites where the callee is in system header files.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D99993



More information about the cfe-commits mailing list