File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed
clang/include/clang/StaticAnalyzer/Core/PathSensitive Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -907,13 +907,6 @@ class ExprEngine {
907
907
static SVal makeElementRegion (ProgramStateRef State, SVal LValue,
908
908
QualType &Ty, bool &IsArray, unsigned Idx = 0 );
909
909
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
-
917
910
// / Common code that handles either a CXXConstructExpr or a
918
911
// / CXXInheritedCtorInitExpr.
919
912
void handleConstructor (const Expr *E, ExplodedNode *Pred,
You can’t perform that action at this time.
0 commit comments