]> granicus.if.org Git - clang/commit
libclang indexing support for C++ constructors, destructors, and
authorDouglas Gregor <dgregor@apple.com>
Tue, 31 Aug 2010 14:41:23 +0000 (14:41 +0000)
committerDouglas Gregor <dgregor@apple.com>
Tue, 31 Aug 2010 14:41:23 +0000 (14:41 +0000)
commit01829d3afafdfd355cbe93537bc408aeeed964c6
treef448435bbcf07157a19c8b591dc5010d6cedb72c
parent8fb280cbbc8348d4d38f6ed7fa68bb04326814fb
libclang indexing support for C++ constructors, destructors, and
conversion functions. This introduces new cursor kinds for these three
C++ entities, and reworks visitation of function declarations so that
we get type-source information for the names.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@112600 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang-c/Index.h
test/Index/load-classes.cpp [new file with mode: 0644]
tools/libclang/CIndex.cpp
tools/libclang/CXCursor.cpp