[clang] [HLSL] Treat classes and structs as packed by default (PR #137391)

Helena Kotas via cfe-commits cfe-commits at lists.llvm.org
Mon Apr 28 11:53:36 PDT 2025


================
@@ -0,0 +1,13 @@
+// RUN: %clang_cc1 -triple dxil-pc-shadermodel6.3-library -ast-dump %s | FileCheck %s
----------------
hekota wrote:

This test should probably be in `clang/test/AST/HLSL`.

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


More information about the cfe-commits mailing list