[clang] Implement resource binding type prefix mismatch flag setting logic (PR #97103)
Damyan Pepper via cfe-commits
cfe-commits at lists.llvm.org
Mon Jul 8 17:20:03 PDT 2024
================
@@ -0,0 +1,104 @@
+// RUN: %clang_cc1 -triple dxil-pc-shadermodel6.3-library -x hlsl -o - -fsyntax-only %s -verify
+
+// TODO: Implement "Buffer"
+struct Eg1 {
+ float f;
+ // Buffer<float> Buf;
----------------
damyanp wrote:
I guess we don't have the ability to create resource types using just the attributes that we can use in the tests, like how Helena did for the availability diagnostics?
https://github.com/llvm/llvm-project/pull/97103
More information about the cfe-commits
mailing list