summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/Utility/StopInfoMachException.cpp
diff options
context:
space:
mode:
authorJordan Rose <jordan_rose@apple.com>2013-02-15 01:23:24 +0000
committerJordan Rose <jordan_rose@apple.com>2013-02-15 01:23:24 +0000
commit5bc0dd79e148171ab054d134189bb9cb37147fec (patch)
treee989f8d3a7d9fa16e57a37aaed7ba553751dd3dc /lldb/source/Plugins/Process/Utility/StopInfoMachException.cpp
parentf7d8d767fbbcd0d52644bdf4307c27a392855bf2 (diff)
downloadbcm5719-llvm-5bc0dd79e148171ab054d134189bb9cb37147fec.tar.gz
bcm5719-llvm-5bc0dd79e148171ab054d134189bb9cb37147fec.zip
[analyzer] Don't assert when mixing reinterpret_cast and derived-to-base casts.
This just adds a very simple check that if a DerivedToBase CastExpr is operating on a value with known C++ object type, and that type is not the base type specified in the AST, then the cast is invalid and we should return UnknownVal. In the future, perhaps we can have a checker that specifies that this is illegal, but we still shouldn't assert even if the user turns that checker off. PR14872 llvm-svn: 175239
Diffstat (limited to 'lldb/source/Plugins/Process/Utility/StopInfoMachException.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud