summaryrefslogtreecommitdiffstats
path: root/clang/test/Analysis/Inputs
Commit message (Expand)AuthorAgeFilesLines
* [analyzer] Teach MismatchedDealloc about initWithBytesNoCopy with deallocator.Artem Dergachev2019-12-181-1/+4
* [analyzer] Add support for namespaces to GenericTaintCheckerBorsik Gabor2019-12-151-0/+41
* [analyzer] Add custom filter functions for GenericTaintCheckerBorsik Gabor2019-11-231-2/+2
* [analyzer] Fix Objective-C accessor body farms after 2073dd2d.Artem Dergachev2019-11-211-23/+59
* [Analyzer][NFC] Separate white-box tests for iterator modelling from iterator...Adam Balogh2019-11-141-12/+24
* Redeclare Objective-C property accessors inside the ObjCImplDecl in which the...Adrian Prantl2019-11-081-1/+0
* [analyzer] NonNullParamChecker and CStringChecker parameter number in checker...Kristof Umann2019-09-032-6/+6
* [Analyzer] Iterator Checkers - Make range errors and invalidated access fatalAdam Balogh2019-08-291-2/+8
* [ASTImporter] Fix name conflict handling with different strategiesGabor Marton2019-08-271-4/+4
* [analyzer] CastValueChecker: Avoid modeling casts between objects.Artem Dergachev2019-08-231-0/+5
* [analyzer] CastValueChecker: Model isa(), isa_and_nonnull()Csaba Dabis2019-08-221-0/+6
* [analyzer] CastValueChecker: Store the dynamic types and castsCsaba Dabis2019-08-221-0/+19
* [ASTImporter] Import ctor initializers after setting flags.Balazs Keri2019-08-162-0/+12
* [ASTImporter] Import default expression of param before creating the param.Balazs Keri2019-08-142-0/+20
* [analyzer] ConditionBRVisitor: Fix HTML PathDiagnosticPopUpPiecesCsaba Dabis2019-08-095-80/+99
* [CrossTU] Handle case when no USR could be generated during Decl search.Balazs Keri2019-08-062-0/+15
* [Analyzer] Iterator Checkers - Fix for Crash on Iterator DifferencesAdam Balogh2019-08-051-0/+3
* [analyzer] Add yaml parser to GenericTaintCheckerGabor Borsik2019-07-283-0/+57
* [CrossTU] Fix plist macro expansion if macro in other file.Balazs Keri2019-07-253-0/+29
* [CTU] Add support for virtual functionsGabor Marton2019-07-042-0/+15
* [analyzer][NFC][tests] Pre-normalize expected-plistsHubert Tong2019-06-0817-32/+0
* [analyzer][NFC][tests] Remove unused expected-plist filesHubert Tong2019-06-083-21/+0
* [analyzer] ConditionBRVisitor: Boolean supportCsaba Dabis2019-05-291-2/+2
* [analyzer] ConditionBRVisitor: MemberExpr supportCsaba Dabis2019-05-291-0/+62
* [analyzer] ConditionBRVisitor: Test 'add-pop-up-notes=false'Csaba Dabis2019-05-291-126/+98
* [analyzer] ConditionBRVisitor: Enhance to write out more informationCsaba Dabis2019-05-2910-154/+1991
* [Analyzer] Checker for non-determinism caused by iteration of unordered conta...Mandeep Singh Grang2019-05-241-0/+61
* [analyzer][tests][NFC] Add EOF newlines, normalize reference expected filesHubert Tong2019-05-013-2/+3
* [analyzer][CrossTU] Extend CTU to VarDecls with initializerRafael Stahl2019-04-232-0/+48
* [analyzer] PR41269: Add a bit of C++ smart pointer modeling.Artem Dergachev2019-04-231-0/+1
* [analyzer] NoStoreFuncVisitor: Suppress reports with no-store in system headers.Artem Dergachev2019-04-051-0/+17
* [analyzer] Fix function macro crashKristof Umann2019-03-141-0/+478
* Revert "[analyzer] Fix function macro crash"Kristof Umann2019-03-121-478/+0
* [analyzer] Fix function macro crashKristof Umann2019-03-121-0/+478
* [Analyzer] Checker for non-determinism caused by sorting of pointer-like elem...Mandeep Singh Grang2019-03-081-0/+23
* [analyzer] Fix infinite recursion in printing macrosKristof Umann2019-03-081-0/+134
* [analyzer] [RetainCountChecker] Bugfix for tracking top-level parameters of O...George Karpenkov2019-01-302-4306/+4310
* [analyzer] [RetainCountChecker] Track input parameters to the top-level functionGeorge Karpenkov2019-01-292-6452/+6452
* [ASTImporter] Fix handling of overriden methods during ASTImportShafik Yaghmour2019-01-281-13/+18
* [analyzer] Reimplement dependencies between checkersKristof Umann2019-01-269-516/+500
* [analyzer] Split unix.API up to UnixAPIMisuseChecker and UnixAPIPortabilityCh...Kristof Umann2019-01-261-18/+18
* [analyzer] Support for OSObjects out parameters in RetainCountCheckerGeorge Karpenkov2019-01-112-8/+8
* [analyzer] [NFC] Fix the FIXME in testsGeorge Karpenkov2019-01-112-0/+52295
* [analyzer] Update the category name for RetainCountChecker reportsGeorge Karpenkov2019-01-106-40/+40
* [analyzer] Quote the type of the leaked/problematic object in diagnostics for...George Karpenkov2019-01-105-1190/+1224
* [analyzer][CrossTU][NFC] Generalize to external definitions instead of extern...Rafael Stahl2019-01-102-0/+0
* Revert rC349281 '[analyzer][MallocChecker][NFC] Document and reorganize some ...Kristof Umann2018-12-171-10/+10
* [analyzer][MallocChecker] Improve warning messages on double-delete errorsKristof Umann2018-12-151-10/+10
* [analyzer] MoveChecker Pt.6: Suppress the warning for the move-safe STL classes.Artem Dergachev2018-12-141-0/+23
* [CTU] Add more lit tests and better error handlingGabor Marton2018-12-073-0/+55
OpenPOWER on IntegriCloud