vbvictor wrote: We changed AS-IS to IgnoreUnless.. but there are no tests with template functions:
```cpp
template <typename T, U>
void foo(map<T, U> m) {
m.size() = ...
}
```
Can we add them? (I think we should add them before your change and then see if
everything still pass)
https://github.com/llvm/llvm-project/pull/175121
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
