include-what-you-use/tests
Bolshakov c3bcb661f6 Handle sugared template specs in template args
Non-sugared template specialization type template arguments are already
analyzed due to 'TraverseType' call inside
'InstantiatedTemplateVisitor::TraverseSubstTemplateTypeParmTypeHelper'
and subsequent 'TraverseTemplateSpecializationTypeHelper' call.
Components of sugared template specialization types are added into
resugar_map, otherwise their template arguments would not be reported.
Test case has been extended.
2022-12-16 22:22:31 +01:00
..
c Allow forward-declaration of elaborated types in type decls 2022-07-24 22:02:19 +02:00
cxx Handle sugared template specs in template args 2022-12-16 22:22:31 +01:00
driver Drop -save-temps command-line args 2022-09-01 20:03:59 +02:00