]> granicus.if.org Git - clang/commit
Fix Casting
authorDavid Greene <greened@obbligato.org>
Tue, 15 Jan 2013 22:09:51 +0000 (22:09 +0000)
committerDavid Greene <greened@obbligato.org>
Tue, 15 Jan 2013 22:09:51 +0000 (22:09 +0000)
commit041e6aab2f48574009aebfb41ffcb74d00758a1f
tree163a0f2cb5c1315d1214487eb8495ed2405ff7d5
parent3cfa5324ef1c5f75fe5e142bef8050aaf2f03704
Fix Casting

Use const_cast<> to avoid a cast-away-const error.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@172565 91177308-0d34-0410-b5e6-96231b3b80d8
tools/libclang/IndexingContext.cpp