summaryrefslogtreecommitdiffstats
path: root/clang/test/Analysis
Commit message (Expand)AuthorAgeFilesLines
* [analyzer] Fix a couple of bugs in HTML report generation.Artem Dergachev2020-02-104-0/+111
* [analyzer] Fix SARIF column locationsJoe Ranieri2020-01-143-6/+82
* [analyzer] Move PlacementNewChecker to alphaGabor Marton2020-01-102-2/+2
* [analyzer] Add PlacementNewCheckerGabor Marton2020-01-102-0/+163
* Improve support of GNU mempcpyserge-sans-paille2020-01-091-0/+6
* [analyzer] Add path notes to FuchsiaHandleCheck.Gabor Horvath2019-12-201-8/+52
* [analyzer] Add Fuchsia Handle checkerGabor Horvath2019-12-201-0/+285
* [analyzer] Add a syntactic security check for ObjC NSCoder API.Artem Dergachev2019-12-191-0/+36
* [analysis] Re-discard type sugar when casting values retrieved from the Store.Artem Dergachev2019-12-181-0/+18
* [analyzer] Teach MismatchedDealloc about initWithBytesNoCopy with deallocator.Artem Dergachev2019-12-182-2/+26
* [analyzer] NonnullGlobalConstants: Add support for kCFNull.Artem Dergachev2019-12-181-1/+9
* [CFG] Add an option to expand CXXDefaultInitExpr into aggregate initializationGabor Horvath2019-12-172-1/+30
* [analysis] Discard type qualifiers when casting values retrieved from the Store.Artem Dergachev2019-12-171-0/+56
* [analyzer] Add support for namespaces to GenericTaintCheckerBorsik Gabor2019-12-152-0/+167
* [analyzer] CStringChecker: Fix a crash on unknown value passed to strlcat.Artem Dergachev2019-12-131-1/+7
* [analyzer] Do not cache out on some shared implicit AST nodesGabor Horvath2019-12-114-17/+52
* [analyzer] Escape symbols conjured into specific regions during a conservativ...Gabor Horvath2019-12-113-2/+16
* [analyzer] LocalizationChecker: Fix a crash on synthesized accessor stubs.Artem Dergachev2019-12-111-0/+8
* [analyzer] CStringChecker: Fix overly eager assumption that memcmp args overlap.Artem Dergachev2019-12-112-0/+30
* [analyzer] CStringChecker: Improve warning messages.Artem Dergachev2019-12-116-46/+48
* [Analyzer] Iterator Checkers: Replace `UnknownVal` in comparison result by a ...Adam Balogh2019-12-112-3/+2
* [Analyzer] Iterator Modeling: Print Container Data and Iterator Positions whe...Adam Balogh2019-12-111-0/+29
* Revert "[analyzer] Keep track of escaped locals"Gabor Horvath2019-12-101-9/+0
* [analyzer] Keep track of escaped localsGabor Horvath2019-12-101-0/+9
* [analyzer] Fix false positive on introspection of a block's internal layout.Artem Dergachev2019-12-061-0/+9
* [Checkers] Added support for freopen to StreamChecker.Balázs Kéri2019-12-051-0/+42
* [analyzer] Fix more ObjC accessor body farms after 2073dd2d.Artem Dergachev2019-12-041-1/+9
* [analyzer] Add custom filter functions for GenericTaintCheckerBorsik Gabor2019-11-232-2/+12
* [CFG] Fix a flaky crash in CFGBlock::getLastCondition().Artem Dergachev2019-11-211-1/+263
* [analyzer] Fix Objective-C accessor body farms after 2073dd2d.Artem Dergachev2019-11-213-26/+128
* [CFG] Add a test for a flaky crash in CFGBlock::getLastCondition().Artem Dergachev2019-11-211-0/+15
* [Analyzer][NFC] Separate white-box tests for iterator modelling from iterator...Adam Balogh2019-11-146-1040/+2434
* Fixed more -Wreturn-type testsDávid Bolvanský2019-11-091-1/+1
* [Diagnostics] Try to improve warning message for -Wreturn-typeDávid Bolvanský2019-11-092-2/+2
* [analyzer] Fix skipping the call during inlined defensive check suppression.Artem Dergachev2019-11-081-0/+13
* [analyzer] Nullability: Don't infer nullable when passing as nullable parameter.Artem Dergachev2019-11-081-0/+12
* Redeclare Objective-C property accessors inside the ObjCImplDecl in which the...Adrian Prantl2019-11-081-1/+0
* [Analyzer] Checker for Debugging Iterator CheckersAdam Balogh2019-11-081-0/+61
* [analyzer] Add test cases for the unsupported C++ constructor modeling.Artem Dergachev2019-11-072-0/+202
* [analyzer] PR41729: CStringChecker: Improve strlcat and strlcpy modeling.Artem Dergachev2019-11-071-3/+86
* Revert "[analyzer] Add test directory for scan-build."Volodymyr Sapsai2019-11-058-150/+0
* [analyzer] Require darwin for scan-build testsDevin Coughlin2019-11-045-4/+6
* [analyzer] Fixup scan-build tests for non-Darwin platforms.Devin Coughlin2019-11-045-1/+8
* [analyzer] Add test directory for scan-build.Devin Coughlin2019-11-048-0/+141
* [clang][analyzer] Using CallDescription in StreamChecker.Balázs Kéri2019-10-312-26/+99
* [analyzer] Fix off-by-one in operator call parameter binding.Artem Dergachev2019-10-231-0/+16
* [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
OpenPOWER on IntegriCloud