]> granicus.if.org Git - clang/commit
[analyzer] Push evalDynamicCast and evalDerivedToBase up to Store.
authorJordan Rose <jordan_rose@apple.com>
Wed, 3 Oct 2012 01:08:32 +0000 (01:08 +0000)
committerJordan Rose <jordan_rose@apple.com>
Wed, 3 Oct 2012 01:08:32 +0000 (01:08 +0000)
commitaa66b08d2d8bbf05bae8c68f58724f754ab57b35
tree8125fc2db04f5fa4357f60182dd91bd5ed1ddf99
parent041ce8e00afd1185549a25d5c2b97d219ae032d9
[analyzer] Push evalDynamicCast and evalDerivedToBase up to Store.

These functions are store-agnostic, and would benefit from information in
DynamicTypeInfo but gain nothing from the store type.

No intended functionality change.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@165078 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/StaticAnalyzer/Core/PathSensitive/Store.h
lib/StaticAnalyzer/Core/RegionStore.cpp
lib/StaticAnalyzer/Core/Store.cpp