[clang] [clang][constexpr] Allow IndirectGotoStmt in constexpr functions for C++23 (PR #213449)
Shengxin Pei via cfe-commits
cfe-commits at lists.llvm.org
Sat Aug 1 11:10:08 PDT 2026
================
@@ -117,6 +117,8 @@ features cannot lower the translation-unit ABI level;
#### C++23 Feature Support
+- Clang now allows indirect goto statements in `constexpr` functions in C++23 ([P2242R3](https://wg21.link/p2242r3)). (#213449)
----------------
TPPPP72 wrote:
```suggestion
- Clang now allows indirect goto statements in `constexpr` functions in C++23 ([P2242R3](https://wg21.link/p2242r3)). (#GH213449)
```
https://github.com/llvm/llvm-project/pull/213449
More information about the cfe-commits
mailing list