]> granicus.if.org Git - clang/commit
Added --status-bugs option to scan-build. By default, the exit status of
authorTed Kremenek <kremenek@apple.com>
Tue, 15 Jul 2008 22:03:09 +0000 (22:03 +0000)
committerTed Kremenek <kremenek@apple.com>
Tue, 15 Jul 2008 22:03:09 +0000 (22:03 +0000)
commit363dc3f40ffc4cc71fb3a04087cf627aeb6918d4
tree684a77ad2bccb386428ebf82c2679edf82e4bbca
parent20161e9ed795fa7ff2f7855324aa836a927fb0f5
Added --status-bugs option to scan-build. By default, the exit status of
scan-build is the same as the exit status of the executed build command. With
this option, the exit status of scan-build is 1 if the analyzer flagged any
bugs, and 0 otherwise.

This addresses: <rdar://problem/6075320>

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@53642 91177308-0d34-0410-b5e6-96231b3b80d8
utils/scan-build