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

Aaron Ballman via cfe-commits cfe-commits at lists.llvm.org
Wed Oct 25 07:57:27 PDT 2023


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

Yeah, a codegen test would make sense (just to show that we actually do emit code for that monstrosity).

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


More information about the cfe-commits mailing list