llvm-project/clang/lib/Analysis
Ted Kremenek 1d9a267b2e retain checker:
- Fix retain checker test failures.
- Update retain checker to have annotations override default summary effects, not completely redefine them.

llvm-svn: 70828
2009-05-04 05:31:22 +00:00
..
BasicConstraintManager.cpp Patch by Ben Laurie: 2009-02-14 17:08:39 +00:00
BasicObjCFoundationChecks.cpp get a CodeTextRegion when visiting FunctionDecl reference. 2009-04-20 05:24:46 +00:00
BasicObjCFoundationChecks.h Overhaul BugReporter interface and implementation. The new interface cleans up 2009-02-04 23:49:09 +00:00
BasicStore.cpp Basic Store: Always convert a non::LocAsInteger to a Loc when storing to a pointer. 2009-05-01 19:04:28 +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 BugReporter (extensive diagnostics): introduce the notion of a "dead" 2009-05-01 16:08:09 +00:00
CFRefCount.cpp retain checker: 2009-05-04 05:31:22 +00:00
CMakeLists.txt Update CMake file. 2009-05-01 18:43:00 +00:00
CheckDeadStores.cpp Remove hack from LiveVariables analysis where variables whose address are taken 2009-04-07 05:25:24 +00:00
CheckNSError.cpp Simplify more code by using SVal::getAsSymbol(). 2009-03-30 19:53:37 +00:00
CheckObjCDealloc.cpp Eliminate the three SmallVectors in ObjCImplDecl (for instance 2009-04-23 01:02:12 +00:00
CheckObjCInstMethSignature.cpp Eliminate the three SmallVectors in ObjCImplDecl (for instance 2009-04-23 01:02:12 +00:00
CheckObjCUnusedIVars.cpp Eliminate the three SmallVectors in ObjCImplDecl (for instance 2009-04-23 01:02:12 +00:00
Environment.cpp Add comments. 2009-03-12 07:54:17 +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 Add a new BFS GRWorkList and make it the default worklist model for 2009-05-01 22:18:46 +00:00
GRExprEngine.cpp split ObjC and C++ Statements out into their own headers. 2009-04-26 01:32:48 +00:00
GRExprEngineInternalChecks.cpp BugReporter/PathDiagnostics: 2009-04-29 21:58:13 +00:00
GRSimpleVals.cpp Add corner case logic to BasicStoreManager and GRSimpleVals::EvalBinOp to enable 2009-04-29 16:03:27 +00:00
GRSimpleVals.h analyzer infrastructure: make a bunch of changes to symbolic expressions that 2009-03-26 03:35:11 +00:00
GRState.cpp analyzer: Introduce a new class, ValueManager, that serves as an aggregate 2009-04-09 16:13:17 +00:00
GRTransferFuncs.cpp analyzer infrastructure: make a bunch of changes to symbolic expressions that 2009-03-26 03:35:11 +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 MemRegion pretty-printing: Convert DeclName to a string to print out the actual 2009-04-29 15:37:24 +00:00
PathDiagnostic.cpp Implement function-try-blocks. However, there's a very subtle bug that I can't track down. 2009-04-26 20:35:05 +00:00
RangeConstraintManager.cpp Tweak pretty-printing of constraints. 2009-04-21 22:37:11 +00:00
RegionStore.cpp region store: make Retrieve() can retrieve embedded array correctly. Also 2009-05-03 00:27:40 +00:00
SVals.cpp Use 'getAs<CodeTextRegion>' instead of 'dyn_cast<CodeTextRegion>' to handle any 2009-04-21 17:37:26 +00:00
SimpleConstraintManager.cpp Remove loc::FuncVal. 2009-04-20 06:35:22 +00:00
SimpleConstraintManager.h analyzer infrastructure: make a bunch of changes to symbolic expressions that 2009-03-26 03:35:11 +00:00
Store.cpp StoreManager::CastRegion: 2009-05-01 19:22:20 +00:00
SymbolManager.cpp analyzer infrastructure: make a bunch of changes to symbolic expressions that 2009-03-26 03:35:11 +00:00
UninitializedValues.cpp rename some methods. 2009-03-28 06:33:19 +00:00