[clang-tools-extra] [clang-tidy] Skip system macros in readability-identifier-naming check (PR #132016)
Baranov Victor via cfe-commits
cfe-commits at lists.llvm.org
Sat Aug 23 11:59:46 PDT 2025
vbvictor wrote:
> Yes, the patch can be merged and gets rid of about half the remaining warnings in system headers! I've removed the condition about checking for the `SystemHeaders` flag, for consistency with similar code in this file for ignoring the `Decl`s, which further simplifies the logic.
Great! LGTM
Thank you for working on the patch, I'm trying to make review backlog smaller and manageable.
https://github.com/llvm/llvm-project/pull/132016
More information about the cfe-commits
mailing list