diff options
author | Ryosuke Niwa <rniwa@webkit.org> | 2025-03-12 10:23:46 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-03-12 10:23:46 -0700 |
commit | 8b093e5e1752b3899b4c66f084c33ad1a3d0e8d6 (patch) | |
tree | 1819279306be019b149e26ab050b3035f223adb8 /lldb/packages/Python/lldbsuite/test/gdbclientutils.py | |
parent | 184f9449572b498a612246771d2feabda75f0800 (diff) | |
download | llvm-8b093e5e1752b3899b4c66f084c33ad1a3d0e8d6.zip llvm-8b093e5e1752b3899b4c66f084c33ad1a3d0e8d6.tar.gz llvm-8b093e5e1752b3899b4c66f084c33ad1a3d0e8d6.tar.bz2 |
[webkit.UncountedLambdaCapturesChecker] Recognize std::move(protectedThis) (#130925)
In WebKit, it's a common pattern for a lambda to capture "this" along
with "protectedThis" of Ref/RefPtr type, and re-capture "this" and
"std::move(protectedThis)" for a nested inner lambda. Recognize this
pattern and treat it as safe.
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/gdbclientutils.py')
0 files changed, 0 insertions, 0 deletions