Skip to content

Commit 8715f25

Browse files
mzyKimiaozhiyuan
and
miaozhiyuan
authored
[clang][StaticAnalyzer] fix function evalCall() typo in CheckerDocumentation (#83677)
```bool evalCall(const CallEvent &Call, CheckerContext &C)``` is corret form. Co-authored-by: miaozhiyuan <[email protected]>
1 parent 3a146d5 commit 8715f25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/lib/StaticAnalyzer/Checkers/CheckerDocumentation.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ class CheckerDocumentation : public Checker< check::PreStmt<ReturnStmt>,
226226
/// first one wins.
227227
///
228228
/// eval::Call
229-
bool evalCall(const CallExpr *CE, CheckerContext &C) const { return true; }
229+
bool evalCall(const CallEvent &Call, CheckerContext &C) const { return true; }
230230

231231
/// Handles assumptions on symbolic values.
232232
///

0 commit comments

Comments
 (0)