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
/
test
/
Analysis
Commit message (
Expand
)
Author
Age
Files
Lines
*
[analyzer] Fix a couple of bugs in HTML report generation.
Artem Dergachev
2020-02-10
4
-0
/
+111
*
[analyzer] Fix SARIF column locations
Joe Ranieri
2020-01-14
3
-6
/
+82
*
[analyzer] Move PlacementNewChecker to alpha
Gabor Marton
2020-01-10
2
-2
/
+2
*
[analyzer] Add PlacementNewChecker
Gabor Marton
2020-01-10
2
-0
/
+163
*
Improve support of GNU mempcpy
serge-sans-paille
2020-01-09
1
-0
/
+6
*
[analyzer] Add path notes to FuchsiaHandleCheck.
Gabor Horvath
2019-12-20
1
-8
/
+52
*
[analyzer] Add Fuchsia Handle checker
Gabor Horvath
2019-12-20
1
-0
/
+285
*
[analyzer] Add a syntactic security check for ObjC NSCoder API.
Artem Dergachev
2019-12-19
1
-0
/
+36
*
[analysis] Re-discard type sugar when casting values retrieved from the Store.
Artem Dergachev
2019-12-18
1
-0
/
+18
*
[analyzer] Teach MismatchedDealloc about initWithBytesNoCopy with deallocator.
Artem Dergachev
2019-12-18
2
-2
/
+26
*
[analyzer] NonnullGlobalConstants: Add support for kCFNull.
Artem Dergachev
2019-12-18
1
-1
/
+9
*
[CFG] Add an option to expand CXXDefaultInitExpr into aggregate initialization
Gabor Horvath
2019-12-17
2
-1
/
+30
*
[analysis] Discard type qualifiers when casting values retrieved from the Store.
Artem Dergachev
2019-12-17
1
-0
/
+56
*
[analyzer] Add support for namespaces to GenericTaintChecker
Borsik Gabor
2019-12-15
2
-0
/
+167
*
[analyzer] CStringChecker: Fix a crash on unknown value passed to strlcat.
Artem Dergachev
2019-12-13
1
-1
/
+7
*
[analyzer] Do not cache out on some shared implicit AST nodes
Gabor Horvath
2019-12-11
4
-17
/
+52
*
[analyzer] Escape symbols conjured into specific regions during a conservativ...
Gabor Horvath
2019-12-11
3
-2
/
+16
*
[analyzer] LocalizationChecker: Fix a crash on synthesized accessor stubs.
Artem Dergachev
2019-12-11
1
-0
/
+8
*
[analyzer] CStringChecker: Fix overly eager assumption that memcmp args overlap.
Artem Dergachev
2019-12-11
2
-0
/
+30
*
[analyzer] CStringChecker: Improve warning messages.
Artem Dergachev
2019-12-11
6
-46
/
+48
*
[Analyzer] Iterator Checkers: Replace `UnknownVal` in comparison result by a ...
Adam Balogh
2019-12-11
2
-3
/
+2
*
[Analyzer] Iterator Modeling: Print Container Data and Iterator Positions whe...
Adam Balogh
2019-12-11
1
-0
/
+29
*
Revert "[analyzer] Keep track of escaped locals"
Gabor Horvath
2019-12-10
1
-9
/
+0
*
[analyzer] Keep track of escaped locals
Gabor Horvath
2019-12-10
1
-0
/
+9
*
[analyzer] Fix false positive on introspection of a block's internal layout.
Artem Dergachev
2019-12-06
1
-0
/
+9
*
[Checkers] Added support for freopen to StreamChecker.
Balázs Kéri
2019-12-05
1
-0
/
+42
*
[analyzer] Fix more ObjC accessor body farms after 2073dd2d.
Artem Dergachev
2019-12-04
1
-1
/
+9
*
[analyzer] Add custom filter functions for GenericTaintChecker
Borsik Gabor
2019-11-23
2
-2
/
+12
*
[CFG] Fix a flaky crash in CFGBlock::getLastCondition().
Artem Dergachev
2019-11-21
1
-1
/
+263
*
[analyzer] Fix Objective-C accessor body farms after 2073dd2d.
Artem Dergachev
2019-11-21
3
-26
/
+128
*
[CFG] Add a test for a flaky crash in CFGBlock::getLastCondition().
Artem Dergachev
2019-11-21
1
-0
/
+15
*
[Analyzer][NFC] Separate white-box tests for iterator modelling from iterator...
Adam Balogh
2019-11-14
6
-1040
/
+2434
*
Fixed more -Wreturn-type tests
Dávid Bolvanský
2019-11-09
1
-1
/
+1
*
[Diagnostics] Try to improve warning message for -Wreturn-type
Dávid Bolvanský
2019-11-09
2
-2
/
+2
*
[analyzer] Fix skipping the call during inlined defensive check suppression.
Artem Dergachev
2019-11-08
1
-0
/
+13
*
[analyzer] Nullability: Don't infer nullable when passing as nullable parameter.
Artem Dergachev
2019-11-08
1
-0
/
+12
*
Redeclare Objective-C property accessors inside the ObjCImplDecl in which the...
Adrian Prantl
2019-11-08
1
-1
/
+0
*
[Analyzer] Checker for Debugging Iterator Checkers
Adam Balogh
2019-11-08
1
-0
/
+61
*
[analyzer] Add test cases for the unsupported C++ constructor modeling.
Artem Dergachev
2019-11-07
2
-0
/
+202
*
[analyzer] PR41729: CStringChecker: Improve strlcat and strlcpy modeling.
Artem Dergachev
2019-11-07
1
-3
/
+86
*
Revert "[analyzer] Add test directory for scan-build."
Volodymyr Sapsai
2019-11-05
8
-150
/
+0
*
[analyzer] Require darwin for scan-build tests
Devin Coughlin
2019-11-04
5
-4
/
+6
*
[analyzer] Fixup scan-build tests for non-Darwin platforms.
Devin Coughlin
2019-11-04
5
-1
/
+8
*
[analyzer] Add test directory for scan-build.
Devin Coughlin
2019-11-04
8
-0
/
+141
*
[clang][analyzer] Using CallDescription in StreamChecker.
Balázs Kéri
2019-10-31
2
-26
/
+99
*
[analyzer] Fix off-by-one in operator call parameter binding.
Artem Dergachev
2019-10-23
1
-0
/
+16
*
[analyzer] PR43551: Do not dereferce void* in UndefOrNullArgVisitor.
Artem Dergachev
2019-10-19
1
-5
/
+24
*
[analyzer] Fix a crash on tracking Objective-C 'self' as a control dependency.
Artem Dergachev
2019-10-19
1
-0
/
+32
*
[analyzer] Specify the C++ standard in more tests.
Artem Dergachev
2019-10-19
29
-42
/
+42
*
[analyzer] exploded-graph-rewriter: Unforget to censor stmt_ids in the test.
Artem Dergachev
2019-10-18
1
-2
/
+2
[next]