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] [NFC] Split up RetainCountChecker
George Karpenkov
2018-08-17
1
-3893
/
+0
*
[analyzer] Drop support for GC mode in RetainCountChecker
George Karpenkov
2018-08-17
1
-324
/
+61
*
Port getLocStart -> getBeginLoc
Stephen Kelly
2018-08-09
1
-1
/
+1
*
Remove trailing space
Fangrui Song
2018-07-30
1
-1
/
+1
*
[analyzer] Make checkEndFunction() give access to the return statement.
Reka Kovacs
2018-07-16
1
-2
/
+3
*
[analyzer] [NFC] A convenient getter for getting a current stack frame
George Karpenkov
2018-06-27
1
-3
/
+3
*
[analyzer] Do not run visitors until the fixpoint, run only once.
George Karpenkov
2018-06-26
1
-16
/
+6
*
[analyzer] RetainCount: Accept more "safe" CFRetain wrappers.
Artem Dergachev
2018-04-19
1
-4
/
+5
*
Fix typos in clang
Alexander Kornienko
2018-04-06
1
-1
/
+1
*
Resolve unused variable 'VR' warning in RetainCountChecker.cpp
Bjorn Pettersson
2018-03-18
1
-1
/
+1
*
[analyzer] Fix crashes in RetainCountChecker when underlying region is not a var
George Karpenkov
2018-03-16
1
-8
/
+12
*
[analyzer] NFC: RetainCount: Protect from dumping raw region to path notes.
Artem Dergachev
2018-01-18
1
-2
/
+8
*
[analyzer] introduce getSVal(Stmt *) helper on ExplodedNode, make sure the he...
George Karpenkov
2018-01-17
1
-7
/
+4
*
[analyzer] Teach RetainCountChecker about CoreMedia APIs
Devin Coughlin
2017-11-25
1
-4
/
+4
*
[analyzer] RetainCount: Ignore annotations on user-made CFRetain wrappers.
Artem Dergachev
2017-10-13
1
-0
/
+5
*
[Analyzer] Re-apply r314820 with a fix for StringRef lifetime.
George Karpenkov
2017-10-03
1
-3
/
+6
*
Revert r314820 "[Analyzer] More granular special casing in RetainCountChecker"
Tim Shen
2017-10-03
1
-6
/
+3
*
[Analyzer] More granular special casing in RetainCountChecker
George Karpenkov
2017-10-03
1
-3
/
+6
*
[Analyzer] Check function name size before indexing.
George Karpenkov
2017-09-15
1
-1
/
+2
*
[analyzer] Add support for reference counting of parameters on the callee side
Devin Coughlin
2017-08-17
1
-9
/
+90
*
[analyzer] Add diagnostic text for generalized refcount annotations.
Devin Coughlin
2017-07-25
1
-11
/
+13
*
[analyzer] Add annotation attribute to trust retain count implementation
Devin Coughlin
2017-07-19
1
-4
/
+31
*
Suppress all uses of LLVM_END_WITH_NULL. NFC.
Serge Guelton
2017-05-09
1
-26
/
+21
*
[analyzer] Add LocationContext as a parameter to checkRegionChanges
Anna Zaks
2017-01-13
1
-5
/
+7
*
Migrate PathDiagnosticPiece to std::shared_ptr
David Blaikie
2017-01-05
1
-11
/
+10
*
[analyzer] Include type name in Retain Count Checker diagnostics
Anna Zaks
2016-12-15
1
-2
/
+14
*
[analyzer] Add dispatch_data_create as a special case in RetainCountChecker.
Artem Dergachev
2016-12-08
1
-1
/
+4
*
[analyzer] Remove an unused enum value in RetainCountChecker.
Artem Dergachev
2016-12-07
1
-9
/
+8
*
[analyzer] Remove unused check::RegionChanges::wantsRegionChangeUpdate callback
Anna Zaks
2016-11-16
1
-4
/
+0
*
[analyzer] Update 'Automated' to 'Automatic' from r286694.
Devin Coughlin
2016-11-12
1
-1
/
+1
*
[analyzer] Improve misleading RetainCountChcker diagnostic under ARC
Devin Coughlin
2016-11-12
1
-4
/
+9
*
[analyzer] Teach RetainCountChecker about VTCompressionSessionEncodeFrame()
Devin Coughlin
2016-11-11
1
-0
/
+8
*
[analyzer] Fix crash in RetainCountChecker::checkEndFunction
Alexander Shaposhnikov
2016-09-23
1
-1
/
+1
*
[analyzer] Small cleanups when checkers retrieving statements from exploded
Gabor Horvath
2016-08-18
1
-6
/
+1
*
[analyzer] Teach RetainCountChecker about CVFooRetain
Devin Coughlin
2016-08-11
1
-4
/
+6
*
[analyzer] Implement a methond to discover origin region of a symbol.
Artem Dergachev
2016-07-13
1
-9
/
+1
*
Apply clang-tidy's misc-move-constructor-init throughout Clang.
Benjamin Kramer
2016-05-27
1
-2
/
+3
*
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
[next]