[clang] [clang-tools-extra] [clang][CodeComplete] skip explicit obj param in SignatureHelp (PR #146649)
Corentin Jabot via cfe-commits
cfe-commits at lists.llvm.org
Wed Jul 2 05:30:52 PDT 2025
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
More information about the cfe-commits
mailing list