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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[analyzer] Fix a couple of bugs in HTML report generation.
Artem Dergachev
2020-02-10
1
-1
/
+10
*
[Concepts] Requires Expressions
Saar Raz
2020-01-24
1
-0
/
+1
*
[analyzer] Fix SARIF column locations
Joe Ranieri
2020-01-14
1
-21
/
+59
*
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
3
-5
/
+6
*
[Analyzer] Use a reference in a range-based for
Mark de Wever
2019-12-21
3
-15
/
+15
*
[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
*
[analysis] Re-discard type sugar when casting values retrieved from the Store.
Artem Dergachev
2019-12-18
1
-3
/
+3
*
[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
*
[CFG] Add an option to expand CXXDefaultInitExpr into aggregate initialization
Gabor Horvath
2019-12-17
1
-0
/
+2
*
[analysis] Discard type qualifiers when casting values retrieved from the Store.
Artem Dergachev
2019-12-17
1
-4
/
+10
*
[analyzer] Add support for namespaces to GenericTaintChecker
Borsik Gabor
2019-12-15
1
-58
/
+123
*
Move ASTRecordReader into its own header; NFC.
John McCall
2019-12-14
1
-0
/
+1
*
[analyzer] CStringChecker: Fix a crash on unknown value passed to strlcat.
Artem Dergachev
2019-12-13
1
-6
/
+5
*
[analyzer] Do not cache out on some shared implicit AST nodes
Gabor Horvath
2019-12-11
2
-1
/
+6
*
[analyzer] Escape symbols conjured into specific regions during a conservativ...
Gabor Horvath
2019-12-11
4
-39
/
+109
*
[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
*
Revert "[analyzer] Keep track of escaped locals"
Gabor Horvath
2019-12-10
2
-25
/
+3
*
[analyzer] Keep track of escaped locals
Gabor Horvath
2019-12-10
2
-3
/
+25
*
Remove Expr.h include from ASTContext.h, NFC
Reid Kleckner
2019-12-06
5
-5
/
+10
*
[ObjC] Make sure that the implicit arguments for direct methods have been setup
Alex Lorenz
2019-12-06
1
-7
/
+0
*
[analyzer] Fix false positive on introspection of a block's internal layout.
Artem Dergachev
2019-12-06
1
-1
/
+2
*
Add `QualType::hasAddressSpace`. NFC.
Michael Liao
2019-12-06
1
-1
/
+1
*
[OpenMP50] Add parallel master construct
cchen
2019-12-05
1
-0
/
+1
*
[Checkers] Added support for freopen to StreamChecker.
Balázs Kéri
2019-12-05
1
-0
/
+45
*
Revert "[OpenMP50] Add parallel master construct, by Chi Chun Chen."
Reid Kleckner
2019-12-04
1
-1
/
+0
*
[OpenMP50] Add parallel master construct, by Chi Chun Chen.
cchen
2019-12-04
1
-0
/
+1
*
[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
*
[analyzer] Fix Objective-C accessor body farms after 2073dd2d.
Artem Dergachev
2019-11-21
1
-0
/
+2
*
[analyzer] NFC: Don't clean up range constraints twice.
Artem Dergachev
2019-11-21
2
-7
/
+6
*
[NFC] Refactor representation of materialized temporaries
Tyker
2019-11-19
3
-4
/
+3
*
Revert "[NFC] Refactor representation of materialized temporaries"
Nico Weber
2019-11-17
3
-3
/
+4
*
[NFC] Refactor representation of materialized temporaries
Tyker
2019-11-16
3
-4
/
+3
*
Remove +x permission on some files
Sylvestre Ledru
2019-11-16
1
-0
/
+0
*
[Analyzer] Use a reference in a range-based for
Mark de Wever
2019-11-12
1
-11
/
+11
*
[analyzer] Fix skipping the call during inlined defensive check suppression.
Artem Dergachev
2019-11-08
1
-11
/
+12
*
[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
2
-1
/
+3
[next]