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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[analyzer] NFC: Move PathDiagnostic classes to libAnalysis.
Artem Dergachev
2019-09-11
2
-2
/
+2
*
[analyzer] NFC: Move getStmt() and createEndOfPath() out of PathDiagnostic.
Artem Dergachev
2019-09-11
2
-7
/
+6
*
[analyzer] NFC: Introduce sub-classes for path-sensitive and basic reports.
Artem Dergachev
2019-09-09
2
-20
/
+21
*
[Clang] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-14
2
-8
/
+8
*
[analyzer][NFC] Make sure that the BugReport is not modified during the const...
Kristof Umann
2019-08-13
1
-1
/
+1
*
[analyzer][NFC] Refactoring BugReporter.cpp P4.: If it can be const, make it ...
Kristof Umann
2019-08-13
1
-1
/
+1
*
[analyzer][NFC] Refactoring BugReporter.cpp P3.: std::shared_pointer<PathDiag...
Kristof Umann
2019-08-13
1
-18
/
+17
*
Fix parameter name comments using clang-tidy. NFC.
Rui Ueyama
2019-07-16
2
-2
/
+2
*
[analyzer] NFC: Change evalCall() to provide a CallEvent.
Artem Dergachev
2019-06-19
2
-4
/
+9
*
[analyzer] RetainCount: Fix os_returns_retained_on_zero with weird return types.
Artem Dergachev
2019-05-15
1
-0
/
+5
*
[analyzer] RetainCount: Allow offsets in return values.
Artem Dergachev
2019-04-26
1
-2
/
+4
*
Make some helper functions static. NFC.
Benjamin Kramer
2019-02-11
1
-3
/
+2
*
[analyzer] Hotfix for RetainCountChecker: assert was too strong.
George Karpenkov
2019-02-01
1
-4
/
+3
*
[analyzer] [RetainCountChecker] Fix object type for CF/Obj-C bridged casts
George Karpenkov
2019-02-01
1
-1
/
+10
*
[analyzer] [RetainCountChecker] Bugfix for tracking top-level parameters of O...
George Karpenkov
2019-01-30
2
-7
/
+7
*
[analyzer] [RetainCountChecker] Track input parameters to the top-level function
George Karpenkov
2019-01-29
3
-28
/
+80
*
[analyzer] [ARCMT] [NFC] Unify entry point into RetainSummaryManager
George Karpenkov
2019-01-29
1
-3
/
+3
*
Extend AnyCall to handle callable declarations without the call expressions
George Karpenkov
2019-01-29
1
-1
/
+1
*
[analyzer] Add CheckerManager::getChecker, make sure that a registry function...
Kristof Umann
2019-01-26
1
-2
/
+2
*
[analyzer] Reimplement dependencies between checkers
Kristof Umann
2019-01-26
1
-0
/
+8
*
[analyzer] Supply all checkers with a shouldRegister function
Kristof Umann
2019-01-26
1
-0
/
+8
*
[analyzer] Port RetainSummaryManager to the new AnyCall interface, decouple A...
George Karpenkov
2019-01-25
3
-12
/
+33
*
[analyzer] Insert notes in RetainCountChecker where our dynamic cast modeling...
George Karpenkov
2019-01-22
4
-7
/
+27
*
[analyzer] Model another special-case kind of cast for OSObject RetainCountCh...
George Karpenkov
2019-01-22
1
-3
/
+11
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
4
-16
/
+12
*
Fix MSVC "not all control paths return a value" warning. NFCI.
Simon Pilgrim
2019-01-18
1
-0
/
+2
*
Revert "Fix failing MSan bots"
George Karpenkov
2019-01-18
4
-164
/
+181
*
Fix failing MSan bots
Vlad Tsyrklevich
2019-01-18
4
-181
/
+164
*
[analyzer] Introduce proper diagnostic for freeing unowned object
George Karpenkov
2019-01-18
4
-9
/
+32
*
[analyzer] Extend the PathDiagnosticLocation constructor to handle CallExitEnd
George Karpenkov
2019-01-18
1
-9
/
+1
*
[analyzer] [NFC] Clean up messy handling of bug categories in RetainCountChecker
George Karpenkov
2019-01-18
4
-150
/
+112
*
[analyzer] const-ify reference to bug type used in BugReporter
George Karpenkov
2019-01-18
1
-1
/
+1
*
[analyzer] Extend BugType constructor to accept "SuppressOnSink" as a parameter
George Karpenkov
2019-01-18
2
-6
/
+8
*
[analyzer] [RetainCountChecker] Produce a correct message when OSTypeAlloc is...
George Karpenkov
2019-01-18
1
-1
/
+27
*
[analyzer] [RetainCountChecker] Smart pointer support.
George Karpenkov
2019-01-18
1
-1
/
+13
*
[analyzer] Another RetainCountChecker cleanup
George Karpenkov
2019-01-16
1
-45
/
+33
*
[analyzer] [NFC] Yet another minor cleanup of RetainCountChecker
George Karpenkov
2019-01-16
2
-33
/
+18
*
[analyzer] [NFC] Remove unused undefined method.
George Karpenkov
2019-01-14
1
-2
/
+0
*
[analyzer] Support for OSObjects out parameters in RetainCountChecker
George Karpenkov
2019-01-11
2
-59
/
+144
*
[analyzer] [hotfix] Fix the tests
George Karpenkov
2019-01-10
1
-5
/
+7
*
[analyzer] Update the category name for RetainCountChecker reports
George Karpenkov
2019-01-10
4
-62
/
+60
*
[analyzer] [NFC] [RetainCountChecker] Remove dead unused map
George Karpenkov
2019-01-10
1
-6
/
+0
*
[analyzer] Quote the type of the leaked/problematic object in diagnostics for...
George Karpenkov
2019-01-10
1
-8
/
+9
*
[analyzer] [RetainCountChecker] [NFC] Remove SummaryLog
George Karpenkov
2019-01-10
4
-103
/
+46
*
[analyzer] [RetainCountChecker] Remove obsolete "MakeCollectable" enum value
George Karpenkov
2019-01-10
1
-5
/
+0
*
[analyzer] [RetainCountChecker] [NFC] Remove redundant enum items *Msg, as th...
George Karpenkov
2019-01-10
2
-38
/
+39
*
[analyzer] [NFC] Track object type with ArgEffect in RetainCountChecker.
George Karpenkov
2019-01-10
3
-15
/
+18
*
[analyzer] [NFC] Move ObjKind into a separate top-level enum in RetainSummary...
George Karpenkov
2019-01-10
3
-20
/
+20
*
Revert "Revert rL349876 from cfe/trunk: [analyzer] Perform escaping in Retain...
George Karpenkov
2018-12-21
1
-23
/
+28
*
[analyzer] Correct the summary violation diagnostics for the retain count che...
George Karpenkov
2018-12-21
1
-1
/
+1
[next]