cor3ntin wrote: How does completion handle things like this?
```cpp
struct S {
void f(this S, int);
};
int main() {
(&S::f)(S{}, 0);
}
```
https://github.com/llvm/llvm-project/pull/146649
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
