[clang] [clang][constexpr] Allow IndirectGotoStmt in constexpr functions for C++23 (PR #213449)
Yanzuo Liu via cfe-commits
cfe-commits at lists.llvm.org
Mon Aug 3 01:40:42 PDT 2026
================
@@ -117,6 +117,9 @@ features cannot lower the translation-unit ABI level;
#### C++23 Feature Support
+- Clang now allows GNU computed `goto` extension in `constexpr` functions, matching the relaxed
----------------
zwuis wrote:
Move it to other section.
https://github.com/llvm/llvm-project/pull/213449
More information about the cfe-commits
mailing list