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

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

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