]> granicus.if.org Git - clang/commit
[analyzer] SATestBuild.py: Use driver for analyzing single-file tests.
authorArtem Dergachev <artem.dergachev@gmail.com>
Wed, 29 May 2019 18:49:31 +0000 (18:49 +0000)
committerArtem Dergachev <artem.dergachev@gmail.com>
Wed, 29 May 2019 18:49:31 +0000 (18:49 +0000)
commitdf36e33d6e41fc2bbf8b02661efa4e3ebb06a9bd
treeafda8b2e39b48a272db22f66e22c2be1c0dd4ffe
parent66328ff8269bbb90a63fb039783c697308efe04c
[analyzer] SATestBuild.py: Use driver for analyzing single-file tests.

Don't bother coming up with a -cc1 run-line ourselves.

This, in particular, gets rid of a macOS-specific code path.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@362009 91177308-0d34-0410-b5e6-96231b3b80d8
utils/analyzer/SATestBuild.py
utils/analyzer/SATestUtils.py