vbvictor wrote: > GlobalConstexprVariableCase because there's already ConstexprVariableCase
I'm +1 on `GlobalConstexprVariableCase` to keep consistent, plus I don't see why `constexpr` declarations can't be variables. `constexpr` variable can be calculated at compile time by `constexpr`/`constinit` functions, so It doesn't have to hold some predefined literal value. https://github.com/llvm/llvm-project/pull/162160 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
