[clang] [HLSL] Add HLSLAttributedResourceType (PR #106181)

Joshua Batista via cfe-commits cfe-commits at lists.llvm.org
Tue Aug 27 11:26:59 PDT 2024


================
@@ -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


More information about the cfe-commits mailing list