We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eacde9a commit ac9950fCopy full SHA for ac9950f
clang/test/SemaHLSL/resource_binding_implicit.hlsl
@@ -14,7 +14,7 @@ RWBuffer<int> c;
14
// No warning - explicit binding.
15
RWBuffer<float> d : register(u0);
16
17
-// No warning - explicit binding.
+// expected-warning@+1 {{resource has implicit register binding}}
18
RWBuffer<float> dd : register(space1);
19
20
0 commit comments