[clang-tools-extra] [clang-tidy] Add more constexpr options to `readability-identifier-naming` (PR #162160)
via cfe-commits
cfe-commits at lists.llvm.org
Wed Oct 8 02:46:02 PDT 2025
ChillerDragon wrote:
@HerrCai0907 a constexpr is const so it does not change. A variable means it can vary. Isn't it contradicting then to say a constant variable (`ConstexprVariable`) exists? The way I see it there are constants and there are variables.
https://github.com/llvm/llvm-project/pull/162160
More information about the cfe-commits
mailing list