summaryrefslogtreecommitdiffstats
path: root/clang/lib/Analysis/CFRefCount.cpp
Commit message (Expand)AuthorAgeFilesLines
* Simplify more.Daniel Dunbar2009-10-171-9/+5
* Simplify.Daniel Dunbar2009-10-171-25/+4
* retain/release checker: Stop tracking reference counts for any symbols touche...Ted Kremenek2009-10-161-8/+7
* Educate the retain/release checker about [NSCursor dragCopyCursor].Ted Kremenek2009-10-151-0/+5
* retain/release checker: Use simpler utility method for creating class method ...Ted Kremenek2009-10-151-7/+5
* Remove stale comment.Ted Kremenek2009-10-141-3/+1
* retain/release checker: Recognize that calls toTed Kremenek2009-10-141-3/+26
* retain/release checker: retained objects passed to pthread_create (asTed Kremenek2009-10-131-1/+7
* Fix bad grammar in static analyzer diagnostic. Reported by Robert Purves!Ted Kremenek2009-10-011-2/+2
* Fix:Ted Kremenek2009-09-271-1/+1
* Fix: <rdar://problem/7242015> [RegionStore] variable passed-by-reference (via...Ted Kremenek2009-09-221-8/+9
* Change all the Type::getAsFoo() methods to specializations of Type::getAs().John McCall2009-09-211-7/+7
* Fix: <rdar://problem/5905851> do not report a leak when post-dominated by a callTed Kremenek2009-09-141-0/+4
* Make AnalysisManager stateless. Now other analyzer components only depends onZhongxing Xu2009-09-101-5/+5
* Remove tabs, and whitespace cleanups.Mike Stump2009-09-091-638/+637
* retain/release checker: [CIContext createCGImage...] and friends returned CFTed Kremenek2009-08-281-5/+8
* Rename 'bindExpr' to 'BindExpr'.Ted Kremenek2009-08-271-5/+5
* Simplify 'Environment' to contain only one map from 'const Stmt*' to SVals, g...Ted Kremenek2009-08-271-5/+5
* Remove CodeDecl and CFG from GRExprEngine and GRStateManager.Zhongxing Xu2009-08-251-7/+7
* Remove Decl and CFG from ExplodedGraph. This leads to a series small changes.Zhongxing Xu2009-08-251-1/+1
* Remove 'SelfRegion' field from both BasicStoreManager and RegionStoreManager.Ted Kremenek2009-08-211-7/+13
* retain/release checker: Treat NSObject method '-awakeAfterUsingCoder:'Ted Kremenek2009-08-201-4/+9
* retain/release checker: Special case handling of CFAttributedStringSetAttribute,Ted Kremenek2009-08-201-4/+6
* Remove unused parameter BugReporter due to previous patch.Zhongxing Xu2009-08-181-4/+2
* Extend the ProgramPoint to include the context information LocationContext,Zhongxing Xu2009-08-151-4/+7
* Last step of template cleanup: merge *BuilderImpl to *Builder.Zhongxing Xu2009-08-061-25/+25
* As GRState seems general enough, it is time to merge some template classes Zhongxing Xu2009-08-061-63/+63
* Get rid of "smart" quotes. Per report on cfe-dev.Eli Friedman2009-08-051-1/+1
* Change uses of:Ted Kremenek2009-07-291-3/+3
* Remove some uses of TypedViewRegion, and use getBaseRegion() in a context whereTed Kremenek2009-07-291-1/+1
* Refactor 'PostStmt' and 'PreStmt' to subclass a common parent 'StmtPoint'.Ted Kremenek2009-07-221-12/+13
* Fix long-lurking bug in ObjCSummaryCache revealed by Torok's recent memoryTed Kremenek2009-07-211-41/+38
* Per offline discussion with Steve Naroff, add back Type::getAsXXXType() methodsTed Kremenek2009-07-171-3/+3
* Add member template 'Type::getAs<T>', which converts a Type* to a respective T*.Ted Kremenek2009-07-161-3/+3
* Remove ASTContext::isObjCObjectPointerType().Steve Naroff2009-07-161-1/+1
* This patch includes a conceptually simple, but very intrusive/pervasive change. Steve Naroff2009-07-101-55/+39
* Remove dead code.Zhongxing Xu2009-07-091-1/+0
* Fix <rdar://problem/7033733>. The CF_RETURNS_RETAINED attribute should work ...Ted Kremenek2009-07-061-3/+11
* Further cleanup of region invalidation code. No functionality change.Zhongxing Xu2009-07-061-47/+39
* Start to gradually move region invalidation code into store manager.Zhongxing Xu2009-07-061-66/+3
* De-ASTContext-ify DeclContext.Argyrios Kyrtzidis2009-06-301-7/+6
* Remove the ASTContext parameter from the getBody() methods of Decl and subcla...Argyrios Kyrtzidis2009-06-301-1/+1
* Remove the ASTContext parameter from the attribute-related methods of Decl.Argyrios Kyrtzidis2009-06-301-5/+5
* Invalidate the alloca region by setting its default value to conjured symbol.Zhongxing Xu2009-06-291-2/+11
* Invalidate a field of struct type by setting its default value to conjured Zhongxing Xu2009-06-281-4/+15
* Introduce a new concept to the static analyzer: SValuator.Ted Kremenek2009-06-261-10/+6
* Remove uses of std::ostream from libAnalysis.Ted Kremenek2009-06-241-8/+7
* Remove GRStateManager::getRegion/getSelfRegion().Ted Kremenek2009-06-231-1/+1
* Move 'hasStackStorage()' and 'hasHeapStorage()' from MemRegionManager to MemR...Ted Kremenek2009-06-231-1/+1
* Move all factory methods from SVal to ValueManager. API cleanup!Zhongxing Xu2009-06-231-4/+4
OpenPOWER on IntegriCloud