Skip to content

Commit 78b72d6

Browse files
[StaticAnalyzer] Remove unused declaration evalLoadCommon
The corresponding function definition was removed by: commit e0fb481 Author: Artem Dergachev <[email protected]> Date: Fri May 4 23:01:10 2018 +0000
1 parent 752c047 commit 78b72d6

File tree

1 file changed

+0
-9
lines changed
  • clang/include/clang/StaticAnalyzer/Core/PathSensitive

1 file changed

+0
-9
lines changed

clang/include/clang/StaticAnalyzer/Core/PathSensitive/ExprEngine.h

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -773,15 +773,6 @@ class ExprEngine {
773773
void finishArgumentConstruction(ExplodedNodeSet &Dst, ExplodedNode *Pred,
774774
const CallEvent &Call);
775775

776-
void evalLoadCommon(ExplodedNodeSet &Dst,
777-
const Expr *NodeEx, /* Eventually will be a CFGStmt */
778-
const Expr *BoundEx,
779-
ExplodedNode *Pred,
780-
ProgramStateRef St,
781-
SVal location,
782-
const ProgramPointTag *tag,
783-
QualType LoadTy);
784-
785776
void evalLocation(ExplodedNodeSet &Dst,
786777
const Stmt *NodeEx, /* This will eventually be a CFGStmt */
787778
const Stmt *BoundEx,

0 commit comments

Comments
 (0)