index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Analysis
/
CFRefCount.cpp
Age
Commit message (
Expand
)
Author
2009-07-29
Change uses of:
Ted Kremenek
2009-07-29
Remove some uses of TypedViewRegion, and use getBaseRegion() in a context where
Ted Kremenek
2009-07-22
Refactor 'PostStmt' and 'PreStmt' to subclass a common parent 'StmtPoint'.
Ted Kremenek
2009-07-21
Fix long-lurking bug in ObjCSummaryCache revealed by Torok's recent memory
Ted Kremenek
2009-07-17
Per offline discussion with Steve Naroff, add back Type::getAsXXXType() methods
Ted Kremenek
2009-07-16
Add member template 'Type::getAs<T>', which converts a Type* to a respective T*.
Ted Kremenek
2009-07-16
Remove ASTContext::isObjCObjectPointerType().
Steve Naroff
2009-07-10
This patch includes a conceptually simple, but very intrusive/pervasive change.
Steve Naroff
2009-07-09
Remove dead code.
Zhongxing Xu
2009-07-06
Fix <rdar://problem/7033733>. The CF_RETURNS_RETAINED attribute should work ...
Ted Kremenek
2009-07-06
Further cleanup of region invalidation code. No functionality change.
Zhongxing Xu
2009-07-06
Start to gradually move region invalidation code into store manager.
Zhongxing Xu
2009-06-30
De-ASTContext-ify DeclContext.
Argyrios Kyrtzidis
2009-06-30
Remove the ASTContext parameter from the getBody() methods of Decl and subcla...
Argyrios Kyrtzidis
2009-06-30
Remove the ASTContext parameter from the attribute-related methods of Decl.
Argyrios Kyrtzidis
2009-06-29
Invalidate the alloca region by setting its default value to conjured symbol.
Zhongxing Xu
2009-06-28
Invalidate a field of struct type by setting its default value to conjured
Zhongxing Xu
2009-06-26
Introduce a new concept to the static analyzer: SValuator.
Ted Kremenek
2009-06-24
Remove uses of std::ostream from libAnalysis.
Ted Kremenek
2009-06-23
Remove GRStateManager::getRegion/getSelfRegion().
Ted Kremenek
2009-06-23
Move 'hasStackStorage()' and 'hasHeapStorage()' from MemRegionManager to MemR...
Ted Kremenek
2009-06-23
Move all factory methods from SVal to ValueManager. API cleanup!
Zhongxing Xu
2009-06-23
MemRegions:
Ted Kremenek
2009-06-18
Move clients over from using GRStateManager::BindXXX and friends to
Ted Kremenek
2009-06-18
libAnalysis:
Ted Kremenek
2009-06-18
Move the static DeclAttrs map into ASTContext. Fixes <rdar://problem/6983177>.
Douglas Gregor
2009-06-18
Remove more dependencies on GRStateRef. As a consequence, we can now
Ted Kremenek
2009-06-18
Remove another dependency on GRStateRef.
Ted Kremenek
2009-06-15
Fix: <rdar://problem/6945561> -[CIContext createCGLayerWithSize:info:] misint...
Ted Kremenek
2009-06-15
Fix: <rdar://problem/6961230> add knowledge of IOKit functions to retain/rele...
Ted Kremenek
2009-06-11
Add summary lookup for IOServiceGetMatchingService.
Ted Kremenek
2009-06-11
Refactor some function name -> summary lookup using a switch statement.
Ted Kremenek
2009-06-05
Fix:
Ted Kremenek
2009-06-05
Enhance attribute cf_returns_retained to also work (in the analyzer)
Ted Kremenek
2009-05-20
Add special cases to retain checker for 'create' methods in QCView, QCRendere...
Ted Kremenek
2009-05-18
Fix PR 4230: Don't flag leaks of NSAutoreleasePools until we know that we are...
Ted Kremenek
2009-05-16
Fix: <rdar://problem/6893565> False positive: don't flag leaks for return typ...
Ted Kremenek
2009-05-15
Fix crash when deriving the enclosing summary of a method whose first selecto...
Ted Kremenek
2009-05-15
Remove extra whitespace character in string literal. Purely cosmetic.
Ted Kremenek
2009-05-14
Fix <rdar://problem/6859457> [NSData dataWithBytesNoCopy] does not return a r...
Ted Kremenek
2009-05-13
Fix crasher reported in PR 4209 caused by an invalid summary
Ted Kremenek
2009-05-13
Fix crasher in CFRefCount.cpp reported by Nikita Zhuk due to recently added a...
Ted Kremenek
2009-05-12
Fix: <rdar://problem/6320065> false positive - init method returns an object ...
Ted Kremenek
2009-05-12
Add logic for invalidating array region to CFRefCount.cpp. When invalidating
Zhongxing Xu
2009-05-12
Fix <rdar://problem/6877235> Classes typedef-ed to CF objects should get the ...
Ted Kremenek
2009-05-11
When stripping element regions for invalidating region values, treat FieldReg...
Ted Kremenek
2009-05-11
Fix regression reported in <rdar://problem/6866843>. The analyzer should ext...
Ted Kremenek
2009-05-11
Fix a bug found by Thomas Clement where 'return [[[NSString alloc] init] auto...
Ted Kremenek
2009-05-11
TypedRegion is a too general assumption. Usually we only want to invalidate
Zhongxing Xu
2009-05-10
Add special warning about returning a retained object where a GC'ed object is...
Ted Kremenek
[next]