[clang] [HLSL] Add empty struct test cases to `__builtin_hlsl_is_typed_resource_element_compatible` test file (PR #115045)

Cooper Partin via cfe-commits cfe-commits at lists.llvm.org
Fri Nov 8 12:42:47 PST 2024


================
@@ -1,109 +1,28 @@
 // RUN: %clang_cc1 -triple dxil-pc-shadermodel6.6-library -finclude-default-header -fnative-half-type -verify %s
 // expected-no-diagnostics
 
-struct oneInt {
----------------
coopp wrote:

A lot of types/tests were removed here.  Was this intended?

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


More information about the cfe-commits mailing list