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
*
Put global classes into the appropriate namespace.
Benjamin Kramer
2015-10-28
1
-0
/
+2
*
Fix Clang-tidy modernize-use-nullptr warnings in source directories; other mi...
Hans Wennborg
2015-10-06
1
-8
/
+10
*
[analyzer] Add generateErrorNode() APIs to CheckerContext.
Devin Coughlin
2015-09-16
1
-1
/
+1
*
[analyzer] Apply whitespace cleanups by Honggyu Kim.
Ted Kremenek
2015-09-08
1
-54
/
+54
*
Wdeprecated: CollectReachableSymbolsCallback are move constructed/returned by...
David Blaikie
2015-08-13
1
-1
/
+1
*
Rewrite users of Stmt::child_begin/end into for-range loops.
Benjamin Kramer
2015-07-03
1
-8
/
+5
*
Clarify pointer ownership semantics by hoisting the std::unique_ptr creation ...
Aaron Ballman
2015-06-23
1
-23
/
+16
*
Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").
Alexander Kornienko
2015-06-22
1
-6
/
+4
*
Don't use &* when get() will suffice; NFC.
Aaron Ballman
2015-06-22
1
-4
/
+4
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-22
1
-4
/
+6
*
Allow the cf_returns_[not_]retained attributes to appear on out-parameters.
Douglas Gregor
2015-06-19
1
-5
/
+69
*
Use 'override/final' instead of 'virtual' for overridden methods
Alexander Kornienko
2015-04-11
1
-3
/
+1
*
[analyzer] Disable all retain count diagnostics on values that come from ivars.
Jordan Rose
2015-03-30
1
-2
/
+41
*
[analyzer] Don't special-case ivars backing +0 properties.
Jordan Rose
2015-03-30
1
-82
/
+1
*
[analyzer] RetainCountChecker: Don't assume +0 for ivars backing readonly pro...
Jordan Rose
2015-03-20
1
-12
/
+52
*
[analyzer] RetainCountChecker: CF properties are always manually retain-counted.
Jordan Rose
2015-03-07
1
-8
/
+13
*
Sema: Parenthesized bound destructor member expressions can be called
David Majnemer
2015-02-25
1
-1
/
+1
*
[analyzer] RetainCountChecker: don't try to track ivars known to be nil.
Jordan Rose
2015-02-19
1
-2
/
+4
*
Update APIs that return a pair of iterators to return an iterator_range instead.
Benjamin Kramer
2015-02-06
1
-3
/
+2
*
[analyzer] Look for allocation site in the parent frames as well as the curre...
Anna Zaks
2015-02-05
1
-20
/
+13
*
[analyzer] RetainCountChecker: be forgiving when ivars are accessed directly.
Jordan Rose
2015-02-04
1
-82
/
+216
*
Use nullptr to silence -Wsentinel when self-hosting on Windows
Reid Kleckner
2014-12-01
1
-7
/
+7
*
unique_ptrify BugReporter::visitors
David Blaikie
2014-09-04
1
-5
/
+5
*
unique_ptr-ify PathDiagnosticPiece ownership
David Blaikie
2014-08-29
1
-13
/
+11
*
Objective-C. Warn if user has made explicit call
Fariborz Jahanian
2014-08-22
1
-0
/
+1
*
Fix a crash in Retain Count checker error reporting
Anna Zaks
2014-06-13
1
-5
/
+18
*
[C++11] Use 'nullptr'. StaticAnalyzer edition.
Craig Topper
2014-05-27
1
-28
/
+28
*
[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
[next]