[PATCH] D77979: [clang-tidy] modernize-use-using: Fix broken fixit with InjectedClassName
Aaron Ballman via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Apr 24 11:54:33 PDT 2020
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
More information about the cfe-commits
mailing list