index
:
delta/clang.git
baserock/flang
google/stable
google/testing
master
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
release_34
release_35
release_35@215011
release_36
release_37
release_38
release_39
release_40
release_50
release_60
release_70
release_80
release_90
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
llvm.org: Obsolete (use llvm)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
Analysis
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "[static analyzer] Define __clang_analyzer__ macro in driver"
Jan Korous
2019-09-24
2
-5
/
+4
*
Revert "[static analyzer][test] Test directly that driver sets D__clang_analy...
Jan Korous
2019-09-24
1
-2
/
+5
*
[static analyzer][test] Test directly that driver sets D__clang_analyzer__
Jan Korous
2019-09-24
1
-5
/
+2
*
[static analyzer] Define __clang_analyzer__ macro in driver
Jan Korous
2019-09-24
2
-4
/
+5
*
Merge and improve code that detects same value in comparisons.
Richard Trieu
2019-09-21
1
-0
/
+6
*
Improve -Wtautological-overlap-compare
Richard Trieu
2019-09-21
1
-0
/
+21
*
[analyzer] PR43102: Fix an assertion and an out-of-bounds error for diagnosti...
Kristof Umann
2019-09-18
1
-0
/
+27
*
[analyzer] Fix the 'analyzer-enabled-checkers.c' test on non-linux machines.
Artem Dergachev
2019-09-12
1
-2
/
+1
*
[analyzer] Don't run the analyzer for -analyzer-list-enabled-checkers
Kristof Umann
2019-09-12
1
-18
/
+53
*
Re-land Remove REQUIRES:shell from tests that pass for me on Windows
Reid Kleckner
2019-09-10
1
-4
/
+3
*
Revert Remove REQUIRES:shell from tests that pass for me on Windows
James Henderson
2019-09-10
1
-3
/
+4
*
Remove REQUIRES:shell from tests that pass for me on Windows
Reid Kleckner
2019-09-10
1
-4
/
+3
*
Move prop-sink branch to monorepo.
Gabor Borsik
2019-09-08
1
-0
/
+42
*
[analyzer] Add minimal support for fix-it hints.
Artem Dergachev
2019-09-06
6
-18
/
+70
*
[analyzer] pr43179: Make CallDescription defensive against C variadic functions.
Artem Dergachev
2019-09-06
1
-0
/
+9
*
[analyzer] NonNullParamChecker and CStringChecker parameter number in checker...
Kristof Umann
2019-09-03
4
-10
/
+10
*
[analyzer] Add a checker option to detect nested dead stores
Kristof Umann
2019-09-03
4
-156
/
+221
*
[c++20] Implement semantic restrictions for C++20 designated
Richard Smith
2019-08-30
1
-1
/
+1
*
[CFG] Fix CFG for statement-expressions in return values.
Artem Dergachev
2019-08-29
1
-1
/
+48
*
[Analyzer] Iterator Checkers - Make range errors and invalidated access fatal
Adam Balogh
2019-08-29
4
-63
/
+435
*
[CFG] Make representation of destructor calls more accurate.
Artem Dergachev
2019-08-28
8
-47
/
+343
*
[analyzer] Fix analyzer warnings on analyzer.
Artem Dergachev
2019-08-28
3
-4
/
+51
*
[analyzer] pr43036: Fix support for operator 'sizeof...'.
Artem Dergachev
2019-08-28
1
-0
/
+15
*
[analyzer] Trust global initializers when analyzing main().
Artem Dergachev
2019-08-28
2
-0
/
+54
*
[OPENMP][Analysis] Add analysis of the map clauses.
Alexey Bataev
2019-08-28
1
-49
/
+55
*
Update the SARIF exporter to SARIF 2.1
Joe Ranieri
2019-08-27
3
-109
/
+99
*
Fix a SARIF exporter crash with macro expansions
Joe Ranieri
2019-08-27
2
-21
/
+147
*
Fix text range end columns in SARIF to be exclusive
Joe Ranieri
2019-08-27
2
-14
/
+11
*
[ASTImporter] Fix name conflict handling with different strategies
Gabor Marton
2019-08-27
1
-4
/
+4
*
[analyzer] Avoid unnecessary enum range check on LValueToRValue casts
Kristof Umann
2019-08-23
2
-1
/
+43
*
[analyzer] CastValueChecker: Correctly model results of based-to-derived casts.
Artem Dergachev
2019-08-23
2
-3
/
+12
*
[analyzer] CastValueChecker: Provide DynamicTypeMap with pointer types only.
Artem Dergachev
2019-08-23
2
-2
/
+10
*
[analyzer] CastValueChecker: Avoid modeling casts between objects.
Artem Dergachev
2019-08-23
4
-8
/
+20
*
[analyzer] DynamicTypeInfo: Avoid putting null regions into dynamic typemap.
Artem Dergachev
2019-08-23
1
-0
/
+5
*
[analyzer] Enable control dependency condition tracking by default
Kristof Umann
2019-08-22
4
-1
/
+7
*
[analyzer] CastValueChecker: Model isa(), isa_and_nonnull()
Csaba Dabis
2019-08-22
3
-8
/
+30
*
[analyzer] Don't track the condition of foreach loops
Kristof Umann
2019-08-22
1
-0
/
+33
*
[analyzer] CastValueChecker: Store the dynamic types and casts
Csaba Dabis
2019-08-22
7
-240
/
+341
*
[analyzer] TrackConstraintBRVisitor: Do not track unknown values
Csaba Dabis
2019-08-22
1
-8
/
+4
*
[analyzer] Mention whether an event is about a condition in a bug report part 2
Kristof Umann
2019-08-21
1
-6
/
+114
*
[analyzer] Don't make ConditionBRVisitor events prunable when the condition i...
Kristof Umann
2019-08-21
1
-0
/
+114
*
[analyzer] Mention whether an event is about a condition in a bug report part 1
Kristof Umann
2019-08-21
1
-183
/
+183
*
[analyzer] Fix a crash when destroying a non-region.
Artem Dergachev
2019-08-20
1
-0
/
+30
*
[analyzer] Improve VirtualCallChecker and enable parts of it by default.
Artem Dergachev
2019-08-20
3
-132
/
+74
*
[CallGraph] Take into accound calls that aren't within any function bodies.
Artem Dergachev
2019-08-20
2
-0
/
+30
*
[analyzer] Turn an assert into an if condition
Kristof Umann
2019-08-17
1
-1
/
+12
*
[ASTImporter] Import ctor initializers after setting flags.
Balazs Keri
2019-08-16
3
-0
/
+16
*
[analyzer] Analysis: Silence checkers
Csaba Dabis
2019-08-16
3
-1
/
+59
*
[analyzer][NFC] Prove that we only track the evaluated part of the condition
Kristof Umann
2019-08-14
1
-0
/
+35
*
[analyzer][CFG] Don't track the condition of asserts
Kristof Umann
2019-08-14
1
-0
/
+239
[next]