================
@@ -115,12 +114,14 @@ struct Eg13{
   MySRV s1;
   MySRV s2;
 };
-// expected-warning@+4{{binding type 'u' only applies to types containing UAV 
resources}}
 // expected-warning@+3{{binding type 'u' only applies to types containing UAV 
resources}}
-// expected-warning@+2{{binding type 'u' only applies to types containing UAV 
resources}}
+// expected-error@+2{{binding type 'u' cannot be applied more than once}}
----------------
bob80905 wrote:

This extra diagnostic relates to my earlier comment, preventing multiple copies 
of the same diagnostic.

https://github.com/llvm/llvm-project/pull/111203
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to