summaryrefslogtreecommitdiffstats
path: root/clang/utils/analyzer/SATestBuild.py
Commit message (Expand)AuthorAgeFilesLines
* [analyzer] [tests] Remove empty folders in reference results, do not store di...George Karpenkov2017-10-301-4/+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-261-8/+11
* [Analyzer] [Tests] Do not discard output from CmpRuns.py when running integra...George Karpenkov2017-10-251-7/+1
* [Analyzer] [Tests] Minor refactor of testing infrastructure:George Karpenkov2017-10-241-115/+14
* [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] Make testing scripts flake8 compliantGeorge Karpenkov2017-10-021-162/+230
* [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-221-1/+0
* [Analyzer] Refactor analyzer testing scripts.George Karpenkov2017-09-221-86/+74
* [Analyzer] Use CC environment variable to select analyzer path in SATestBuild.George Karpenkov2017-09-211-1/+4
* [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-071-12/+87
* [analyzer] SATestBuild.py: Move additional checkers logic so SATestAdd.py can...Devin Coughlin2015-09-161-4/+6
* [analyzer] Update SATestBuild.py to set -isysroot for preprocessed filesDevin Coughlin2015-09-141-2/+19
* [analyzer] Apply whitespace cleanups by Honggyu Kim.Ted Kremenek2015-09-081-113/+113
* [Static Analyzer] Made it easier to test new checkers using the test suite.Gabor Horvath2015-08-201-0/+7
* [Static Analyzer] Make the paths relative from the project root when generati...Gabor Horvath2015-07-081-1/+14
* [Static Analyzer] No longer include the full path of the source file in the s...Gabor Horvath2015-07-021-1/+1
* [Static Analyzer] Minor improvements to SATest.Gabor Horvath2015-06-301-19/+40
* [analyzer] Rename NewDeleteLeaks checker in the test script.Anna Zaks2014-10-311-1/+1
* Correct hyphenations in comments and assert messagesAlp Toker2013-12-051-2/+2
* [analyzer] SATestBuild: strip trailing newlines from command file.Jordan Rose2013-09-061-0/+1
* [analyzer] SATestBuild: Don't require reference results to have logs.Jordan Rose2013-06-101-2/+4
* [analyzer] Always use ccc-analyzer when running scan-build on buildbotAnna Zaks2013-05-311-0/+3
* [analyzer] Re-enable cplusplus.NewDelete (but not NewDeleteLeaks).Jordan Rose2013-04-051-2/+3
* [analyzer] Moving cplusplus.NewDelete to alpha.* for now.Anton Yartsev2013-04-021-1/+1
* [analyzer] Adds cplusplus.NewDelete checker that check for memory leaks, doub...Anton Yartsev2013-03-251-1/+1
* scan-build: Add a --keep-empty option for better testing.Jordan Rose2013-01-241-0/+1
* [analyzer] SATestBuild.py: allow make builds to disable parallelizationJordan Rose2012-11-261-1/+2
* [analyzer] SATestBuild.py: fix broken string concatenationJordan Rose2012-11-161-2/+2
* [analyzer] SATestBuild.py: correctly add -j option for projects using make.Jordan Rose2012-11-151-2/+2
* [analyzer] Test SimpleStream on the buildbot.Anna Zaks2012-11-021-1/+1
* [analyzer] testing: add a build mode to allow C++11 testing.Anna Zaks2012-09-061-8/+12
* Revert "[analyzer] Disable diagnostic checking on the buildbot."Jordan Rose2012-08-311-8/+6
* [analyzer] Disable diagnostic checking on the buildbot.Anna Zaks2012-08-301-6/+8
* [analyzer] Fixup 162863.Anna Zaks2012-08-291-3/+0
* [analyzer]Fix typo, unbreak static analyzer BuildBot (at leastAnna Zaks2012-08-291-1/+4
* Automatically use more cores when the test build uses 'make'.Ted Kremenek2012-08-281-0/+29
* Consolidate helper methods and configuration logic. No functionality change.Ted Kremenek2012-08-281-34/+46
* Pass --use-analyzer to scan-build when running within the test harness.Ted Kremenek2012-08-281-4/+42
* experimental.security.taint is now alpha.security.taintTed Kremenek2012-08-281-1/+1
OpenPOWER on IntegriCloud