]> granicus.if.org Git - clang/commit
Add a libclang cursor kind, visitation support and USR support for C++
authorDouglas Gregor <dgregor@apple.com>
Tue, 31 Aug 2010 19:02:00 +0000 (19:02 +0000)
committerDouglas Gregor <dgregor@apple.com>
Tue, 31 Aug 2010 19:02:00 +0000 (19:02 +0000)
commit39d6f07b056c31e1e6b5946165ed4b23e7887f22
tree6555a810b2490d910ed0029aa183a65e11fa8211
parent4e0cfa8eacf76f203d6ee6ce164162ccd4275ccd
Add a libclang cursor kind, visitation support and USR support for C++
class templates.

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