================
@@ -8803,6 +8821,12 @@ static void processTypeAttrs(TypeProcessingState &state, 
QualType &type,
       attr.setUsedAsTypeAttr();
       break;
     }
+    case ParsedAttr::AT_HLSLResourceClass:
----------------
bob80905 wrote:

Could you add a TODO to add more cases for the attributes that will be added 
here:
https://github.com/llvm/wg-hlsl/issues/39
I think there will be others too, right? Like is_ms / is_feedback potentially?

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

Reply via email to