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

Helena Kotas via cfe-commits cfe-commits at lists.llvm.org
Tue Aug 27 12:20:59 PDT 2024


================
@@ -6067,6 +6082,9 @@ namespace {
     void VisitBTFTagAttributedTypeLoc(BTFTagAttributedTypeLoc TL) {
       // nothing
     }
+    void VisitHLSLResourcedAttributedTypeLoc(HLSLAttributedResourceTypeLoc TL) {
----------------
hekota wrote:

Good catch! This should not be there. I had originally named the type HLSLResourceAttributesType and this is a remnant of that.

https://github.com/llvm/llvm-project/pull/106181


More information about the cfe-commits mailing list