================
@@ -3343,6 +3363,8 @@ class CountAttributedType final
   static bool classof(const Type *T) {
     return T->getTypeClass() == CountAttributed;
   }
+
+  StringRef GetAttributeName(bool WithMacroPrefix) const;
----------------
erichkeane wrote:

```suggestion
  StringRef getAttributeName(bool WithMacroPrefix) const;
```

Also a little concerning how specialized this is, rather than being part of how 
this type is printed.

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

Reply via email to