purnima-nlp wrote:

> We should also have a test for usage in templates:
> 
> ```c++
> struct Struct{};
> 
> template<typename T> void tf();
> 
> void f()
> {
>     tf<struct Struct>();
> }
> ```

yeah sure, i forgot that one, i will fix this, thankyou

https://github.com/llvm/llvm-project/pull/210007
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to