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

Shafik Yaghmour via cfe-commits cfe-commits at lists.llvm.org
Sun Oct 1 19:12:08 PDT 2023


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

Maybe we should add tests to show parallels with `sizeof` e.g` *void* types and incomplete types. 

Also w/o parens etc 

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


More information about the cfe-commits mailing list