summaryrefslogtreecommitdiffstats
path: root/clang/utils/analyzer
Commit message (Expand)AuthorAgeFilesLines
* [analyzer] [tests] Do not be verbose by default when updating reference results.George Karpenkov2018-08-071-1/+1
* [analyzer] [tests] Add an option for showing statistics after running tests.George Karpenkov2018-07-301-1/+3
* [analyzer] [tests] Style fixes for testing harness.George Karpenkov2018-07-302-14/+14
* [analyzer] [tests] Pass clang executable path to prefix-less executor scripts.George Karpenkov2018-07-021-0/+1
* [analyzer] [tests] Allow the tested project to specify it's own analyzer wrapperGeorge Karpenkov2018-06-291-0/+14
* [analyzer] [tests] Fix 80 column violation in SATestBuild.pyGeorge Karpenkov2018-06-291-5/+5
* [analyzer] Fix string not being formatted with extra argumentsMikhail R. Gadelha2018-06-271-1/+2
* [analyzer] [tests] Include statistics in tests.George Karpenkov2018-06-261-1/+7
* Fix a (possible) division by zero check in the CmpRuns scriptMikhail R. Gadelha2018-05-301-1/+1
* Introduces --stats-only option to only show changes in statistics.Mikhail R. Gadelha2018-05-281-3/+63
* [analyzer] [testing] Be less verbose by default in integration testing.George Karpenkov2018-03-291-1/+1
* [analyzer] [tests] Create a directory for the log fileGeorge Karpenkov2018-03-011-0/+2
* [analyzer] [tests] Write to logfile instead of stdout while updatingGeorge Karpenkov2018-02-281-17/+18
* [analyzer] [tests] Update CmpRuns to write to stdout correctly in multithread...George Karpenkov2018-02-132-14/+18
* [analyzer] [tests] Fix a typo in analyzer testing script.George Karpenkov2018-02-121-1/+1
* [analyzer] [tests] Fixing an error after non-atomic cherry-pickGeorge Karpenkov2018-02-091-0/+1
* [analyzer] [tests] [NFC] Remove a fragile tightly-coupled component emulating...George Karpenkov2018-02-092-22/+12
* [analyzer] [tests] Test different projects concurrentlyGeorge Karpenkov2018-02-082-81/+180
* [analyzer] [tests] Show function name in CmpRuns outputGeorge Karpenkov2018-02-061-3/+9
* [analyzer] [tests] Fix crash in SATestBuild.pyGeorge Karpenkov2018-02-021-0/+7
* [analyzer] [tests] [NFC] Remove dead code from CmpRunsGeorge Karpenkov2018-02-011-21/+6
* [analyzer] [tests] Add an option to show the histogram of path differences be...George Karpenkov2018-02-011-2/+42
* [analyzer] [tests] Show the number of removed/added bug reportsGeorge Karpenkov2018-02-011-0/+9
* [analyzer] Use stable filenames in analyzer testing infrastructureGeorge Karpenkov2018-01-291-0/+1
* [NFC] fix trivial typos in commentsHiroshi Inoue2018-01-221-2/+2
* [analyzer] [tests] Remove empty folders in reference results, do not store di...George Karpenkov2017-10-302-17/+12
* [Analyzer] [Tests] Fixing typo from the previous commit.George Karpenkov2017-10-271-1/+1
* [Analyzer] [Tests] Dump the output of scan-build to stdout on failure.George Karpenkov2017-10-271-5/+6
* [Analyzer] [Tests] Write analyzers crashes to stdout, and not to a separate fileGeorge Karpenkov2017-10-261-20/+12
* [Analyzer] [Tests] Consistently use exit codes. Use code=42 to signify differ...George Karpenkov2017-10-262-10/+13
* [Analyzer] [Tests] Do not discard output from CmpRuns.py when running integra...George Karpenkov2017-10-252-15/+1
* [Analyzer] [Tests] Minor refactor of testing infrastructure:George Karpenkov2017-10-242-115/+122
* [Analyzer] [Tests] Remove temporary fields from generated reference results.George Karpenkov2017-10-241-0/+8
* [Analyzer] Fix bug in testing scripts, which always marked result as failure.George Karpenkov2017-10-241-0/+1
* [Analyzer] Remove dead code from testing scriptsGeorge Karpenkov2017-10-111-53/+2
* [Analyzer Tests] Run static analyzer integration tests until the end,George Karpenkov2017-10-051-8/+20
* [Analyzer Tests] Fix misc bugs in analyzer reference results updater.George Karpenkov2017-10-051-4/+16
* [Analyzer] Make testing scripts flake8 compliantGeorge Karpenkov2017-10-026-299/+397
* [Analyzer] Add nullability to the list of tested checkers in SATestBuildGeorge Karpenkov2017-09-301-1/+12
* [Analyzer] Fix minor errors in python scripts.George Karpenkov2017-09-222-6/+5
* [Analyzer] Static analyzer script for updating reference resultsGeorge Karpenkov2017-09-221-0/+64
* [Analyzer] Refactor analyzer testing scripts.George Karpenkov2017-09-223-88/+75
* [Analyzer] Use CC environment variable to select analyzer path in SATestBuild.George Karpenkov2017-09-211-1/+4
* [Analyzer] Add simple help to SATestAdd.pyGeorge Karpenkov2017-09-211-5/+6
* [Analyzer] Remove dead code from CmpRuns.py.George Karpenkov2017-09-211-24/+0
* [analyzer] SATestBuild.py: Treat '#' as comment in projectMap.csvDevin Coughlin2016-09-191-0/+8
* [analyzer] SATestBuild.py: Remove html and log when producing reference results.Devin Coughlin2016-01-231-7/+29
* [analyzer] SATestBuild.py: Handle spaces in path passed to --use-analyzer.Devin Coughlin2016-01-221-2/+2
* [analyzer] Update SATestBuild.py to handle spaces in paths.Devin Coughlin2016-01-221-10/+10
* [analyzer] Update SATestBuild.py to enable a 'download and patch' model for p...Devin Coughlin2015-11-072-13/+112
OpenPOWER on IntegriCloud