]> granicus.if.org Git - clang/commit
Don't assert on C++ casts that are currently not handled by the static analyzer.
authorTed Kremenek <kremenek@apple.com>
Tue, 22 Jun 2010 19:05:10 +0000 (19:05 +0000)
committerTed Kremenek <kremenek@apple.com>
Tue, 22 Jun 2010 19:05:10 +0000 (19:05 +0000)
commit8ad9cbc518a603176462f1fa1efe389023590082
treeb33c3ab6b1c45294eaf3de3cf30078a353e2548f
parent08fd376c6c0fc62b9e199f5e93d8667f1534c47c
Don't assert on C++ casts that are currently not handled by the static analyzer.
Instead, halt the analysis of the current path, which is what we do in GRExprEngine::ProcessStmt
for all other C++ constructs not currently handled by the analyzer.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@106561 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Checker/GRExprEngine.cpp