summaryrefslogtreecommitdiffstats
path: root/clang/lib/StaticAnalyzer
Commit message (Expand)AuthorAgeFilesLines
* [analyzer] Fix a couple of bugs in HTML report generation.Artem Dergachev2020-02-101-1/+10
* [Concepts] Requires ExpressionsSaar Raz2020-01-241-0/+1
* [analyzer] Fix SARIF column locationsJoe Ranieri2020-01-141-21/+59
* Make helper functions static or move them into anonymous namespaces. NFC.Benjamin Kramer2020-01-142-1/+4
* Fix "pointer is null" static analyzer warnings. NFCI.Simon Pilgrim2020-01-121-8/+9
* [analyzer] Add PlacementNewCheckerGabor Marton2020-01-102-0/+120
* [NFC] Fixes -Wrange-loop-analysis warningsMark de Wever2020-01-011-1/+1
* [Analyzer] Fixes -Wrange-loop-analysis warningsMark de Wever2019-12-223-5/+6
* [Analyzer] Use a reference in a range-based forMark de Wever2019-12-213-15/+15
* [analyzer] Add path notes to FuchsiaHandleCheck.Gabor Horvath2019-12-201-3/+73
* [analyzer] Add Fuchsia Handle checkerGabor Horvath2019-12-202-0/+487
* [analyzer] Add a syntactic security check for ObjC NSCoder API.Artem Dergachev2019-12-191-0/+68
* [analysis] Re-discard type sugar when casting values retrieved from the Store.Artem Dergachev2019-12-181-3/+3
* [analyzer] Teach MismatchedDealloc about initWithBytesNoCopy with deallocator.Artem Dergachev2019-12-181-0/+3
* [analyzer] NonnullGlobalConstants: Add support for kCFNull.Artem Dergachev2019-12-181-1/+3
* [CFG] Add an option to expand CXXDefaultInitExpr into aggregate initializationGabor Horvath2019-12-171-0/+2
* [analysis] Discard type qualifiers when casting values retrieved from the Store.Artem Dergachev2019-12-171-4/+10
* [analyzer] Add support for namespaces to GenericTaintCheckerBorsik Gabor2019-12-151-58/+123
* Move ASTRecordReader into its own header; NFC.John McCall2019-12-141-0/+1
* [analyzer] CStringChecker: Fix a crash on unknown value passed to strlcat.Artem Dergachev2019-12-131-6/+5
* [analyzer] Do not cache out on some shared implicit AST nodesGabor Horvath2019-12-112-1/+6
* [analyzer] Escape symbols conjured into specific regions during a conservativ...Gabor Horvath2019-12-114-39/+109
* [analyzer] LocalizationChecker: Fix a crash on synthesized accessor stubs.Artem Dergachev2019-12-111-1/+4
* [analyzer] CStringChecker: Fix overly eager assumption that memcmp args overlap.Artem Dergachev2019-12-111-14/+13
* [analyzer] CStringChecker: Improve warning messages.Artem Dergachev2019-12-111-4/+7
* [Analyzer] Iterator Checkers: Replace `UnknownVal` in comparison result by a ...Adam Balogh2019-12-111-5/+15
* [Analyzer] Iterator Modeling: Print Container Data and Iterator Positions whe...Adam Balogh2019-12-111-0/+55
* [Analyzer][NFC] Iterator Checkers - Separate iterator modeling and the actual...Adam Balogh2019-12-118-1131/+1429
* Revert "[analyzer] Keep track of escaped locals"Gabor Horvath2019-12-102-25/+3
* [analyzer] Keep track of escaped localsGabor Horvath2019-12-102-3/+25
* Remove Expr.h include from ASTContext.h, NFCReid Kleckner2019-12-065-5/+10
* [ObjC] Make sure that the implicit arguments for direct methods have been setupAlex Lorenz2019-12-061-7/+0
* [analyzer] Fix false positive on introspection of a block's internal layout.Artem Dergachev2019-12-061-1/+2
* Add `QualType::hasAddressSpace`. NFC.Michael Liao2019-12-061-1/+1
* [OpenMP50] Add parallel master constructcchen2019-12-051-0/+1
* [Checkers] Added support for freopen to StreamChecker.Balázs Kéri2019-12-051-0/+45
* Revert "[OpenMP50] Add parallel master construct, by Chi Chun Chen."Reid Kleckner2019-12-041-1/+0
* [OpenMP50] Add parallel master construct, by Chi Chun Chen.cchen2019-12-041-0/+1
* [NFCI] update formating for misleading indentation warningTyker2019-12-031-11/+10
* [analyzer] Add custom filter functions for GenericTaintCheckerBorsik Gabor2019-11-233-56/+112
* [analyzer] Fix Objective-C accessor body farms after 2073dd2d.Artem Dergachev2019-11-211-0/+2
* [analyzer] NFC: Don't clean up range constraints twice.Artem Dergachev2019-11-212-7/+6
* [NFC] Refactor representation of materialized temporariesTyker2019-11-193-4/+3
* Revert "[NFC] Refactor representation of materialized temporaries"Nico Weber2019-11-173-3/+4
* [NFC] Refactor representation of materialized temporariesTyker2019-11-163-4/+3
* Remove +x permission on some filesSylvestre Ledru2019-11-161-0/+0
* [Analyzer] Use a reference in a range-based forMark de Wever2019-11-121-11/+11
* [analyzer] Fix skipping the call during inlined defensive check suppression.Artem Dergachev2019-11-081-11/+12
* [analyzer] Nullability: Don't infer nullable when passing as nullable parameter.Artem Dergachev2019-11-081-5/+0
* Redeclare Objective-C property accessors inside the ObjCImplDecl in which the...Adrian Prantl2019-11-082-1/+3
OpenPOWER on IntegriCloud