[clang] [clang][constexpr] Allow IndirectGotoStmt in constexpr functions for C++23 (PR #213449)

A. Jiang via cfe-commits cfe-commits at lists.llvm.org
Mon Aug 3 02:00:34 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
----------------
frederick-vs-ja wrote:

That's a wrong place. I think the section for `Non-comprehensive list of changes in this release` would be suitable.

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


More information about the cfe-commits mailing list