]> granicus.if.org Git - clang/commit
Implement CXCursor support for walking C++ base specifiers. This includes adding...
authorTed Kremenek <kremenek@apple.com>
Fri, 27 Aug 2010 21:34:58 +0000 (21:34 +0000)
committerTed Kremenek <kremenek@apple.com>
Fri, 27 Aug 2010 21:34:58 +0000 (21:34 +0000)
commit3064ef9e604d19a0cfd0d8e3ed3055bfd83f88fd
tree021ded705dcf7016038e6878a12755cf40647363
parentad72f4dad4cf0fd2b71eb8f4704d2fe7ac58fb44
Implement CXCursor support for walking C++ base specifiers.  This includes adding the API hooks clang_isVirtualBase() and clang_getCXXAccessSpecifier() to query properties of the base specifier.

Implements <rdar://problem/8274883>.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@112296 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang-c/Index.h
test/Index/load-stmts.cpp
tools/c-index-test/c-index-test.c
tools/libclang/CIndex.cpp
tools/libclang/CMakeLists.txt
tools/libclang/CXCursor.cpp
tools/libclang/CXCursor.h
tools/libclang/libclang.darwin.exports
tools/libclang/libclang.exports