]> granicus.if.org Git - clang/commit
libclang: remove reinterpret_casts by using SourceLocation::getFromPtrEncoding
authorDmitri Gribenko <gribozavr@gmail.com>
Thu, 14 Feb 2013 20:07:36 +0000 (20:07 +0000)
committerDmitri Gribenko <gribozavr@gmail.com>
Thu, 14 Feb 2013 20:07:36 +0000 (20:07 +0000)
commit62d0f569360a664018316e4a21a4e960560b271d
treee97680dd3f5e2ab03480bee0866fa5e6a19d334c
parent26202291b161f8598c0c342cba12c6552e44d44c
libclang: remove reinterpret_casts by using SourceLocation::getFromPtrEncoding
directly instead of casting a pointer to an integer

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