[clang] [clang][SME] Account for C++ lambdas in SME builtin diagnostics (PR #124750)

Sander de Smalen via cfe-commits cfe-commits at lists.llvm.org
Tue Jan 28 07:00:23 PST 2025


================
@@ -0,0 +1,47 @@
+// RUN: %clang_cc1  -triple aarch64-none-linux-gnu -target-feature +sve \
----------------
sdesmalen-arm wrote:

Maybe it makes more sense to move the existing `aarch64-incompat-sm-builtin-calls.c` to `aarch64-incompat-sm-builtin-calls.cpp` (there is nothing C-specific to the exisdting file AIUI) and then adding these new tests.

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


More information about the cfe-commits mailing list