summaryrefslogtreecommitdiffstats
path: root/clang/lib/StaticAnalyzer/Checkers
Commit message (Expand)AuthorAgeFilesLines
* 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-222-4/+4
* [Analyzer] Use a reference in a range-based forMark de Wever2019-12-212-14/+14
* [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
* [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
* [analyzer] Add support for namespaces to GenericTaintCheckerBorsik Gabor2019-12-151-58/+123
* [analyzer] CStringChecker: Fix a crash on unknown value passed to strlcat.Artem Dergachev2019-12-131-6/+5
* [analyzer] Escape symbols conjured into specific regions during a conservativ...Gabor Horvath2019-12-111-0/+10
* [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
* Remove Expr.h include from ASTContext.h, NFCReid Kleckner2019-12-064-2/+6
* Add `QualType::hasAddressSpace`. NFC.Michael Liao2019-12-061-1/+1
* [Checkers] Added support for freopen to StreamChecker.Balázs Kéri2019-12-051-0/+45
* [NFCI] update formating for misleading indentation warningTyker2019-12-031-11/+10
* [analyzer] Add custom filter functions for GenericTaintCheckerBorsik Gabor2019-11-233-56/+112
* [NFC] Refactor representation of materialized temporariesTyker2019-11-191-2/+1
* Revert "[NFC] Refactor representation of materialized temporaries"Nico Weber2019-11-171-1/+2
* [NFC] Refactor representation of materialized temporariesTyker2019-11-161-2/+1
* Remove +x permission on some filesSylvestre Ledru2019-11-161-0/+0
* [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-081-0/+2
* [Analyzer] Checker for Debugging Iterator CheckersAdam Balogh2019-11-081-2/+155
* [analyzer] PR41729: CStringChecker: Improve strlcat and strlcpy modeling.Artem Dergachev2019-11-071-135/+166
* [clang][analyzer] Using CallDescription in StreamChecker.Balázs Kéri2019-10-311-254/+146
* BlockInCriticalSectionChecker - silence static analyzer dyn_cast null derefer...Simon Pilgrim2019-10-131-1/+1
* [NFCI] Return PathSensitiveBugReport where appropriateAlex Langford2019-09-232-7/+10
* Move classes into anonymous namespaces. NFC.Benjamin Kramer2019-09-221-2/+2
* Attempt to fix a windows buildbot failureKristof Umann2019-09-211-2/+2
* Fix a documentation errorKristof Umann2019-09-201-1/+1
* Reland '[analyzer][MallocChecker][NFC] Document and reorganize some functions'Kristof Umann2019-09-201-463/+720
* [analyzer][NFC] Fix inconsistent references to checkers as "checks"Kristof Umann2019-09-1212-70/+62
* [analyzer] NFC: Move PathDiagnostic classes to libAnalysis.Artem Dergachev2019-09-116-6/+6
* [analyzer] NFC: Move getStmt() and createEndOfPath() out of PathDiagnostic.Artem Dergachev2019-09-1112-24/+21
* [analyzer] NFC: Re-implement stack hints as a side map in BugReport.Artem Dergachev2019-09-116-27/+23
* [analyzer] NFC: Introduce sub-classes for path-sensitive and basic reports.Artem Dergachev2019-09-0967-209/+260
* Move prop-sink branch to monorepo.Gabor Borsik2019-09-081-29/+65
* [analyzer] Add minimal support for fix-it hints.Artem Dergachev2019-09-062-34/+71
* [analyzer] pr43179: Make CallDescription defensive against C variadic functions.Artem Dergachev2019-09-061-1/+3
* Unbreak the build after r370798Benjamin Kramer2019-09-031-1/+1
* [analyzer] NonNullParamChecker and CStringChecker parameter number in checker...Kristof Umann2019-09-032-24/+35
OpenPOWER on IntegriCloud