summaryrefslogtreecommitdiffstats
path: root/clang/utils/analyzer/SATestBuild.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* SATestBuild should not ask for non-existent checkers.Jordan Rose2012-07-261-1/+1
* [analyzer] Make CmpRuns external-user friendly.Anna Zaks2012-07-161-1/+1
* [analyzer] SATestBuild should execute SVN updates even if Verbose is off.Jordan Rose2012-06-011-3/+3
* [analyzer] Fix SATestAdd to work with SATestBuild.Jordan Rose2012-06-011-14/+9
* [analyzer] Testing: These checkers are not experimental anymore.Anna Zaks2012-02-201-1/+1
* [analyzer] Add the Malloc checker to the list of tested checkers.Anna Zaks2012-02-151-1/+1
* [analyzer] Testing: add automated reference results reset.Anna Zaks2012-02-031-12/+70
* [analyzer] Testing: add 2 new checkers to the buildbot script.Anna Zaks2012-02-011-1/+1
* [analyzer] Add the HTML file to the SATest diagnostic diff.Anna Zaks2012-01-241-1/+1
* [analyzer] Unbreak the static analyzer bot. Regression from r148558.Anna Zaks2012-01-211-1/+1
* [analyzer] Tweak the buildbot script to include the experimental taint checke...Anna Zaks2012-01-201-2/+2
* [analyzer] Testing infrastructure: Flush output after every printAnna Zaks2012-01-101-1/+10
* [analyzer] Correct the error message in the testing infrastructure.Anna Zaks2012-01-041-2/+1
* [analyzer] Testing: test with all the non-experimental checker packages.Anna Zaks2011-11-081-2/+6
* [analyzer] Testing: Display the number of reported differences in the main log.Anna Zaks2011-11-081-6/+6
* [analyzer] Testing infrastructure: flush the output between projects.Anna Zaks2011-11-081-0/+1
* [analyzer] Add support for testing with individual preprocessed files.Anna Zaks2011-11-051-29/+122
* [analyzer] Tweak the test scriptAnna Zaks2011-11-021-9/+13
* [analyzer] Static Analyzer Qualification Infrastructure: Scripts to support b...Anna Zaks2011-10-061-0/+307
OpenPOWER on IntegriCloud