]> granicus.if.org Git - clang/commit
Use static_cast<> instead of cast<> in Decl::Destroy(). Suggestion by Argiris
authorSam Bishop <sam@bishop.dhs.org>
Sun, 13 Apr 2008 04:32:18 +0000 (04:32 +0000)
committerSam Bishop <sam@bishop.dhs.org>
Sun, 13 Apr 2008 04:32:18 +0000 (04:32 +0000)
commit1b30cb27f894687c6021e7331265ae21aeb57d3f
tree269be1a3272c34d64542b70252b02ca5c4917946
parent9e979557eea3875c9e3d100c68188233dd7f46c0
Use static_cast<> instead of cast<> in Decl::Destroy().  Suggestion by Argiris
Kirtzidis!

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@49603 91177308-0d34-0410-b5e6-96231b3b80d8
lib/AST/Decl.cpp