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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make helper functions static or move them into anonymous namespaces. NFC.
Benjamin Kramer
2020-01-14
2
-1
/
+4
*
Fix "pointer is null" static analyzer warnings. NFCI.
Simon Pilgrim
2020-01-12
1
-8
/
+9
*
[analyzer] Add PlacementNewChecker
Gabor Marton
2020-01-10
2
-0
/
+120
*
[NFC] Fixes -Wrange-loop-analysis warnings
Mark de Wever
2020-01-01
1
-1
/
+1
*
[Analyzer] Fixes -Wrange-loop-analysis warnings
Mark de Wever
2019-12-22
2
-4
/
+4
*
[Analyzer] Use a reference in a range-based for
Mark de Wever
2019-12-21
2
-14
/
+14
*
[analyzer] Add path notes to FuchsiaHandleCheck.
Gabor Horvath
2019-12-20
1
-3
/
+73
*
[analyzer] Add Fuchsia Handle checker
Gabor Horvath
2019-12-20
2
-0
/
+487
*
[analyzer] Add a syntactic security check for ObjC NSCoder API.
Artem Dergachev
2019-12-19
1
-0
/
+68
*
[analyzer] Teach MismatchedDealloc about initWithBytesNoCopy with deallocator.
Artem Dergachev
2019-12-18
1
-0
/
+3
*
[analyzer] NonnullGlobalConstants: Add support for kCFNull.
Artem Dergachev
2019-12-18
1
-1
/
+3
*
[analyzer] Add support for namespaces to GenericTaintChecker
Borsik Gabor
2019-12-15
1
-58
/
+123
*
[analyzer] CStringChecker: Fix a crash on unknown value passed to strlcat.
Artem Dergachev
2019-12-13
1
-6
/
+5
*
[analyzer] Escape symbols conjured into specific regions during a conservativ...
Gabor Horvath
2019-12-11
1
-0
/
+10
*
[analyzer] LocalizationChecker: Fix a crash on synthesized accessor stubs.
Artem Dergachev
2019-12-11
1
-1
/
+4
*
[analyzer] CStringChecker: Fix overly eager assumption that memcmp args overlap.
Artem Dergachev
2019-12-11
1
-14
/
+13
*
[analyzer] CStringChecker: Improve warning messages.
Artem Dergachev
2019-12-11
1
-4
/
+7
*
[Analyzer] Iterator Checkers: Replace `UnknownVal` in comparison result by a ...
Adam Balogh
2019-12-11
1
-5
/
+15
*
[Analyzer] Iterator Modeling: Print Container Data and Iterator Positions whe...
Adam Balogh
2019-12-11
1
-0
/
+55
*
[Analyzer][NFC] Iterator Checkers - Separate iterator modeling and the actual...
Adam Balogh
2019-12-11
8
-1131
/
+1429
*
Remove Expr.h include from ASTContext.h, NFC
Reid Kleckner
2019-12-06
4
-2
/
+6
*
Add `QualType::hasAddressSpace`. NFC.
Michael Liao
2019-12-06
1
-1
/
+1
*
[Checkers] Added support for freopen to StreamChecker.
Balázs Kéri
2019-12-05
1
-0
/
+45
*
[NFCI] update formating for misleading indentation warning
Tyker
2019-12-03
1
-11
/
+10
*
[analyzer] Add custom filter functions for GenericTaintChecker
Borsik Gabor
2019-11-23
3
-56
/
+112
*
[NFC] Refactor representation of materialized temporaries
Tyker
2019-11-19
1
-2
/
+1
*
Revert "[NFC] Refactor representation of materialized temporaries"
Nico Weber
2019-11-17
1
-1
/
+2
*
[NFC] Refactor representation of materialized temporaries
Tyker
2019-11-16
1
-2
/
+1
*
Remove +x permission on some files
Sylvestre Ledru
2019-11-16
1
-0
/
+0
*
[analyzer] Nullability: Don't infer nullable when passing as nullable parameter.
Artem Dergachev
2019-11-08
1
-5
/
+0
*
Redeclare Objective-C property accessors inside the ObjCImplDecl in which the...
Adrian Prantl
2019-11-08
1
-0
/
+2
*
[Analyzer] Checker for Debugging Iterator Checkers
Adam Balogh
2019-11-08
1
-2
/
+155
*
[analyzer] PR41729: CStringChecker: Improve strlcat and strlcpy modeling.
Artem Dergachev
2019-11-07
1
-135
/
+166
*
[clang][analyzer] Using CallDescription in StreamChecker.
Balázs Kéri
2019-10-31
1
-254
/
+146
*
BlockInCriticalSectionChecker - silence static analyzer dyn_cast null derefer...
Simon Pilgrim
2019-10-13
1
-1
/
+1
*
[NFCI] Return PathSensitiveBugReport where appropriate
Alex Langford
2019-09-23
2
-7
/
+10
*
Move classes into anonymous namespaces. NFC.
Benjamin Kramer
2019-09-22
1
-2
/
+2
*
Attempt to fix a windows buildbot failure
Kristof Umann
2019-09-21
1
-2
/
+2
*
Fix a documentation error
Kristof Umann
2019-09-20
1
-1
/
+1
*
Reland '[analyzer][MallocChecker][NFC] Document and reorganize some functions'
Kristof Umann
2019-09-20
1
-463
/
+720
*
[analyzer][NFC] Fix inconsistent references to checkers as "checks"
Kristof Umann
2019-09-12
12
-70
/
+62
*
[analyzer] NFC: Move PathDiagnostic classes to libAnalysis.
Artem Dergachev
2019-09-11
6
-6
/
+6
*
[analyzer] NFC: Move getStmt() and createEndOfPath() out of PathDiagnostic.
Artem Dergachev
2019-09-11
12
-24
/
+21
*
[analyzer] NFC: Re-implement stack hints as a side map in BugReport.
Artem Dergachev
2019-09-11
6
-27
/
+23
*
[analyzer] NFC: Introduce sub-classes for path-sensitive and basic reports.
Artem Dergachev
2019-09-09
67
-209
/
+260
*
Move prop-sink branch to monorepo.
Gabor Borsik
2019-09-08
1
-29
/
+65
*
[analyzer] Add minimal support for fix-it hints.
Artem Dergachev
2019-09-06
2
-34
/
+71
*
[analyzer] pr43179: Make CallDescription defensive against C variadic functions.
Artem Dergachev
2019-09-06
1
-1
/
+3
*
Unbreak the build after r370798
Benjamin Kramer
2019-09-03
1
-1
/
+1
*
[analyzer] NonNullParamChecker and CStringChecker parameter number in checker...
Kristof Umann
2019-09-03
2
-24
/
+35
[next]