| commit | f3695c87cd17d4e108c668c6759523aa80abcbc4 | [log] [tgz] |
|---|---|---|
| author | Devin Coughlin <dcoughlin@apple.com> | Wed Sep 16 01:52:32 2015 +0000 |
| committer | Devin Coughlin <dcoughlin@apple.com> | Wed Sep 16 01:52:32 2015 +0000 |
| tree | be9572b71003b4e2e6f522f76c7641cb0a0a9afb | |
| parent | 3ca7a3eb414d18f748255b532c6b399b12949541 [diff] |
[analyzer] SATestBuild.py: Move additional checkers logic so SATestAdd.py can use it as well. Move the logic looking for additional checkers in the SA_ADDITIONAL_CHECKERS environmental variable from SATestBuild's main() to runScanBuild(). This allows SATestAdd.py to use the variable as well. Without it, we won't include additional checkers when building reference results for the build bot. Differential Revision: http://reviews.llvm.org/D12891 llvm-svn: 247767