Change a couple of cast<> to reinterpret_cast<>.
commit3cbc064cf343c2151488b7822430ed327ade176e
authorArgiris Kirtzidis <akyrtzi@gmail.com>
Sun, 19 Oct 2008 12:05:48 +0000 (19 12:05 +0000)
committerArgiris Kirtzidis <akyrtzi@gmail.com>
Sun, 19 Oct 2008 12:05:48 +0000 (19 12:05 +0000)
tree2afebcc22e871a0fdffd931e24aa94231865ba37
parent8307553aa840319f1f44812f292cae3aafc8db6b
Change a couple of cast<> to reinterpret_cast<>.
The casts<> require that "Decl.h" is included before "Type.h", use reinterpret_cast<> to remove that kind of dependency.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@57781 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/Type.h