summaryrefslogtreecommitdiffstats
path: root/clang/test/Analysis/diagnostics
Commit message (Expand)AuthorAgeFilesLines
* [analyzer] Fix SARIF column locationsJoe Ranieri2020-01-143-6/+82
* [Analyzer][NFC] Separate white-box tests for iterator modelling from iterator...Adam Balogh2019-11-141-1/+1
* [analyzer] Specify the C++ standard in more tests.Artem Dergachev2019-10-191-1/+1
* [Analyzer] Iterator Checkers - Make range errors and invalidated access fatalAdam Balogh2019-08-291-1/+1
* Update the SARIF exporter to SARIF 2.1Joe Ranieri2019-08-272-108/+98
* Fix a SARIF exporter crash with macro expansionsJoe Ranieri2019-08-272-21/+147
* Fix text range end columns in SARIF to be exclusiveJoe Ranieri2019-08-272-14/+11
* [analyzer] Enable control dependency condition tracking by defaultKristof Umann2019-08-221-0/+1
* [analyzer] Prune calls to functions with linear CFGs that return a non-zero c...Kristof Umann2019-08-131-4/+2
* [Analyzer] Iterator Checkers - Fix for Crash on Iterator DifferencesAdam Balogh2019-08-051-1/+1
* [analyzer] SARIF: Add EOF newline; replace diff_sarifHubert Tong2019-06-194-4/+4
* [analyzer][NFC][tests] Pre-normalize expected-sarif filesHubert Tong2019-06-192-20/+0
* [analyzer] Push correct version of 'Track indices of arrays'Kristof Umann2019-06-161-4/+43
* [analyzer] Track indices of arraysKristof Umann2019-06-161-0/+25
* Reapply r362994 & co "[analyzer][tests] Add normalize_plist to replace diff_p...Hubert Tong2019-06-117-7/+7
* Revert r362994 & co "[analyzer][tests] Add normalize_plist to replace diff_pl...Reid Kleckner2019-06-107-7/+7
* [analyzer][tests] Use normalize_plist in place of diff_plist (`tail` cases)Hubert Tong2019-06-102-2/+2
* [analyzer][tests] Use normalize_plist in place of diff_plist (`cat` cases)Hubert Tong2019-06-105-5/+5
* [analyzer][NFC][tests] Pre-normalize expected-plistsHubert Tong2019-06-087-17/+0
* [analyzer] ConditionBRVisitor: Boolean supportCsaba Dabis2019-05-291-1/+1
* [analyzer] ConditionBRVisitor: MemberExpr supportCsaba Dabis2019-05-293-12/+13
* [analyzer] ConditionBRVisitor: Enhance to write out more informationCsaba Dabis2019-05-293-11/+22
* [analyzer] Add a prunable note for skipping vbase inits in subclasses.Artem Dergachev2019-05-241-0/+44
* [analyzer] NFC: Prevent multi-file plist test from spamming up the build folder.Artem Dergachev2019-05-242-6/+2
* [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
OpenPOWER on IntegriCloud