aboutsummaryrefslogtreecommitdiff
path: root/lib/Analysis/CFRefCount.cpp
AgeCommit message (Expand)Author
2009-06-30De-ASTContext-ify DeclContext.Argyrios Kyrtzidis
2009-06-30Remove the ASTContext parameter from the getBody() methods of Decl and subcla...Argyrios Kyrtzidis
2009-06-30Remove the ASTContext parameter from the attribute-related methods of Decl.Argyrios Kyrtzidis
2009-06-29Invalidate the alloca region by setting its default value to conjured symbol.Zhongxing Xu
2009-06-28Invalidate a field of struct type by setting its default value to conjured Zhongxing Xu
2009-06-26Introduce a new concept to the static analyzer: SValuator.Ted Kremenek
2009-06-24Remove uses of std::ostream from libAnalysis.Ted Kremenek
2009-06-23Remove GRStateManager::getRegion/getSelfRegion().Ted Kremenek
2009-06-23Move 'hasStackStorage()' and 'hasHeapStorage()' from MemRegionManager to MemR...Ted Kremenek
2009-06-23Move all factory methods from SVal to ValueManager. API cleanup!Zhongxing Xu
2009-06-23MemRegions:Ted Kremenek
2009-06-18Move clients over from using GRStateManager::BindXXX and friends toTed Kremenek
2009-06-18libAnalysis:Ted Kremenek
2009-06-18Move the static DeclAttrs map into ASTContext. Fixes <rdar://problem/6983177>.Douglas Gregor
2009-06-18Remove more dependencies on GRStateRef. As a consequence, we can nowTed Kremenek
2009-06-18Remove another dependency on GRStateRef.Ted Kremenek
2009-06-15Fix: <rdar://problem/6945561> -[CIContext createCGLayerWithSize:info:] misint...Ted Kremenek
2009-06-15Fix: <rdar://problem/6961230> add knowledge of IOKit functions to retain/rele...Ted Kremenek
2009-06-11Add summary lookup for IOServiceGetMatchingService.Ted Kremenek
2009-06-11Refactor some function name -> summary lookup using a switch statement.Ted Kremenek
2009-06-05Fix:Ted Kremenek
2009-06-05Enhance attribute cf_returns_retained to also work (in the analyzer)Ted Kremenek
2009-05-20Add special cases to retain checker for 'create' methods in QCView, QCRendere...Ted Kremenek
2009-05-18Fix PR 4230: Don't flag leaks of NSAutoreleasePools until we know that we are...Ted Kremenek
2009-05-16Fix: <rdar://problem/6893565> False positive: don't flag leaks for return typ...Ted Kremenek
2009-05-15Fix crash when deriving the enclosing summary of a method whose first selecto...Ted Kremenek
2009-05-15Remove extra whitespace character in string literal. Purely cosmetic.Ted Kremenek
2009-05-14Fix <rdar://problem/6859457> [NSData dataWithBytesNoCopy] does not return a r...Ted Kremenek
2009-05-13Fix crasher reported in PR 4209 caused by an invalid summaryTed Kremenek
2009-05-13Fix crasher in CFRefCount.cpp reported by Nikita Zhuk due to recently added a...Ted Kremenek
2009-05-12Fix: <rdar://problem/6320065> false positive - init method returns an object ...Ted Kremenek
2009-05-12Add logic for invalidating array region to CFRefCount.cpp. When invalidatingZhongxing Xu
2009-05-12Fix <rdar://problem/6877235> Classes typedef-ed to CF objects should get the ...Ted Kremenek
2009-05-11When stripping element regions for invalidating region values, treat FieldReg...Ted Kremenek
2009-05-11Fix regression reported in <rdar://problem/6866843>. The analyzer should ext...Ted Kremenek
2009-05-11Fix a bug found by Thomas Clement where 'return [[[NSString alloc] init] auto...Ted Kremenek
2009-05-11TypedRegion is a too general assumption. Usually we only want to invalidateZhongxing Xu
2009-05-10Add special warning about returning a retained object where a GC'ed object is...Ted Kremenek
2009-05-10retain/release checker: Flag a warning for non-owned objects returnedTed Kremenek
2009-05-10analyzer:Ted Kremenek
2009-05-09As discussed with Ted, rename TypedRegion::getObjectType() to Zhongxing Xu
2009-05-09Add back analyzer support for ns_returns_retained and cf_returns_retained.Ted Kremenek
2009-05-09It lives! The retain/release checker now tracks objects that are sentTed Kremenek
2009-05-09rename: MemRegion:Zhongxing Xu
2009-05-09More hacking on autorelease errors. We now can emit basic errors (disabled forTed Kremenek
2009-05-09Put most of the boilerplate logic in place for reporting autorelease errors.Ted Kremenek
2009-05-08retain/release checker: Add stub for HandleAutoreleaseCounts.Ted Kremenek
2009-05-08retain/release checker: Refactor error-reporting code in EvalDeadSymbols andTed Kremenek
2009-05-08retain checker: Track the number of times a tracked object is sentTed Kremenek
2009-05-08Remove experimental ownership attributes from Clang.Ted Kremenek