[clang] [clang] Avoid triggering vtable instantiation for C++23 constexpr dtor (PR #102605)

kadir çetinkaya via cfe-commits cfe-commits at lists.llvm.org
Mon Aug 19 08:45:54 PDT 2024


kadircet wrote:

hi, this seems to be triggering infinite recursion and stack exhaustion on some invalid code patterns, see https://github.com/llvm/llvm-project/issues/104802 for details.

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


More information about the cfe-commits mailing list