]> granicus.if.org Git - clang/commit
Added clang_getCursorReferenceNameRange to libclang to to retrieve parts of
authorDouglas Gregor <dgregor@apple.com>
Mon, 25 Jul 2011 17:48:11 +0000 (17:48 +0000)
committerDouglas Gregor <dgregor@apple.com>
Mon, 25 Jul 2011 17:48:11 +0000 (17:48 +0000)
commit430d7a1a621a126a9ffe442ad8987ba02b46dae9
treefc173c19c8ae7645057202cb5580bd416dbb80b4
parentedc3dccece244a584f8ebdb81da6c962c08e79be
Added clang_getCursorReferenceNameRange to libclang to to retrieve parts of
a cursor reference, from Erik Verbruggen!

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@135920 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang-c/Index.h
lib/Sema/SemaCodeComplete.cpp
test/Index/blocks.c
test/Index/cursor-ref-names.cpp [new file with mode: 0644]
test/Index/index-templates.cpp
test/Index/recursive-cxx-member-calls.cpp
test/Index/recursive-member-access.c
tools/c-index-test/c-index-test.c
tools/libclang/CIndex.cpp
tools/libclang/libclang.darwin.exports
tools/libclang/libclang.exports