mahtohappy wrote:

@Fznamznon in non-template version 
```else if (!Constructor->isDependentContext() &&
               !Constructor->isDelegatingConstructor())``` this is the check 
that is performed and `isDependentContext` is true for templates, so I have 
separate condition for template versions. I'm doing the same thing as 
non-templated version just in different if condition. 

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

Reply via email to