clang-1/lib/Analysis
Ted Kremenek 6304b08dae Migrate factory methods for FieldRegion and ObjCIVarRegion creation to use the
new generalized region-construction code.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@73921 91177308-0d34-0410-b5e6-96231b3b80d8
2009-06-22 23:34:21 +00:00
..
BasicConstraintManager.cpp Remove GRStateManager& field from SimpleConstraintManager. 2009-06-18 23:20:05 +00:00
BasicObjCFoundationChecks.cpp Move clients over from using GRStateManager::BindXXX and friends to 2009-06-18 23:58:37 +00:00
BasicObjCFoundationChecks.h Move clients over from using GRStateManager::BindXXX and friends to 2009-06-18 23:58:37 +00:00
BasicStore.cpp Start moving in the direction of removing GRStateRef. Now each 2009-06-17 22:02:04 +00:00
BasicValueFactory.cpp analyzer infrastructure: make a bunch of changes to symbolic expressions that 2009-03-26 03:35:11 +00:00
BugReporter.cpp Move clients over from using GRStateManager::BindXXX and friends to 2009-06-18 23:58:37 +00:00
CFRefCount.cpp Move clients over from using GRStateManager::BindXXX and friends to 2009-06-18 23:58:37 +00:00
CMakeLists.txt Update CMake file. 2009-05-01 18:43:00 +00:00
CheckDeadStores.cpp Move the static DeclAttrs map into ASTContext. Fixes <rdar://problem/6983177>. 2009-06-18 16:11:24 +00:00
CheckNSError.cpp Remove more uses of GRStateRef. 2009-06-17 22:28:13 +00:00
CheckObjCDealloc.cpp Move the static DeclAttrs map into ASTContext. Fixes <rdar://problem/6983177>. 2009-06-18 16:11:24 +00:00
CheckObjCInstMethSignature.cpp Eliminate the three SmallVectors in ObjCImplDecl (for instance 2009-04-23 01:02:12 +00:00
CheckObjCUnusedIVars.cpp Move the static DeclAttrs map into ASTContext. Fixes <rdar://problem/6983177>. 2009-06-18 16:11:24 +00:00
Environment.cpp Move clients over from using GRStateManager::BindXXX and friends to 2009-06-18 23:58:37 +00:00
ExplodedGraph.cpp Use the correct data structures! 2009-03-12 23:41:59 +00:00
GRBlockCounter.cpp Updated clients of ImmutableMap::SlimFind to use ImmutableMap::lookup instead. 2008-07-07 16:21:19 +00:00
GRCoreEngine.cpp More hacking on autorelease errors. We now can emit basic errors (disabled for 2009-05-09 00:44:07 +00:00
GRExprEngine.cpp Remove more GetSVal/GetLValue methods in GRExprEngine/GRState, instead 2009-06-19 17:10:32 +00:00
GRExprEngineInternalChecks.cpp Move clients over from using GRStateManager::BindXXX and friends to 2009-06-18 23:58:37 +00:00
GRSimpleVals.cpp Move clients over from using GRStateManager::BindXXX and friends to 2009-06-18 23:58:37 +00:00
GRSimpleVals.h * API change: we need to pass GRState to GRExprEngine::EvalBinOp() because 2009-05-20 09:00:16 +00:00
GRState.cpp Remove GRStateRef. 2009-06-18 01:33:24 +00:00
GRTransferFuncs.cpp Move clients over from using GRStateManager::BindXXX and friends to 2009-06-18 23:58:37 +00:00
LiveVariables.cpp Remove hack from LiveVariables analysis where variables whose address are taken 2009-04-07 05:25:24 +00:00
Makefile Build system changes to use TableGen to generate the various 2009-03-16 23:06:59 +00:00
MemRegion.cpp Migrate factory methods for FieldRegion and ObjCIVarRegion creation to use the 2009-06-22 23:34:21 +00:00
PathDiagnostic.cpp PathDiagnosticLocation::asRange(): for a PathDiagnosticLocation, the range of a DeclStmt is only the decl, not 2009-05-15 02:05:25 +00:00
RangeConstraintManager.cpp Remove GRStateManager& field from SimpleConstraintManager. 2009-06-18 23:20:05 +00:00
RegionStore.cpp Allow CodeTextRegion to be cast to 'void *'. 2009-06-22 08:36:10 +00:00
SVals.cpp A further step of r73690: associate the cast-to type with the created symbol, 2009-06-19 06:00:32 +00:00
SimpleConstraintManager.cpp Remove GRStateManager& field from SimpleConstraintManager. 2009-06-18 23:20:05 +00:00
SimpleConstraintManager.h Remove GRStateManager& field from SimpleConstraintManager. 2009-06-18 23:20:05 +00:00
Store.cpp Use canonical type for building ElementRegion. Otherwise ElementRegions cannot 2009-06-16 09:55:50 +00:00
SymbolManager.cpp A further step of r73690: associate the cast-to type with the created symbol, 2009-06-19 06:00:32 +00:00
UninitializedValues.cpp rename some methods. 2009-03-28 06:33:19 +00:00