cor3ntin wrote:

> I have removed this entirely, although it may still not be optimal, it did 
> reduce few more test failures:
> 
> ```c++
> Constructor->hasOneParamOrDefaultArgs() &&
>       Constructor->getTemplateSpecializationKind() !=
>           TSK_ImplicitInstantiation
> ```
> 
> Any particular suggestions apart from updating the tests?

I think we should check `!Constructor->isFunctionTemplateSpecialization()`
See https://github.com/llvm/llvm-project/issues/80963#issuecomment-1932966220


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

Reply via email to