summaryrefslogtreecommitdiff
path: root/utils/analyzer
AgeCommit message (Expand)AuthorFilesLines
2016-01-23[analyzer] SATestBuild.py: Remove html and log when producing reference results.Devin Coughlin1-7/+29
2016-01-22[analyzer] SATestBuild.py: Handle spaces in path passed to --use-analyzer.Devin Coughlin1-2/+2
2016-01-22[analyzer] Update SATestBuild.py to handle spaces in paths.Devin Coughlin1-10/+10
2015-11-07[analyzer] Update SATestBuild.py to enable a 'download and patch' model for p...Devin Coughlin2-13/+112
2015-10-22[analyzer] Bug identificationGabor Horvath1-2/+2
2015-09-16[analyzer] SATestBuild.py: Move additional checkers logic so SATestAdd.py can...Devin Coughlin1-4/+6
2015-09-14[analyzer] Update SATestBuild.py to set -isysroot for preprocessed filesDevin Coughlin1-2/+19
2015-09-08[analyzer] Apply whitespace cleanups by Honggyu Kim.Ted Kremenek5-160/+158
2015-08-20[Static Analyzer] Made it easier to test new checkers using the test suite.Gabor Horvath1-0/+7
2015-07-08[Static Analyzer] Make the paths relative from the project root when generati...Gabor Horvath2-4/+17
2015-07-02[Static Analyzer] No longer include the full path of the source file in the s...Gabor Horvath1-1/+1
2015-06-30[Static Analyzer] Minor improvements to SATest.Gabor Horvath2-20/+41
2014-10-31[analyzer] Rename NewDeleteLeaks checker in the test script.Anna Zaks1-1/+1
2013-12-05Correct hyphenations in comments and assert messagesAlp Toker1-2/+2
2013-09-06[analyzer] SATestBuild: strip trailing newlines from command file.Jordan Rose1-0/+1
2013-06-10[analyzer] SATestBuild: Don't require reference results to have logs.Jordan Rose1-2/+4
2013-05-31[analyzer] Always use ccc-analyzer when running scan-build on buildbotAnna Zaks1-0/+3
2013-04-05[analyzer] Re-enable cplusplus.NewDelete (but not NewDeleteLeaks).Jordan Rose1-2/+3
2013-04-02[analyzer] Moving cplusplus.NewDelete to alpha.* for now.Anton Yartsev1-1/+1
2013-03-25[analyzer] Adds cplusplus.NewDelete checker that check for memory leaks, doub...Anton Yartsev1-1/+1
2013-03-23[analyzer] CmpRuns.py: Accept single files as input.Jordan Rose1-46/+51
2013-01-24scan-build: Add a --keep-empty option for better testing.Jordan Rose1-0/+1
2012-11-26[analyzer] SATestBuild.py: allow make builds to disable parallelizationJordan Rose1-1/+2
2012-11-16[analyzer] SATestBuild.py: fix broken string concatenationJordan Rose1-2/+2
2012-11-15[analyzer] CmpRuns: move the clang_version info into the run (out ofAnna Zaks1-7/+15
2012-11-15[analyzer] SATestBuild.py: correctly add -j option for projects using make.Jordan Rose1-2/+2
2012-11-14[analyzer] Ensure that CmpRuns recursively walks the output directory.Anna Zaks1-39/+40
2012-11-02[analyzer] Test SimpleStream on the buildbot.Anna Zaks1-1/+1
2012-10-17[analyzer] CmpRuns: cleanup APIs, allow processing of plists with noAnna Zaks1-16/+20
2012-10-16[analyzer] Expose clang_version in CmpRunsAnna Zaks1-2/+3
2012-10-15[analyzer] CmpRuns - cleaned up the API, added relative path getterAnna Zaks1-19/+40
2012-09-10Add handy script for updating plist FileCheck expected output forTed Kremenek1-0/+51
2012-09-06[analyzer] testing: add a build mode to allow C++11 testing.Anna Zaks2-16/+22
2012-08-31Revert "[analyzer] Disable diagnostic checking on the buildbot."Jordan Rose1-8/+6
2012-08-30[analyzer] Disable diagnostic checking on the buildbot.Anna Zaks1-6/+8
2012-08-29[analyzer] Fixup 162863.Anna Zaks1-3/+0
2012-08-29[analyzer]Fix typo, unbreak static analyzer BuildBot (at leastAnna Zaks1-1/+4
2012-08-28Automatically use more cores when the test build uses 'make'.Ted Kremenek1-0/+29
2012-08-28Consolidate helper methods and configuration logic. No functionality change.Ted Kremenek1-34/+46
2012-08-28Pass --use-analyzer to scan-build when running within the test harness.Ted Kremenek1-4/+42
2012-08-28experimental.security.taint is now alpha.security.taintTed Kremenek1-1/+1
2012-08-27[analyzer] More internal stats collection.Anna Zaks1-4/+13
2012-08-24[analyzer] Ted fixed the plist-html issue, so the assert can go away.Anna Zaks1-3/+1
2012-08-17[analyzer] Unbreak the static analyzer buildbot.Anna Zaks1-1/+3
2012-08-02[analyzer] CmpRuns should include file name in the issue identifier.Anna Zaks1-17/+26
2012-07-26SATestBuild should not ask for non-existent checkers.Jordan Rose1-1/+1
2012-07-26Un-break standalone invocations of CmpRuns.py.Jordan Rose1-1/+1
2012-07-16[analyzer] Make CmpRuns external-user friendly.Anna Zaks2-45/+63
2012-07-05[analyzer] Add a statistic for maximum CFG size and a script to summarize ana...Anna Zaks1-0/+75
2012-06-08[analyzer] Use "issue hash" in CmpRuns; followup on r158180Anna Zaks1-3/+11