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-04-29
retain/release checker: Refactor the guts of getClassMethodSummary to not depend
Ted Kremenek
2009-04-28
Implement ownership attribute 'objc_ownership_make_collectable'. This allows one
Ted Kremenek
2009-04-28
Revert 70293.
Ted Kremenek
2009-04-28
Now we can remove the 'blast-through' code.
Zhongxing Xu
2009-04-27
Add two new checker-specific attributes: 'objc_ownership_release' and
Ted Kremenek
2009-04-27
Track objects in GC mode returned by 'alloc', 'new', etc. methods. These are
Ted Kremenek
2009-04-27
Add new checker-specific attribute 'objc_ownership_cfretain'. This is the same
Ted Kremenek
2009-04-26
Implement function-try-blocks. However, there's a very subtle bug that I can'...
Sebastian Redl
2009-04-25
Hook up attribute 'objc_ownership_retain' to the analyzer. This attribute allows
Ted Kremenek
2009-04-24
Hook up __attribute__((objc_ownership_returns)) to the retain/release checker.
Ted Kremenek
2009-04-24
Fix the same false positive reported in PR 2542 and <rdar://problem/6793409>
Ted Kremenek
2009-04-24
Minor refactoring: pass selector to getCommonMethodSummary(). No functionality
Ted Kremenek
2009-04-24
retain/release checker: more hacks to workaround false positives cause by
Ted Kremenek
2009-04-24
Sentence case bug name.
Ted Kremenek
2009-04-24
retain/release checker:
Ted Kremenek
2009-04-23
Refactor common logic in getMethodSummary() and getClassMethodSummary(). No
Ted Kremenek
2009-04-23
Further cleanups to isTrackedObjectType().
Ted Kremenek
2009-04-23
retain/release checker: Don't call isTrackedObject() with the canonical type.
Ted Kremenek
2009-04-23
retain/release checker: For class methods, only treat return values that are
Ted Kremenek
2009-04-23
Per discussions with Ken Ferry and Paul Marks (<rdar://problem/6815234>) greatly
Ted Kremenek
2009-04-20
get a CodeTextRegion when visiting FunctionDecl reference.
Zhongxing Xu
2009-04-18
FunctionDecl::getBody() is getting an ASTContext argument for use in
Douglas Gregor
2009-04-09
- Move ownership of MemRegionManager into ValueManager.
Ted Kremenek
2009-04-09
Propagate the ASTContext to various AST traversal and lookup functions.
Douglas Gregor
2009-04-09
analyzer: Introduce a new class, ValueManager, that serves as an aggregate
Ted Kremenek
2009-04-09
stop using loc::SymbolVal.
Zhongxing Xu
2009-04-09
stop using loc::SymbolVal.
Zhongxing Xu
2009-04-09
clean up code with new API.
Zhongxing Xu
2009-04-09
clean up code with new API.
Zhongxing Xu
2009-04-09
Add a new method because sometimes the type of the conjured symbol is not the
Zhongxing Xu
2009-04-09
make a conjured symbol as the original code.
Zhongxing Xu
2009-04-09
clean up code with new API.
Zhongxing Xu
2009-04-07
Remove GetLeakNode. This isn't the right approach.
Ted Kremenek
2009-04-07
Eagerly compute the leak location when a leak occurs at the end of a path.
Ted Kremenek
2009-04-07
retain/release checker: When hunting for the leak location, don't walk the
Ted Kremenek
2009-04-03
Sentence-case bug type.
Ted Kremenek
2009-04-03
retain/release checker: don't track NSPanel until we have better reasoning about
Ted Kremenek
2009-04-02
Fix grammar.
Ted Kremenek
2009-04-02
Title-case the names of bug types.
Ted Kremenek
2009-04-01
- Changed PathDiagnosticPiece::getLocation() to return a PathDiagnosticLocation
Ted Kremenek
2009-03-26
analyzer infrastructure: make a bunch of changes to symbolic expressions that
Ted Kremenek
2009-03-20
retain/release checker: Tracking autorelease counts for objects. We're still not
Ted Kremenek
2009-03-17
Stub out some code for support for NSDeallocateObject. This is enabled yet until
Ted Kremenek
2009-03-17
retain/release checker: Add support for reasoning about -dealloc.
Ted Kremenek
2009-03-13
Fix PR 3677 [retain checker]: custom 'allocWithZone' methods should be allowed
Ted Kremenek
2009-03-11
Remove '[naming convention]' from bug type.
Ted Kremenek
2009-03-09
retain/release checker: Allow allocations to fail by returning nil.
Ted Kremenek
2009-03-06
Create PathDiagnosticPiece subclasses PathDiagnosticEventPiece and
Ted Kremenek
2009-03-05
Minor tweak: Recognize 'CGCF' prefix in addition to 'CF' and 'CG'.
Ted Kremenek
2009-03-05
BasicStore:
Ted Kremenek
[prev]
[next]