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
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to