Skip to content

Commit 156aafd

Browse files
[StaticAnalyzer] Remove unused declaration findDirectConstructorForCurrentCFGElement
The corresponding definition was removed by: commit a84374d Author: Artem Dergachev <[email protected]> Date: Thu Jun 14 01:40:49 2018 +0000
1 parent 78b72d6 commit 156aafd

File tree

1 file changed

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

1 file changed

+0
-7
lines changed

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

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -907,13 +907,6 @@ class ExprEngine {
907907
static SVal makeElementRegion(ProgramStateRef State, SVal LValue,
908908
QualType &Ty, bool &IsArray, unsigned Idx = 0);
909909

910-
/// For a DeclStmt or CXXInitCtorInitializer, walk backward in the current CFG
911-
/// block to find the constructor expression that directly constructed into
912-
/// the storage for this statement. Returns null if the constructor for this
913-
/// statement created a temporary object region rather than directly
914-
/// constructing into an existing region.
915-
const CXXConstructExpr *findDirectConstructorForCurrentCFGElement();
916-
917910
/// Common code that handles either a CXXConstructExpr or a
918911
/// CXXInheritedCtorInitExpr.
919912
void handleConstructor(const Expr *E, ExplodedNode *Pred,

0 commit comments

Comments
 (0)