diff options
| author | Oleksandr T. <oleksandr.tarasiuk@outlook.com> | 2025-11-06 21:56:34 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-11-06 21:56:34 +0200 |
| commit | 316236b1c05a81bcc9b29d3d8a6a9143f0930a5d (patch) | |
| tree | 529530184f9ea3296127ec3a9e44eddccb21978f /lldb/source/Plugins/ScriptInterpreter/Python | |
| parent | 4cd17eeaeb13f44e7c0783e83716c06a2b9110a3 (diff) | |
| download | llvm-316236b1c05a81bcc9b29d3d8a6a9143f0930a5d.zip llvm-316236b1c05a81bcc9b29d3d8a6a9143f0930a5d.tar.gz llvm-316236b1c05a81bcc9b29d3d8a6a9143f0930a5d.tar.bz2 | |
[Clang] fix false-positive lambda shadow diagnostics in explicit object member functions (#165919)
Fixes #163731
---
This PR addresses false-positive shadow diagnostics for lambdas inside
explicit object member functions
```cpp
struct S {
int x;
void m(this S &self) {
auto lambda = [](int x) { return x; }; // ok
}
};
```
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python')
0 files changed, 0 insertions, 0 deletions
