[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)
commit9aa99802172234d1f21d7c30c59d96cbaf6d3cfa
tree584470019a33a34b77c1d7b5d2b3f2868c727c54
parent7bb26114006b4252089d33156b2d3f6bb8f0375b
[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.

llvm-svn: 165078
clang/include/clang/StaticAnalyzer/Core/PathSensitive/Store.h
clang/lib/StaticAnalyzer/Core/RegionStore.cpp
clang/lib/StaticAnalyzer/Core/Store.cpp