summaryrefslogtreecommitdiffstats
path: root/test/Analysis/diagnostics
Commit message (Expand)AuthorAgeFilesLines
* [analyzer][tests] Use diff_plist, correct order of arguments for missed cases...Hubert Tong2019-05-012-2/+2
* [analyzer] Fix macro names in diagnostics within bigger macros.Artem Dergachev2019-04-231-1/+26
* [analyzer] PR41239: Fix a crash on invalid source location in NoStoreFuncVisi...Artem Dergachev2019-03-291-1/+11
* [analyzer] ConditionBRVisitor: Unknown condition evaluation supportCsaba Dabis2019-03-161-1/+2
* Revert "[analyzer] ConditionBRVisitor: Unknown condition evaluation support"Csaba Dabis2019-03-161-2/+1
* [analyzer] ConditionBRVisitor: Unknown condition evaluation supportCsaba Dabis2019-03-161-1/+2
* [analyzer] Fix an assertation failure for invalid sourcelocation, add a new d...Kristof Umann2019-03-141-0/+12
* [analyzer] Make sure base-region and its sub-regions are either all alive or ...Artem Dergachev2019-01-181-7/+12
* Remove irrelevant references to legacy git repositories fromJames Y Knight2019-01-151-1/+1
* [analyzer] pr38838, pr39976: Fix crash on diagnosing before implicit destructor.Artem Dergachev2019-01-101-0/+25
* [analyzer] [NFC] Reverse the argument order for "diff" in testsGeorge Karpenkov2019-01-109-9/+9
* Correct the spelling of helpURI to helpUri.Aaron Ballman2019-01-101-2/+2
* Allow direct navigation to static analysis checker documentation through SARI...Aaron Ballman2018-12-201-0/+2
* [analyzer] MoveChecker Pt.6: Suppress the warning for the move-safe STL classes.Artem Dergachev2018-12-141-1/+1
* Update our SARIF support from 10-10 to 11-28.Aaron Ballman2018-12-142-29/+51
* [analyzer] Fix diagnostics/explicit-suppression.cppFangrui Song2018-11-021-1/+1
* [analyzer] Put llvm.Conventions back in alphaKristof Umann2018-11-021-1/+1
* Output "rule" information in SARIF exports.Aaron Ballman2018-11-014-2/+344
* Update to the 10-10 SARIF spec.Aaron Ballman2018-11-012-8/+6
* [analyzer] SARIF: Suppress version testing in a more downstream-friendly manner.Artem Dergachev2018-11-012-2/+2
* Changing the command line parameters sent to diff for this test.Aaron Ballman2018-10-302-2/+2
* Speculatively attempt to fix a failing testbot.Aaron Ballman2018-10-302-2/+2
* Add the ability to output static analysis results to SARIF.Aaron Ballman2018-10-302-0/+114
* [analyzer] [tests] [quickfix] Make more test more resilient for non-defaut -std.Artem Dergachev2018-10-031-1/+1
* [analyzer] Prevent crashes in FindLastStoreBRVisitorGeorge Karpenkov2018-09-241-0/+17
* [Analyzer] Define and use diff_plist in tests, NFCMikhail Maltsev2018-09-175-5/+5
* [analyzer] [NFC] Change the tests by making the version check more resilientGeorge Karpenkov2018-09-117-7/+7
* [Analyzer] Iterator Checker - Part 8: Support for assign, clear, insert, empl...Adam Balogh2018-09-101-1/+1
* [Analyzer] Iterator Checker - Part 7: Support for push and pop operationsAdam Balogh2018-09-101-1/+1
* Revert "Revert "Revert "Revert "[analyzer] Add coverage information to plist ...George Karpenkov2018-09-0714-2041/+2359
* Revert "Revert "Revert "[analyzer] Add coverage information to plist output, ...Simon Pilgrim2018-09-0714-2359/+2041
* Revert "Revert "[analyzer] Add coverage information to plist output, update t...George Karpenkov2018-09-0714-2041/+2359
* Revert "[analyzer] Add coverage information to plist output, update tests"George Karpenkov2018-09-0710-2325/+2057
* [analyzer] Add coverage information to plist output, update testsGeorge Karpenkov2018-09-0710-2057/+2325
* [Analyzer] Iterator Checker - Part 3: Invalidation check, first for (copy) as...Adam Balogh2018-08-281-1/+1
* [analyzer] Track non-zero values in ReturnVisitorGeorge Karpenkov2018-08-221-0/+19
* Move test inputs into Inputs directory.Richard Smith2018-08-148-4/+3016
* [analyzer] Fix tracking expressions through negation operatorGeorge Karpenkov2018-08-101-0/+15
* [analyzer] [NFC] [tests] Move plist-based diagnostics tests to separate files...George Karpenkov2018-08-104-3008/+4
* [analyzer] Do not crash in NoStoreFuncVisitor notes if an unexpected region i...George Karpenkov2018-08-031-0/+24
* [analyzer] Extend NoStoreFuncVisitor to follow fields.George Karpenkov2018-08-023-5/+211
* [analyzer] Extend NoStoreFuncVisitor to insert a note on IVarsGeorge Karpenkov2018-07-272-4/+50
* Revert "[analyzer] Extend NoStoreFuncVisitor to insert a note on IVars"George Karpenkov2018-07-242-50/+4
* [analyzer] Extend NoStoreFuncVisitor to insert a note on IVarsGeorge Karpenkov2018-07-242-4/+50
* [analyzer] Bugfix for an overly eager suppression for null pointer return fro...George Karpenkov2018-07-161-0/+23
* [Analyzer] Iterator Checker - Part 2: Increment, decrement operators and ahea...Adam Balogh2018-06-281-1/+1
* [analyzer] Do not crash in the visitor when the function is given more argume...George Karpenkov2018-06-121-0/+15
* [analyzer] [NFC] Remove unused Extensive diagnostic setting,George Karpenkov2018-06-125-143/+313
* [analyzer] Make plist-html diagnostic consumer produce multi-file reports.Artem Dergachev2018-05-162-0/+208
* [analyzer] mark returns of functions where the region passed as parameter was...George Karpenkov2018-02-235-5/+500