[PATCH] D108794: Fully qualify template template parameters when printing
Richard Trieu via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Aug 31 20:10:39 PDT 2021
rtrieu added a comment.
It looks like a strict improvement on printing and most callers using the default args won't need to be updated.
There's one more function call that should be updated:
https://github.com/llvm/llvm-project/blob/main/clang-tools-extra/clangd/DumpAST.cpp#L298
Fixing that and the comment and this should be good to go in.
================
Comment at: clang/include/clang/AST/TemplateName.h:318-320
/// \param SuppressNNS if true, don't print the
/// nested-name-specifier that precedes the template name (if it has
/// one).
----------------
Update this comment to reflect the enum.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D108794/new/
https://reviews.llvm.org/D108794
More information about the cfe-commits
mailing list