[clang] Respect PrintingPolicy::FullyQualifiedName when printing a template-id
authorNathan Ridge <zeratul976@hotmail.com>
Mon, 21 Jun 2021 07:19:19 +0000 (03:19 -0400)
committerNathan Ridge <zeratul976@hotmail.com>
Mon, 19 Jul 2021 21:31:51 +0000 (17:31 -0400)
commit08b289867b5adb45033db501461915234e9e1bd4
treeb385ce8f6921ab9098195d3d16ee6f3d722ea58d
parent9b965b37c75d626c01951184088314590e38d299
[clang] Respect PrintingPolicy::FullyQualifiedName when printing a template-id

Fixes PR50774

Differential Revision: https://reviews.llvm.org/D104619
clang/lib/AST/TypePrinter.cpp
clang/unittests/AST/CMakeLists.txt
clang/unittests/AST/TypePrinterTest.cpp [new file with mode: 0644]