aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ScriptInterpreter/Python
diff options
context:
space:
mode:
authorOleksandr T. <oleksandr.tarasiuk@outlook.com>2025-11-06 21:56:34 +0200
committerGitHub <noreply@github.com>2025-11-06 21:56:34 +0200
commit316236b1c05a81bcc9b29d3d8a6a9143f0930a5d (patch)
tree529530184f9ea3296127ec3a9e44eddccb21978f /lldb/source/Plugins/ScriptInterpreter/Python
parent4cd17eeaeb13f44e7c0783e83716c06a2b9110a3 (diff)
downloadllvm-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