[PATCH] D116378: [clang-tidy] Disable clang-tidy warnings from system macros
Salman Javed via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Jan 6 15:03:30 PST 2022
salman-javed-nz added a comment.
This resolves the long-standing gripe I have with clang-tidy raising warnings about GoogleTest macros expanded in my code. Good work.
Do you think we can close issues #44873 <https://github.com/llvm/llvm-project/issues/44873>, #43325 <https://github.com/llvm/llvm-project/issues/43325>, and #31587 <https://github.com/llvm/llvm-project/issues/31587> now that we have this fix?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D116378/new/
https://reviews.llvm.org/D116378
More information about the cfe-commits
mailing list