================
@@ -679,6 +679,19 @@ static void printExplicitSpecifier(ExplicitSpecifier ES, 
llvm::raw_ostream &Out,
   Out << Proto;
 }
 
+static void AddPrefix(PrintingPolicy &Policy, QualType T,
----------------
AaronBallman wrote:

This is a pretty non-descriptive function name; the caller will have no idea 
what kind of prefix it adds. But trying to come up with a name for this is... 
not easy.

`MaybePrintTagKeywordIfSupressingScopes` is not super great either. :-D

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

Reply via email to