]> granicus.if.org Git - clang/commit
[libclang] Fixup the cursor spelling range for C++ destructors, operator overloads...
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>
Tue, 26 Aug 2014 20:23:26 +0000 (20:23 +0000)
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>
Tue, 26 Aug 2014 20:23:26 +0000 (20:23 +0000)
commitbf2ef3e35ef14584ba3444ec49e0d58e0fdc5a0a
tree352c4f5f33f775195779811cd6d359df0ecd7122
parent73945fa57a8c9ae296c7bbd4a91348fd6c0ad07f
[libclang] Fixup the cursor spelling range for C++ destructors, operator overloads, and conversion functions.

Patch by Craig Tenenbaum!

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@216480 91177308-0d34-0410-b5e6-96231b3b80d8
test/Index/get-cursor.cpp
tools/libclang/CIndex.cpp