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 7806a15 commit 9006cd9Copy full SHA for 9006cd9
clang/lib/StaticAnalyzer/Checkers/WebKit/UncountedLambdaCapturesChecker.cpp
@@ -92,7 +92,7 @@ class UncountedLambdaCapturesChecker
92
}
93
94
void checkCalleeLambda(CallExpr *CE) {
95
- auto* Callee = CE->getCallee();
+ auto *Callee = CE->getCallee();
96
if (!Callee)
97
return;
98
auto *DRE = dyn_cast<DeclRefExpr>(Callee->IgnoreParenCasts());
0 commit comments