================
@@ -2062,6 +2066,7 @@ void TypePrinter::printBTFTagAttributedAfter(const 
BTFTagAttributedType *T,
 void TypePrinter::printHLSLAttributedResourceBefore(
     const HLSLAttributedResourceType *T, raw_ostream &OS) {
   printBefore(T->getWrappedType(), OS);
+  printAfter(T->getWrappedType(), OS);
----------------
bogner wrote:

This looks suspicious - should `printHLSLAttributedResourceBefore` really be 
calling `printAfter`?

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

Reply via email to