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
/
RetainCountDiagnostics.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[analyzer] NFC: Move getStmt() and createEndOfPath() out of PathDiagnostic.
Artem Dergachev
2019-09-11
1
-6
/
+2
*
[analyzer] NFC: Introduce sub-classes for path-sensitive and basic reports.
Artem Dergachev
2019-09-09
1
-15
/
+15
*
[Clang] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-14
1
-3
/
+3
*
[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
1
-1
/
+1
*
Make some helper functions static. NFC.
Benjamin Kramer
2019-02-11
1
-3
/
+2
*
[analyzer] [RetainCountChecker] Bugfix for tracking top-level parameters of O...
George Karpenkov
2019-01-30
1
-2
/
+1
*
[analyzer] [RetainCountChecker] Track input parameters to the top-level function
George Karpenkov
2019-01-29
1
-5
/
+49
*
[analyzer] Insert notes in RetainCountChecker where our dynamic cast modeling...
George Karpenkov
2019-01-22
1
-3
/
+9
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
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
1
-22
/
+101
*
Fix failing MSan bots
Vlad Tsyrklevich
2019-01-18
1
-101
/
+22
*
[analyzer] Introduce proper diagnostic for freeing unowned object
George Karpenkov
2019-01-18
1
-5
/
+22
*
[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
1
-7
/
+51
*
[analyzer] [RetainCountChecker] Produce a correct message when OSTypeAlloc is...
George Karpenkov
2019-01-18
1
-1
/
+27
*
[analyzer] Support for OSObjects out parameters in RetainCountChecker
George Karpenkov
2019-01-11
1
-2
/
+48
*
[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
1
-21
/
+23
*
[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
1
-26
/
+21
*
[analyzer] [NFC] Track object type with ArgEffect in RetainCountChecker.
George Karpenkov
2019-01-10
1
-1
/
+3
*
[analyzer] [NFC] Move ObjKind into a separate top-level enum in RetainSummary...
George Karpenkov
2019-01-10
1
-4
/
+4
*
[analyzer] Correct the summary violation diagnostics for the retain count che...
George Karpenkov
2018-12-21
1
-1
/
+1
*
[analyzer] Fix a bug in RetainCountDiagnostics while printing a note on misma...
George Karpenkov
2018-12-21
1
-3
/
+2
*
[analyzer] Display a diagnostics when an inlined function violates its os_con...
George Karpenkov
2018-12-11
1
-12
/
+93
*
[analyzer] Resolve another bug where the name of the leaked object was not pr...
George Karpenkov
2018-12-11
1
-3
/
+3
*
Misc typos fixes in ./lib folder
Raphael Isemann
2018-12-10
1
-1
/
+1
*
[analyzer] RetainCountChecker: remove untested, unused, incorrect option Incl...
George Karpenkov
2018-12-07
1
-9
/
+3
*
Fix warning about unused variable [NFC]
Mikael Holmen
2018-11-30
1
-1
/
+1
*
Fix a use-after-scope bug.
Haojian Wu
2018-11-30
1
-1
/
+1
*
[analyzer] RetainCountChecker: recognize that OSObject can be created directl...
George Karpenkov
2018-11-30
1
-0
/
+2
*
[analyzer] Switch retain count checker for OSObject to use OS_* attributes
George Karpenkov
2018-11-30
1
-1
/
+2
*
[analyzer] [NFC] Minor refactoring of RetainCountDiagnostics
George Karpenkov
2018-11-30
1
-64
/
+134
*
[analyzer] Print a fully qualified name for functions in RetainCountChecker d...
George Karpenkov
2018-11-30
1
-3
/
+12
*
[analyzer] Add the type of the leaked object to the diagnostic message
George Karpenkov
2018-11-30
1
-4
/
+19
*
[analyzer] Reference leaked object by name, even if it was created in an inli...
George Karpenkov
2018-11-30
1
-15
/
+17
*
[analyzer] [NFC] Some miscellaneous clean ups and documentation fixes.
George Karpenkov
2018-11-30
1
-87
/
+90
*
[analyzer] [NFC] Remove unused parameters, as found by -Wunused-parameter
George Karpenkov
2018-09-28
1
-2
/
+2
*
[analyzer] Preliminary version of retain count checking for OSObjects
George Karpenkov
2018-08-23
1
-0
/
+3
*
[analyzer] [NFC] Fix minor formatting issues in RetainCountChecker
George Karpenkov
2018-08-22
1
-2
/
+1
*
[analyzer] [NFC] Split up RetainCountChecker
George Karpenkov
2018-08-17
1
-0
/
+568