[clang-tools-extra] [clang-tidy] Allow renaming macro arguments (PR #87792)

Aaron Ballman via cfe-commits cfe-commits at lists.llvm.org
Mon Apr 8 08:32:25 PDT 2024


https://github.com/AaronBallman commented:

I am not certain we want to allow this without some kind of option. The trouble is: the user may not have the ability to change the definition of the macro to be able to appease the check. However, the clang-tidy folks may have different opinions/ideas!

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


More information about the cfe-commits mailing list