index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
lib
/
StaticAnalyzer
/
Checkers
/
RetainCountChecker.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[analyzer] When checking Foundation method calls, match the selectors exactly.
Jordan Rose
2014-04-09
1
-12
/
+4
*
[analyzer] Don't track retain counts of objects directly accessed through ivars.
Jordan Rose
2014-03-25
1
-22
/
+111
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-15
1
-22
/
+22
*
Replace OwningPtr with std::unique_ptr.
Ahmed Charles
2014-03-07
1
-7
/
+7
*
[analyzer] Improved checker naming in CFG dump.
Anton Yartsev
2014-02-17
1
-10
/
+8
*
Expose the name of the checker producing each diagnostic message.
Alexander Kornienko
2014-02-11
1
-27
/
+31
*
Rename getResultType() on function and method declarations to getReturnType()
Alp Toker
2014-01-25
1
-6
/
+6
*
Rename FunctionProtoType accessors from 'arguments' to 'parameters'
Alp Toker
2014-01-20
1
-1
/
+1
*
[analyzer] BlockCall shouldn't really be an AnyFunctionCall.
Jordan Rose
2014-01-15
1
-2
/
+2
*
[analyzer] Model getters of known-@synthesized Objective-C properties.
Jordan Rose
2014-01-10
1
-0
/
+19
*
[analyzer] Remove unused ARCNotOwnedSymbol retain count return effect.
Jordan Rose
2014-01-07
1
-3
/
+2
*
Sort all the #include lines with LLVM's utils/sort_includes.py which
Chandler Carruth
2014-01-07
1
-3
/
+2
*
[analyzer] Don't track return value of NSNull +null for retain/release tracking.
Ted Kremenek
2014-01-03
1
-0
/
+5
*
Replacing calls to getAttr with calls to hasAttr for clarity. No functional c...
Aaron Ballman
2013-12-19
1
-14
/
+14
*
Forgot some references to misspelled enums.
Benjamin Kramer
2013-10-20
1
-4
/
+4
*
Miscellaneous speling fixes.
Benjamin Kramer
2013-10-20
1
-1
/
+1
*
[analyzer] RetainCountChecker: add support for CFAutorelease.
Jordan Rose
2013-10-07
1
-8
/
+22
*
[analyzer] Stop tracking the objects with attribute cleanup in the RetainCoun...
Anna Zaks
2013-09-17
1
-0
/
+10
*
Get rid of unused isPodLike definition.
Eli Friedman
2013-09-11
1
-2
/
+0
*
Use the number of parameters in the actual method or function to determine th...
Ted Kremenek
2013-08-16
1
-7
/
+1
*
RetainCountChecker: Replace some loops with std:: algorithms.
Benjamin Kramer
2013-08-16
1
-17
/
+5
*
Revert r188574. Turns out it isn't needed.
Ted Kremenek
2013-08-16
1
-1
/
+0
*
Need summary info. about arguments to
Fariborz Jahanian
2013-08-16
1
-0
/
+1
*
[static analyzer] add a simple "CallEffects" API to query the retain count se...
Ted Kremenek
2013-08-14
1
-0
/
+44
*
[static analyzer] Factor out ArgEffect and RetEffect into public header file.
Ted Kremenek
2013-08-14
1
-93
/
+14
*
[analyzer] Don't process autorelease counts in synthesized function bodies.
Jordan Rose
2013-08-01
1
-1
/
+8
*
[analyzer] RetainCountChecker: don't track through xpc_connection_set_context.
Jordan Rose
2013-05-02
1
-2
/
+4
*
[analyzer] Fix a crash in RetainCountChecker - we should not rely on CallEnte...
Anna Zaks
2013-04-25
1
-1
/
+1
*
[analyzer] Set the allocation site to be the uniqueing location for retain co...
Anna Zaks
2013-04-23
1
-2
/
+11
*
[analyzer] RetainCountChecker: Clean up path notes for autorelease.
Jordan Rose
2013-04-23
1
-7
/
+9
*
[analyzer] Add experimental option "leak-diagnostics-reference-allocation".
Ted Kremenek
2013-04-16
1
-10
/
+25
*
[analyzer] Address Jordan’s review of r179219
Anna Zaks
2013-04-10
1
-1
/
+1
*
[analyzer] Address Jordan’s code review of r 179221
Anna Zaks
2013-04-10
1
-13
/
+17
*
[analyzer] When reporting a leak in RetainCount checker due to an early exit ...
Anna Zaks
2013-04-10
1
-14
/
+63
*
[analyzer] Cleanup leak warnings: do not print the names of variables from ot...
Anna Zaks
2013-04-10
1
-1
/
+8
*
[analyzer] RetainCountChecker: refactor annotation handling.
Jordan Rose
2013-04-04
1
-63
/
+41
*
Use early return in printing logic. Minor cleanup.
Ted Kremenek
2013-03-28
1
-2
/
+4
*
[analyzer] Don't let cf_audited_transfer override CFRetain semantics.
Jordan Rose
2013-03-04
1
-6
/
+6
*
Add back implicitly dropped const.
David Blaikie
2013-02-21
1
-1
/
+1
*
Replace ProgramPoint llvm::cast support to be well-defined.
David Blaikie
2013-02-21
1
-7
/
+7
*
Include llvm::Optional in clang/Basic/LLVM.h
David Blaikie
2013-02-20
1
-2
/
+1
*
Replace SVal llvm::cast support to be well-defined.
David Blaikie
2013-02-20
1
-1
/
+2
*
[analyzer]RetainCount: Fix an autorelease related false positive.
Anna Zaks
2013-01-31
1
-1
/
+1
*
[analyzer] Don't track autorelease pools created by +new.
Jordan Rose
2013-01-31
1
-14
/
+2
*
[analyzer] Refactor: parameter rename.
Anna Zaks
2013-01-16
1
-1
/
+1
*
[analyzer] -drain is not an alias for -release.
Jordan Rose
2013-01-14
1
-4
/
+0
*
[analyzer] Rename callback EndPath -> EndFunction
Anna Zaks
2013-01-03
1
-3
/
+3
*
[analyzer] Address Jordan's nitpicks as per code review of r170625.
Anna Zaks
2012-12-21
1
-1
/
+1
*
Update RetainCountChecker to understand attribute ns_returns_autoreleased.
Ted Kremenek
2012-12-20
1
-4
/
+6
*
[analyzer] Add the pointer escaped callback.
Anna Zaks
2012-12-20
1
-4
/
+5
[next]