[clang] [Clang] [Sema] Support matrix types in pseudo-destructor expressions (PR #117483)

via cfe-commits cfe-commits at lists.llvm.org
Wed Dec 4 06:34:39 PST 2024


================
@@ -0,0 +1,31 @@
+// RUN: %clang_cc1 -fsyntax-only -fenable-matrix -std=c++11 -verify %s
----------------
Sirraide wrote:

I think I copied that from one of the other tests, but I don’t think it’s needed; I’ll remove it

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


More information about the cfe-commits mailing list