[clang] [Clang][Sema] qualifier should be transformed (PR #94725)
Matheus Izvekov via cfe-commits
cfe-commits at lists.llvm.org
Sat Jun 22 07:17:33 PDT 2024
mizvekov wrote:
> @mizvekov After looking into the code, I think we should transform qualifier in TST. Consider the following code:
So the NNS is already dependent, that's great.
I still don't understand why you are saying we didn't or can't build a DependentTemplateSpecializationType instead.
Yes, the template name needs to stay a DependentTemplateName for that.
https://github.com/llvm/llvm-project/pull/94725
More information about the cfe-commits
mailing list