]> granicus.if.org Git - clang/commit
Fix Const Cast
authorDavid Greene <greened@obbligato.org>
Tue, 15 Jan 2013 22:09:41 +0000 (22:09 +0000)
committerDavid Greene <greened@obbligato.org>
Tue, 15 Jan 2013 22:09:41 +0000 (22:09 +0000)
commit5ba58a1b3cbe79497380e7ccecbe45c8bdd498c1
treec383d75f7db1f0cbab90345a410935639cbc2187
parent3f7b3a754e9698d613672dd1f7af3ccd1b42470a
Fix Const Cast

Do proper casting to avoid a cast-away-const error.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@172559 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CodeGenModule.cpp