]> granicus.if.org Git - clang/commit
Fix Cast
authorDavid Greene <greened@obbligato.org>
Tue, 15 Jan 2013 22:09:40 +0000 (22:09 +0000)
committerDavid Greene <greened@obbligato.org>
Tue, 15 Jan 2013 22:09:40 +0000 (22:09 +0000)
commit3f7b3a754e9698d613672dd1f7af3ccd1b42470a
tree2f0763f20216019ecc33a65ff9cdf080d92167a6
parentc23e69d761e369bb7ffeef52926ab0442c41670f
Fix Cast

Avoid a cast-away-const error by properly using const_cast<>.

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