================
@@ -4613,14 +4613,13 @@ def HLSLGroupSharedAddressSpace : TypeAttr {
   let Documentation = [HLSLGroupSharedAddressSpaceDocs];
 }
 
-def HLSLParamModifier : TypeAttr {
+def HLSLParamModifier : ParameterABIAttr {
----------------
llvm-beanz wrote:

DXC currently parses but ignores the `uniform` keyword. We have an issue to 
just officially remove it from the language in 202x since it doesn't do 
anything, so my plan is to not implement it in Clang at all 
(https://github.com/microsoft/hlsl-specs/issues/135)

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

Reply via email to