]> granicus.if.org Git - clang/commit
Teach libclang how to visit the children of a C++ base-class specifier
authorDouglas Gregor <dgregor@apple.com>
Wed, 2 Mar 2011 19:17:03 +0000 (19:17 +0000)
committerDouglas Gregor <dgregor@apple.com>
Wed, 2 Mar 2011 19:17:03 +0000 (19:17 +0000)
commitc314aa484524c6a310a51e7b83bc194774e95e90
treeaa75a67a9e4ecb3985bc43d16a15743f5f2ac388
parent810b07ccf7b19f532402d24064df543bb0518acd
Teach libclang how to visit the children of a C++ base-class specifier
(i.e., the TypeLoc describing the base class type).

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@126861 91177308-0d34-0410-b5e6-96231b3b80d8
test/Index/annotate-nested-name-specifier.cpp
tools/libclang/CIndex.cpp