firewave wrote: We should also have a test for usage in templates:
```cpp
struct Struct{};
template<typename T> void tf();
void f()
{
tf<struct Struct>();
}
```
https://github.com/llvm/llvm-project/pull/210007
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
