[clang] [clang] Handle consteval constructors with default initialization. (PR #144970)

Shafik Yaghmour via cfe-commits cfe-commits at lists.llvm.org
Mon Jun 30 11:28:03 PDT 2025


https://github.com/shafik commented:

I am a little suspicious of this change because right now we are only calling `ActOnCXXExitDeclInitializer` in `~InitializerScopeRAII()` and now it seems like we need to sprinkle it in other places.

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


More information about the cfe-commits mailing list