Xazax-hun wrote: Do we still warn on the primary template here:
```
template <typename T>
T &foo(T &obj) { return obj; }
// later: f(x); where x is int.
```?
https://github.com/llvm/llvm-project/pull/203866
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
