hanchenye-llvm-project/clang/lib/StaticAnalyzer/Core
Ted Kremenek 1afcb7442f Remove Store::bindDecl() and Store::bindDeclWithNoInit(), and
all forwarding methods.

This functionality is already covered by bindLoc().

llvm-svn: 162346
2012-08-22 06:00:18 +00:00
..
APSIntType.cpp [analyzer] Rework both constraint managers to handle mixed-type comparisons. 2012-05-08 03:27:16 +00:00
AnalysisManager.cpp Allow multiple PathDiagnosticConsumers to be used with a BugReporter at the same time. 2012-08-16 17:45:23 +00:00
BasicConstraintManager.cpp [analyzer] Push "references are non-null" knowledge up to the common parent. 2012-08-21 20:52:19 +00:00
BasicValueFactory.cpp Drop the ASTContext.h include from Stmt.h and fix up transitive users. 2012-07-04 17:04:04 +00:00
BlockCounter.cpp
BugReporter.cpp Allow multiple PathDiagnosticConsumers to be used with a BugReporter at the same time. 2012-08-16 17:45:23 +00:00
BugReporterVisitors.cpp [analyzer] Look through all casts when trying to track constraints. 2012-08-16 00:03:33 +00:00
CMakeLists.txt clang/lib: [CMake] Update tblgen'd dependencies. 2012-07-27 06:18:33 +00:00
CallEvent.cpp Store SourceManager pointer on PrintingPolicy in the case where we're dumping, 2012-08-16 03:56:14 +00:00
Checker.cpp Reapply r149311 which I reverted by mistake. 2012-01-31 02:23:28 +00:00
CheckerContext.cpp Unify naming of LangOptions variable/get function across the Clang stack (Lex to AST). 2012-03-11 07:00:24 +00:00
CheckerHelpers.cpp
CheckerManager.cpp [analyzer] Reduce code duplication: make CXXDestructorCall a CXXInstanceCall. 2012-08-13 23:46:05 +00:00
CheckerRegistry.cpp Revert my patches which removed Diagnostic.h includes by moving some operator overloads out of line. 2012-02-07 22:29:24 +00:00
CoreEngine.cpp [analyzer] PostImplicitCall can also occur between CFGElements. 2012-07-26 20:03:56 +00:00
Environment.cpp [analyzer] Look through SubstNonTypeTemplateParmExprs. 2012-07-27 01:15:02 +00:00
ExplodedGraph.cpp [analyzer] Add comments to ExplodedNode::NodeGroup. 2012-08-20 18:59:46 +00:00
ExprEngine.cpp Remove Store::bindDecl() and Store::bindDeclWithNoInit(), and 2012-08-22 06:00:18 +00:00
ExprEngineC.cpp Remove Store::bindDecl() and Store::bindDeclWithNoInit(), and 2012-08-22 06:00:18 +00:00
ExprEngineCXX.cpp [analyzer] Update initializer assertion for delegating constructors. 2012-08-03 23:31:15 +00:00
ExprEngineCallAndReturn.cpp Add an llvm_unreachable to pacify GCC's -Wreturn-type. 2012-08-21 22:27:18 +00:00
ExprEngineObjC.cpp [analyzer] Replace boolean IsSink parameters with 'generateSink' methods. 2012-08-20 18:43:42 +00:00
FunctionSummary.cpp [analyzer] Record the basic blocks covered by the analyzes run. 2012-04-03 02:05:47 +00:00
HTMLDiagnostics.cpp Remove #if 0 that has been around for a long time. 2012-08-16 17:45:32 +00:00
Makefile
MemRegion.cpp [analyzer] Only adjust the type of 'this' when we devirtualize a method call. 2012-08-15 17:33:34 +00:00
PathDiagnostic.cpp Remove "range_iterator" from PathDiagnosticPiece and just use ArrayRef<SourceRange> for ranges. This 2012-08-16 17:45:29 +00:00
PlistDiagnostics.cpp Remove "range_iterator" from PathDiagnosticPiece and just use ArrayRef<SourceRange> for ranges. This 2012-08-16 17:45:29 +00:00
ProgramState.cpp Remove Store::bindDecl() and Store::bindDeclWithNoInit(), and 2012-08-22 06:00:18 +00:00
RangeConstraintManager.cpp [analyzer] Push "references are non-null" knowledge up to the common parent. 2012-08-21 20:52:19 +00:00
RegionStore.cpp Remove Store::bindDecl() and Store::bindDeclWithNoInit(), and 2012-08-22 06:00:18 +00:00
SValBuilder.cpp Implement initial static analysis inlining support for C++ methods. 2012-06-22 23:55:50 +00:00
SVals.cpp [analyzer] Don't strip CXXBaseObjectRegions when checking dynamic_casts. 2012-08-13 22:11:34 +00:00
SimpleConstraintManager.cpp [analyzer] Push "references are non-null" knowledge up to the common parent. 2012-08-21 20:52:19 +00:00
SimpleConstraintManager.h [analyzer] Rework both constraint managers to handle mixed-type comparisons. 2012-05-08 03:27:16 +00:00
SimpleSValBuilder.cpp [analyzer] Fixit for r158136. 2012-06-07 20:18:08 +00:00
Store.cpp [analyzer] A CXXBaseObjectRegion should correspond to a DIRECT base. 2012-08-09 21:24:02 +00:00
SubEngine.cpp Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_anch 2011-12-20 02:48:34 +00:00
SymbolManager.cpp [analyzer] Add a complexity bound on history tracking. 2012-05-03 02:13:50 +00:00
TextPathDiagnostics.cpp Allow multiple PathDiagnosticConsumers to be used with a BugReporter at the same time. 2012-08-16 17:45:23 +00:00