[clang] [Clang][Sema] Use correct TemplateName when transforming TemplateSpecializationType (PR #93411)

Matheus Izvekov via cfe-commits cfe-commits at lists.llvm.org
Sun May 26 17:55:32 PDT 2024


https://github.com/mizvekov commented:

The problem here is the loss of the qualification on the TemplateNames

This patch fixes the problem, without taking any workarounds: https://github.com/llvm/llvm-project/pull/93433

It also doesn't cause any change in diagnostics in `clang/test/SemaTemplate/typename-specifier-3.cpp`.

https://github.com/llvm/llvm-project/pull/93411


More information about the cfe-commits mailing list