summaryrefslogtreecommitdiff
path: root/test/Analysis
Commit message (Expand)AuthorAgeFilesLines
* [analyzer] PR43551: Do not dereferce void* in UndefOrNullArgVisitor.Artem Dergachev2019-10-191-5/+24
* [analyzer] Fix a crash on tracking Objective-C 'self' as a control dependency.Artem Dergachev2019-10-191-0/+32
* [analyzer] Specify the C++ standard in more tests.Artem Dergachev2019-10-1929-42/+42
* [analyzer] exploded-graph-rewriter: Unforget to censor stmt_ids in the test.Artem Dergachev2019-10-181-2/+2
* [analyzer] exploded-graph-rewriter: Rename Environment to Expressions.Artem Dergachev2019-10-182-2/+2
* [analyzer] Fix FieldRegion dumps.Artem Dergachev2019-10-183-3/+12
* [analyzer] Drop the logic for collapsing the state if it's same as in preds.Artem Dergachev2019-10-181-0/+2
* [analyzer] exploded-graph-rewriter: Fix dump for state 0.Artem Dergachev2019-10-184-14/+13
* [analyzer] Fix hidden node traversal in exploded graph dumps.Artem Dergachev2019-10-181-4/+24
* [analyzer] exploded-graph-rewriter: Fix typo in r375186. Unbreaks tests.Artem Dergachev2019-10-171-1/+1
* [analyzer] Assign truly stable identifiers to exploded nodes.Artem Dergachev2019-10-1714-118/+259
* [analyzer] Display cast kinds in program point dumps.Artem Dergachev2019-10-171-0/+48
* [analyzer] exploded-graph-rewriter: Make node headers a bit lighter.Artem Dergachev2019-10-171-1/+1
* [OPENMP]Dow not emit warnings for uninitialized loop counters.Alexey Bataev2019-10-171-368/+505
* [clang-scan-deps] Support for clang --analyze in clang-scan-depsJan Korous2019-10-141-0/+5
* Teach CallGraph to look into Generic Lambdas.Erich Keane2019-09-301-2/+19
* Revert "[static analyzer] Define __clang_analyzer__ macro in driver"Jan Korous2019-09-242-5/+4
* Revert "[static analyzer][test] Test directly that driver sets D__clang_analy...Jan Korous2019-09-241-2/+5
* [static analyzer][test] Test directly that driver sets D__clang_analyzer__Jan Korous2019-09-241-5/+2
* [static analyzer] Define __clang_analyzer__ macro in driverJan Korous2019-09-242-4/+5
* Merge and improve code that detects same value in comparisons.Richard Trieu2019-09-211-0/+6
* Improve -Wtautological-overlap-compareRichard Trieu2019-09-211-0/+21
* [analyzer] PR43102: Fix an assertion and an out-of-bounds error for diagnosti...Kristof Umann2019-09-181-0/+27
* [analyzer] Fix the 'analyzer-enabled-checkers.c' test on non-linux machines.Artem Dergachev2019-09-121-2/+1
* [analyzer] Don't run the analyzer for -analyzer-list-enabled-checkersKristof Umann2019-09-121-18/+53
* Re-land Remove REQUIRES:shell from tests that pass for me on WindowsReid Kleckner2019-09-101-4/+3
* Revert Remove REQUIRES:shell from tests that pass for me on WindowsJames Henderson2019-09-101-3/+4
* Remove REQUIRES:shell from tests that pass for me on WindowsReid Kleckner2019-09-101-4/+3
* Move prop-sink branch to monorepo.Gabor Borsik2019-09-081-0/+42
* [analyzer] Add minimal support for fix-it hints.Artem Dergachev2019-09-066-18/+70
* [analyzer] pr43179: Make CallDescription defensive against C variadic functions.Artem Dergachev2019-09-061-0/+9
* [analyzer] NonNullParamChecker and CStringChecker parameter number in checker...Kristof Umann2019-09-034-10/+10
* [analyzer] Add a checker option to detect nested dead storesKristof Umann2019-09-034-156/+221
* [c++20] Implement semantic restrictions for C++20 designatedRichard Smith2019-08-301-1/+1
* [CFG] Fix CFG for statement-expressions in return values.Artem Dergachev2019-08-291-1/+48
* [Analyzer] Iterator Checkers - Make range errors and invalidated access fatalAdam Balogh2019-08-294-63/+435
* [CFG] Make representation of destructor calls more accurate.Artem Dergachev2019-08-288-47/+343
* [analyzer] Fix analyzer warnings on analyzer.Artem Dergachev2019-08-283-4/+51
* [analyzer] pr43036: Fix support for operator 'sizeof...'.Artem Dergachev2019-08-281-0/+15
* [analyzer] Trust global initializers when analyzing main().Artem Dergachev2019-08-282-0/+54
* [OPENMP][Analysis] Add analysis of the map clauses.Alexey Bataev2019-08-281-49/+55
* Update the SARIF exporter to SARIF 2.1Joe Ranieri2019-08-273-109/+99
* Fix a SARIF exporter crash with macro expansionsJoe Ranieri2019-08-272-21/+147
* Fix text range end columns in SARIF to be exclusiveJoe Ranieri2019-08-272-14/+11
* [ASTImporter] Fix name conflict handling with different strategiesGabor Marton2019-08-271-4/+4
* [analyzer] Avoid unnecessary enum range check on LValueToRValue castsKristof Umann2019-08-232-1/+43
* [analyzer] CastValueChecker: Correctly model results of based-to-derived casts.Artem Dergachev2019-08-232-3/+12
* [analyzer] CastValueChecker: Provide DynamicTypeMap with pointer types only.Artem Dergachev2019-08-232-2/+10
* [analyzer] CastValueChecker: Avoid modeling casts between objects.Artem Dergachev2019-08-234-8/+20
* [analyzer] DynamicTypeInfo: Avoid putting null regions into dynamic typemap.Artem Dergachev2019-08-231-0/+5