================ ---------------- 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
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
