]> granicus.if.org Git - clang/commit
Add libclang support for class template partial specializations,
authorDouglas Gregor <dgregor@apple.com>
Tue, 31 Aug 2010 19:31:58 +0000 (19:31 +0000)
committerDouglas Gregor <dgregor@apple.com>
Tue, 31 Aug 2010 19:31:58 +0000 (19:31 +0000)
commit74dbe640021d96a8dbb85c592471c04449ade81c
tree68bdb63b162241870691029b57e8bf073b876f18
parent39d6f07b056c31e1e6b5946165ed4b23e7887f22
Add libclang support for class template partial specializations,
including a cursor kind, visitation, and USRs.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@112629 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