[clang] [AArch64][SME] Add diagnostics to CheckConstexprFunctionDefinition (PR #121777)

Sander de Smalen via cfe-commits cfe-commits at lists.llvm.org
Mon Jan 6 08:15:33 PST 2025


================
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 -triple aarch64-none-linux-gnu -fsyntax-only -verify %s
+// RUN: %clang_cc1 -triple aarch64-none-linux-gnu -std=c++23 -fsyntax-only -verify %s
----------------
sdesmalen-arm wrote:

What about this change requires c++23?

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


More information about the cfe-commits mailing list