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

I am unsure if this function is named well.
The name has typically been "HLSLAttributedResourceType" but it's been switched 
around, and I'm unsure if the d after `Resource` is intended?
Also, how does this function semantically differ from 
`VisitHLSLAttributedResourceTypeLoc` which is already defined in this file?

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