[PATCH] D90835: [RFC][clang-tidy] Ignore diagnostics due to macro expansion from not-interested headers

Wei Yu via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Apr 5 16:47:23 PDT 2021


zigwei added a comment.

This is a helpful feature. We had exactly the same problem with both GFLAG and GTEST, too.
But I am not sure if HeaderFilterRegex is the right option to control it. Is a new filter better for the ignored headers?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D90835



More information about the cfe-commits mailing list