[cfe-commits] [PATCH 08/15] Fix Casting

David Greene dag at cray.com
Thu Jan 10 11:12:28 PST 2013


Use const_cast<> to avoid a cast-away-const error.
---
 llvm/tools/clang/tools/libclang/CIndex.cpp |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0008-Fix-Casting.patch
Type: text/x-patch
Size: 1451 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20130110/4c798079/attachment.bin>


More information about the cfe-commits mailing list