Skip to content

Commit

Permalink
[StaticAnalyzer] Remove unused declaration findDirectConstructorForCu…
Browse files Browse the repository at this point in the history
…rrentCFGElement

The corresponding definition was removed by:

  commit a84374d
  Author: Artem Dergachev <artem.dergachev@gmail.com>
  Date:   Thu Jun 14 01:40:49 2018 +0000
  • Loading branch information
kazutakahirata committed May 27, 2023
1 parent 78b72d6 commit 156aafd
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -907,13 +907,6 @@ class ExprEngine {
static SVal makeElementRegion(ProgramStateRef State, SVal LValue,
QualType &Ty, bool &IsArray, unsigned Idx = 0);

/// For a DeclStmt or CXXInitCtorInitializer, walk backward in the current CFG
/// block to find the constructor expression that directly constructed into
/// the storage for this statement. Returns null if the constructor for this
/// statement created a temporary object region rather than directly
/// constructing into an existing region.
const CXXConstructExpr *findDirectConstructorForCurrentCFGElement();

/// Common code that handles either a CXXConstructExpr or a
/// CXXInheritedCtorInitExpr.
void handleConstructor(const Expr *E, ExplodedNode *Pred,
Expand Down

0 comments on commit 156aafd

Please sign in to comment.