jcsxky wrote:

> I still don't understand why you are saying we didn't or can't build a 
> DependentTemplateSpecializationType instead.

I mean we can transform `QualifiedTemplateName` to `DependentTemplateName` and 
this is what this patch does. If we build a `DependentTemplateName` instead of 
`QualifiedTemplateName` earlier would affect the code in partial specialization 
like:
```cpp
template<typename T>
struct A<T*>::B<T*>
```


https://github.com/llvm/llvm-project/pull/94725
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to