index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
utils
/
analyzer
/
SATestBuild.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
[analyzer] [tests] Remove empty folders in reference results, do not store di...
George Karpenkov
2017-10-30
1
-4
/
+12
*
[Analyzer] [Tests] Fixing typo from the previous commit.
George Karpenkov
2017-10-27
1
-1
/
+1
*
[Analyzer] [Tests] Dump the output of scan-build to stdout on failure.
George Karpenkov
2017-10-27
1
-5
/
+6
*
[Analyzer] [Tests] Write analyzers crashes to stdout, and not to a separate file
George Karpenkov
2017-10-26
1
-20
/
+12
*
[Analyzer] [Tests] Consistently use exit codes. Use code=42 to signify differ...
George Karpenkov
2017-10-26
1
-8
/
+11
*
[Analyzer] [Tests] Do not discard output from CmpRuns.py when running integra...
George Karpenkov
2017-10-25
1
-7
/
+1
*
[Analyzer] [Tests] Minor refactor of testing infrastructure:
George Karpenkov
2017-10-24
1
-115
/
+14
*
[Analyzer] [Tests] Remove temporary fields from generated reference results.
George Karpenkov
2017-10-24
1
-0
/
+8
*
[Analyzer] Fix bug in testing scripts, which always marked result as failure.
George Karpenkov
2017-10-24
1
-0
/
+1
*
[Analyzer] Remove dead code from testing scripts
George Karpenkov
2017-10-11
1
-53
/
+2
*
[Analyzer Tests] Run static analyzer integration tests until the end,
George Karpenkov
2017-10-05
1
-8
/
+20
*
[Analyzer] Make testing scripts flake8 compliant
George Karpenkov
2017-10-02
1
-162
/
+230
*
[Analyzer] Add nullability to the list of tested checkers in SATestBuild
George Karpenkov
2017-09-30
1
-1
/
+12
*
[Analyzer] Fix minor errors in python scripts.
George Karpenkov
2017-09-22
1
-1
/
+0
*
[Analyzer] Refactor analyzer testing scripts.
George Karpenkov
2017-09-22
1
-86
/
+74
*
[Analyzer] Use CC environment variable to select analyzer path in SATestBuild.
George Karpenkov
2017-09-21
1
-1
/
+4
*
[analyzer] SATestBuild.py: Treat '#' as comment in projectMap.csv
Devin Coughlin
2016-09-19
1
-0
/
+8
*
[analyzer] SATestBuild.py: Remove html and log when producing reference results.
Devin Coughlin
2016-01-23
1
-7
/
+29
*
[analyzer] SATestBuild.py: Handle spaces in path passed to --use-analyzer.
Devin Coughlin
2016-01-22
1
-2
/
+2
*
[analyzer] Update SATestBuild.py to handle spaces in paths.
Devin Coughlin
2016-01-22
1
-10
/
+10
*
[analyzer] Update SATestBuild.py to enable a 'download and patch' model for p...
Devin Coughlin
2015-11-07
1
-12
/
+87
*
[analyzer] SATestBuild.py: Move additional checkers logic so SATestAdd.py can...
Devin Coughlin
2015-09-16
1
-4
/
+6
*
[analyzer] Update SATestBuild.py to set -isysroot for preprocessed files
Devin Coughlin
2015-09-14
1
-2
/
+19
*
[analyzer] Apply whitespace cleanups by Honggyu Kim.
Ted Kremenek
2015-09-08
1
-113
/
+113
*
[Static Analyzer] Made it easier to test new checkers using the test suite.
Gabor Horvath
2015-08-20
1
-0
/
+7
*
[Static Analyzer] Make the paths relative from the project root when generati...
Gabor Horvath
2015-07-08
1
-1
/
+14
*
[Static Analyzer] No longer include the full path of the source file in the s...
Gabor Horvath
2015-07-02
1
-1
/
+1
*
[Static Analyzer] Minor improvements to SATest.
Gabor Horvath
2015-06-30
1
-19
/
+40
*
[analyzer] Rename NewDeleteLeaks checker in the test script.
Anna Zaks
2014-10-31
1
-1
/
+1
*
Correct hyphenations in comments and assert messages
Alp Toker
2013-12-05
1
-2
/
+2
*
[analyzer] SATestBuild: strip trailing newlines from command file.
Jordan Rose
2013-09-06
1
-0
/
+1
*
[analyzer] SATestBuild: Don't require reference results to have logs.
Jordan Rose
2013-06-10
1
-2
/
+4
*
[analyzer] Always use ccc-analyzer when running scan-build on buildbot
Anna Zaks
2013-05-31
1
-0
/
+3
*
[analyzer] Re-enable cplusplus.NewDelete (but not NewDeleteLeaks).
Jordan Rose
2013-04-05
1
-2
/
+3
*
[analyzer] Moving cplusplus.NewDelete to alpha.* for now.
Anton Yartsev
2013-04-02
1
-1
/
+1
*
[analyzer] Adds cplusplus.NewDelete checker that check for memory leaks, doub...
Anton Yartsev
2013-03-25
1
-1
/
+1
*
scan-build: Add a --keep-empty option for better testing.
Jordan Rose
2013-01-24
1
-0
/
+1
*
[analyzer] SATestBuild.py: allow make builds to disable parallelization
Jordan Rose
2012-11-26
1
-1
/
+2
*
[analyzer] SATestBuild.py: fix broken string concatenation
Jordan Rose
2012-11-16
1
-2
/
+2
*
[analyzer] SATestBuild.py: correctly add -j option for projects using make.
Jordan Rose
2012-11-15
1
-2
/
+2
*
[analyzer] Test SimpleStream on the buildbot.
Anna Zaks
2012-11-02
1
-1
/
+1
*
[analyzer] testing: add a build mode to allow C++11 testing.
Anna Zaks
2012-09-06
1
-8
/
+12
*
Revert "[analyzer] Disable diagnostic checking on the buildbot."
Jordan Rose
2012-08-31
1
-8
/
+6
*
[analyzer] Disable diagnostic checking on the buildbot.
Anna Zaks
2012-08-30
1
-6
/
+8
*
[analyzer] Fixup 162863.
Anna Zaks
2012-08-29
1
-3
/
+0
*
[analyzer]Fix typo, unbreak static analyzer BuildBot (at least
Anna Zaks
2012-08-29
1
-1
/
+4
*
Automatically use more cores when the test build uses 'make'.
Ted Kremenek
2012-08-28
1
-0
/
+29
*
Consolidate helper methods and configuration logic. No functionality change.
Ted Kremenek
2012-08-28
1
-34
/
+46
*
Pass --use-analyzer to scan-build when running within the test harness.
Ted Kremenek
2012-08-28
1
-4
/
+42
*
experimental.security.taint is now alpha.security.taint
Ted Kremenek
2012-08-28
1
-1
/
+1
[next]