We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d56aea commit 91dd080Copy full SHA for 91dd080
clang/lib/StaticAnalyzer/Checkers/WebKit/UncountedLambdaCapturesChecker.cpp
@@ -215,7 +215,7 @@ class UncountedLambdaCapturesChecker
215
bool hasProtectThis = false;
216
for (const LambdaCapture &OtherCapture : L->captures()) {
217
if (!OtherCapture.capturesVariable())
218
- continue;
+ continue;
219
if (auto *ValueDecl = OtherCapture.getCapturedVar()) {
220
if (protectThis(ValueDecl)) {
221
hasProtectThis = true;
0 commit comments