summaryrefslogtreecommitdiffstats
path: root/lib/Analysis/CFRefCount.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* MemRegions:Ted Kremenek2009-06-231-1/+1
* Move clients over from using GRStateManager::BindXXX and friends toTed Kremenek2009-06-181-2/+2
* libAnalysis:Ted Kremenek2009-06-181-8/+5
* Move the static DeclAttrs map into ASTContext. Fixes <rdar://problem/6983177>.Douglas Gregor2009-06-181-5/+5
* Remove more dependencies on GRStateRef. As a consequence, we can nowTed Kremenek2009-06-181-90/+86
* Remove another dependency on GRStateRef.Ted Kremenek2009-06-181-10/+7
* Fix: <rdar://problem/6945561> -[CIContext createCGLayerWithSize:info:] misint...Ted Kremenek2009-06-151-2/+5
* Fix: <rdar://problem/6961230> add knowledge of IOKit functions to retain/rele...Ted Kremenek2009-06-151-3/+57
* Add summary lookup for IOServiceGetMatchingService.Ted Kremenek2009-06-111-37/+48
* Refactor some function name -> summary lookup using a switch statement.Ted Kremenek2009-06-111-18/+25
* Fix:Ted Kremenek2009-06-051-5/+9
* Enhance attribute cf_returns_retained to also work (in the analyzer)Ted Kremenek2009-06-051-2/+9
* Add special cases to retain checker for 'create' methods in QCView, QCRendere...Ted Kremenek2009-05-201-4/+16
* Fix PR 4230: Don't flag leaks of NSAutoreleasePools until we know that we are...Ted Kremenek2009-05-181-0/+4
* Fix: <rdar://problem/6893565> False positive: don't flag leaks for return typ...Ted Kremenek2009-05-161-19/+28
* Fix crash when deriving the enclosing summary of a method whose first selecto...Ted Kremenek2009-05-151-12/+16
* Remove extra whitespace character in string literal. Purely cosmetic.Ted Kremenek2009-05-151-1/+1
* Fix <rdar://problem/6859457> [NSData dataWithBytesNoCopy] does not return a r...Ted Kremenek2009-05-141-0/+9
* Fix crasher reported in PR 4209 caused by an invalid summaryTed Kremenek2009-05-131-4/+16
* Fix crasher in CFRefCount.cpp reported by Nikita Zhuk due to recently added a...Ted Kremenek2009-05-131-2/+5