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-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
2009-05-10
retain/release checker: Flag a warning for non-owned objects returned
Ted Kremenek
2009-05-10
analyzer:
Ted Kremenek
2009-05-09
As discussed with Ted, rename TypedRegion::getObjectType() to
Zhongxing Xu
2009-05-09
Add back analyzer support for ns_returns_retained and cf_returns_retained.
Ted Kremenek
2009-05-09
It lives! The retain/release checker now tracks objects that are sent
Ted Kremenek
2009-05-09
rename: MemRegion:
Zhongxing Xu
2009-05-09
More hacking on autorelease errors. We now can emit basic errors (disabled for
Ted Kremenek
2009-05-09
Put most of the boilerplate logic in place for reporting autorelease errors.
Ted Kremenek
2009-05-08
retain/release checker: Add stub for HandleAutoreleaseCounts.
Ted Kremenek
2009-05-08
retain/release checker: Refactor error-reporting code in EvalDeadSymbols and
Ted Kremenek
2009-05-08
retain checker: Track the number of times a tracked object is sent
Ted Kremenek
2009-05-08
Remove experimental ownership attributes from Clang.
Ted Kremenek
[next]