aaron.ballman accepted this revision. aaron.ballman added a comment. This revision is now accepted and ready to land.
LGTM aside from a commenting nit. ================ Comment at: clang/include/clang/AST/PrettyPrinter.h:248 + /// Whether to print an InjectedClassNameType with template arguments or as + /// written. When a template arguments are unnamed, printing them results in + /// invalid C++ code. ---------------- When a template arguments are... -> When a template argument is unnamed, printing it results in invalid C++ code. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D77979/new/ https://reviews.llvm.org/D77979 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits