Follow-up to D77598: Simplify API by passing template parameters only when used/to...
authorDavid Blaikie <dblaikie@gmail.com>
Sun, 14 Nov 2021 19:15:05 +0000 (11:15 -0800)
committerDavid Blaikie <dblaikie@gmail.com>
Sun, 14 Nov 2021 21:35:22 +0000 (13:35 -0800)
commit5de369056dee2c4de81625cb05a5c212a0bdc053
tree04984c19cb08436d3117c483e09e4f65305188b4
parentc3a772fdf51b3bde8def94610eeae6f0978dd77f
Follow-up to D77598: Simplify API by passing template parameters only when used/to imply "TemplOverloaded/overloadable"

These arguments were redundant, and other parts of D77598 did rely on
the presence/absence of template parameters to imply whether types
should be included for the argument (like
clang::printTemplateArgumentList) so do that here too.
clang/lib/AST/DeclPrinter.cpp