[clang] Implement resource binding type prefix mismatch diagnostic infrastructure (PR #97103)

Damyan Pepper via cfe-commits cfe-commits at lists.llvm.org
Mon Aug 19 17:53:59 PDT 2024


================
@@ -0,0 +1,131 @@
+// RUN: %clang_cc1 -triple dxil-pc-shadermodel6.3-library -x hlsl -o - -fsyntax-only %s -verify
+
+// TODO: Implement "Buffer", we use a substitute UDT
+// to test the 't' binding type for this test.
----------------
damyanp wrote:

I don't think that this TODO comment should be here.

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


More information about the cfe-commits mailing list