]> granicus.if.org Git - clang/commit
Extend libclang with a new cursor kind that indicates a reference to a
authorDouglas Gregor <dgregor@apple.com>
Tue, 31 Aug 2010 20:37:03 +0000 (20:37 +0000)
committerDouglas Gregor <dgregor@apple.com>
Tue, 31 Aug 2010 20:37:03 +0000 (20:37 +0000)
commit0b36e614aa19df72885d5e0de996f7fbb9874ec3
tree99e21755083d58764ddc83d5d689be7a9bbc1cbd
parent74dbe640021d96a8dbb85c592471c04449ade81c
Extend libclang with a new cursor kind that indicates a reference to a
template. Such cursors occur, for example, in template specialization
types such as vector<int>. Note that we do not handle the
super-interesting case where the template name is unresolved, e.g.,
within a template.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@112636 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang-c/Index.h
test/Index/index-templates.cpp
tools/libclang/CIndex.cpp
tools/libclang/CXCursor.cpp
tools/libclang/CXCursor.h