[clang-tools-extra] [clang-tidy] Do not lint on attribute macros (PR #164806)

via cfe-commits cfe-commits at lists.llvm.org
Thu Oct 23 12:36:12 PDT 2025


dingxiangfei2009 wrote:

> ES.31

I see that this rule is interesting. It could possibly make code harder to deal with feature variety in real world compilers. Macros are quite useful to provide a uniform access to compiler features. This rules do not seem to take this into calculation unfortunately... 

https://github.com/llvm/llvm-project/pull/164806


More information about the cfe-commits mailing list