]> granicus.if.org Git - clang/commit
Turn on 'RegionStore' as the default store manager both for 'clang --analyze' and...
authorTed Kremenek <kremenek@apple.com>
Fri, 25 Sep 2009 05:55:59 +0000 (05:55 +0000)
committerTed Kremenek <kremenek@apple.com>
Fri, 25 Sep 2009 05:55:59 +0000 (05:55 +0000)
commitb8bb3e797c5687715c6d9d960ee573e4d0e62230
tree12c9634da1c11a3986c3b929798c979bf3b1754b
parent9773f6065b7bc0561430bba1bfb64db2cd7bee7e
Turn on 'RegionStore' as the default store manager both for 'clang --analyze' and 'scan-build'.  Leave 'BasicStore' as the default store manager in 'clang-cc'.  While there are still known warts with RegionStore, it's ready to be tested by general users.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@82752 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Driver/Tools.cpp
utils/ccc-analyzer
utils/scan-build