index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
Analysis
/
retain-release-path-notes.m
Age
Commit message (
Expand
)
Author
2013-04-23
[analyzer] Set the allocation site to be the uniqueing location for retain co...
Anna Zaks
2013-04-23
[analyzer] RetainCountChecker: Clean up path notes for autorelease.
Jordan Rose
2013-04-12
[analyzer] Show "Returning from ..." note at caller's depth, not callee's.
Jordan Rose
2013-04-12
[analyzer] Don't emit extra context arrow after returning from an inlined call.
Jordan Rose
2013-04-10
[analyzer] When reporting a leak in RetainCount checker due to an early exit ...
Anna Zaks
2013-01-08
[analyzer] Plist: change the type of issue_hash from int to string.
Anna Zaks
2012-12-06
[analyzer] Simplify RetainCountChecker's handling of dead symbols.
Jordan Rose
2012-10-25
TrackConstraintBRVisitor and ConditionBRVisitor can emit similar
Ted Kremenek
2012-08-06
[analyzer] Add plist output checks for all four "path notes" tests.
Jordan Rose
2012-07-18
[analyzer] Combine all ObjC message CallEvents into ObjCMethodCall.
Jordan Rose
2012-05-12
[analyzer] RetainCountChecker: track ObjC boxed expression objects.
Jordy Rose
2012-03-17
[analyzer] Don't claim an object was returned with +1 retain count before cou...
Jordy Rose
2011-12-22
Fix typos in analyzer diagnostics pointed out by Matt Beaumont-Gay and Robert...
Ted Kremenek
2011-12-15
Modify how the -verify flag works. Currently, the verification string and
Richard Trieu
2011-11-14
[static analyzer] Tweak RetainCountChecker's diagnostics to correctly indicat...
Ted Kremenek
2011-11-06
Change the AST representation of operations on Objective-C
John McCall
2011-09-02
[analyzer] Move the knowledge of whether or not GC is enabled for the current...
Jordy Rose
2011-07-28
Really remove FlatStoreManager and BasicStoreManager, this time from the driv...
Ted Kremenek
2011-07-15
Add tests for CFRefReport's path notes, and fix a few typos and non-standard ...
Jordy Rose