]> granicus.if.org Git - clang/commit
[analyzer][scan-build] Non-existing directory for scan-build output.
authorAnton Yartsev <anton.yartsev@gmail.com>
Sun, 21 Feb 2016 17:04:26 +0000 (17:04 +0000)
committerAnton Yartsev <anton.yartsev@gmail.com>
Sun, 21 Feb 2016 17:04:26 +0000 (17:04 +0000)
commit8f351cf9bd30e6c8bc2577ff85410ed557ca1b51
treea44349af57c5d578f9a5cb165a6d1efc8aae8189
parentb9019e85ee592ec6f023093f43a1bcdf34dfa691
[analyzer][scan-build] Non-existing directory for scan-build output.

Makes scan-build successfully accept non-existing output directories provided via "-o" option. The directory is created in this case. This behavior is conforming to the old perl scan-build implementation.
(http://reviews.llvm.org/D17091)

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@261480 91177308-0d34-0410-b5e6-96231b3b80d8
tools/scan-build-py/libscanbuild/report.py