llvm-project/clang/lib/Analysis
Ted Kremenek 8be513822c Fix long-lurking bug in ObjCSummaryCache revealed by Torok's recent memory
poisoning changes to DenseMap. We were using an iterator after it had been
invalidated by an insertion into the DenseMap.

llvm-svn: 76677
2009-07-21 23:27:57 +00:00
..
BasicConstraintManager.cpp Remove uses of std::ostream from libAnalysis. 2009-06-24 23:06:47 +00:00
BasicObjCFoundationChecks.cpp Add basic checking for passing NULL to CFRetain/CFRelease, since those functions 2009-07-14 00:43:42 +00:00
BasicObjCFoundationChecks.h Add basic checking for passing NULL to CFRetain/CFRelease, since those functions 2009-07-14 00:43:42 +00:00
BasicStore.cpp Fix PR 4594 by refactoring almost all casting logic from GRExprEngine::VisitCast 2009-07-21 21:03:30 +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 the source-level CFG from libAST to libAnalysis. 2009-07-16 18:13:04 +00:00
CFG.cpp Wire up CFG improvements for __builtin_choose_expr. 2009-07-21 01:46:17 +00:00
CFRefCount.cpp Fix long-lurking bug in ObjCSummaryCache revealed by Torok's recent memory 2009-07-21 23:27:57 +00:00
CMakeLists.txt Fix PR 4594 by refactoring almost all casting logic from GRExprEngine::VisitCast 2009-07-21 21:03:30 +00:00
CallGraph.cpp Remove the ASTContext parameter from Entity::getPrintableName(). 2009-07-21 07:52:21 +00:00
CheckDeadStores.cpp Remove the ASTContext parameter from the attribute-related methods of Decl. 2009-06-30 02:34:44 +00:00
CheckNSError.cpp Per offline discussion with Steve Naroff, add back Type::getAsXXXType() methods 2009-07-17 17:50:17 +00:00
CheckObjCDealloc.cpp Remove ASTContext::isObjCObjectPointerType(). 2009-07-16 15:41:00 +00:00
CheckObjCInstMethSignature.cpp Introduce Type::isAnyPointerType() and convert all clients (suggested by Chris). 2009-07-14 18:25:06 +00:00
CheckObjCUnusedIVars.cpp remove dead code. 2009-06-30 07:50:26 +00:00
Environment.cpp add fixme. 2009-07-01 02:12:57 +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 Enhance GRBranchNodeBuilderImpl (part of GRCoreEngine) to understand the case 2009-07-20 18:44:36 +00:00
GRExprEngine.cpp Fix PR 4594 by refactoring almost all casting logic from GRExprEngine::VisitCast 2009-07-21 21:03:30 +00:00
GRExprEngineInternalChecks.cpp Remove ASTContext::isObjCObjectPointerType(). 2009-07-16 15:41:00 +00:00
GRState.cpp Tidy pretty-printing for SVals, using 'dump()' instead of 'printStdErr()', and implementing operator<< support for llvm::raw_ostream. 2009-07-13 23:53:06 +00:00
LiveVariables.cpp Move the source-level CFG from libAST to libAnalysis. 2009-07-16 18:13:04 +00:00
Makefile Build system changes to use TableGen to generate the various 2009-03-16 23:06:59 +00:00
MemRegion.cpp Implement FIXME in pretty-printing for StringRegions. 2009-07-19 20:38:24 +00:00
PathDiagnostic.cpp Remove '#include <sstream>' from libAnalysis. 2009-06-26 00:43:22 +00:00
RangeConstraintManager.cpp Remove uses of std::ostream from libAnalysis. 2009-06-24 23:06:47 +00:00
RegionStore.cpp Fix PR 4594 by refactoring almost all casting logic from GRExprEngine::VisitCast 2009-07-21 21:03:30 +00:00
SVals.cpp Tweak pretty-printing of CompoundVal to make it more useful for debugging. 2009-07-14 20:21:36 +00:00
SValuator.cpp Fix PR 4594 by refactoring almost all casting logic from GRExprEngine::VisitCast 2009-07-21 21:03:30 +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
SimpleSValuator.cpp Fix PR 4594 by refactoring almost all casting logic from GRExprEngine::VisitCast 2009-07-21 21:03:30 +00:00
Store.cpp Fix crash in StoreManager::NewCastRegion() when handling casts from 'id' (or whatever) to a BlockPointerType. 2009-07-18 06:27:51 +00:00
SymbolManager.cpp Introduced the notion of a "derived symbol" using the class SymbolDerived. 2009-07-15 02:27:32 +00:00
UninitializedValues.cpp rename some methods. 2009-03-28 06:33:19 +00:00
ValueManager.cpp Fix PR 4594 by refactoring almost all casting logic from GRExprEngine::VisitCast 2009-07-21 21:03:30 +00:00