[clang] [Clang] Add __datasizeof (PR #67805)

via cfe-commits cfe-commits at lists.llvm.org
Sat Oct 21 04:28:51 PDT 2023


================
@@ -0,0 +1,34 @@
+// RUN: %clang_cc1 -fsyntax-only -triple x86_64-linux-gnu -verify %s
----------------
philnik777 wrote:

It looks like the VLA test can't be constant evaluated. Should I add a CodeGen test for that?

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


More information about the cfe-commits mailing list