================

----------------
zwuis wrote:

Can you add this test case?
```cpp
template<typename T> 
 struct S { 
   void f(); 
 }; 
  
 template<typename T> 
 void S<T>::f() {}  
 template<> 
 void S<int>::f() { throw 0; }
```

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

Reply via email to