This is an archive of the discontinued LLVM Phabricator instance.

[analyzer] SATestBuild.py: Move additional checkers logic so SATestAdd.py can use it as well.
ClosedPublic

Authored by dcoughlin on Sep 15 2015, 5:00 PM.

Details

Summary

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.

Diff Detail

Repository
rL LLVM

Event Timeline

dcoughlin updated this revision to Diff 34853.Sep 15 2015, 5:00 PM
dcoughlin retitled this revision from to [analyzer] SATestBuild.py: Move additional checkers logic so SATestAdd.py can use it as well..
dcoughlin updated this object.
dcoughlin added reviewers: xazax.hun, zaks.anna.
dcoughlin added a subscriber: cfe-commits.
zaks.anna accepted this revision.Sep 15 2015, 5:48 PM
zaks.anna edited edge metadata.
This revision is now accepted and ready to land.Sep 15 2015, 5:48 PM
This revision was automatically updated to reflect the committed changes.