]> granicus.if.org Git - clang/commit
[libclang] Have clang_getCXXAccessSpecifier() also return the access control of a...
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>
Thu, 11 Apr 2013 17:02:10 +0000 (17:02 +0000)
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>
Thu, 11 Apr 2013 17:02:10 +0000 (17:02 +0000)
commit04b6748ee90649069ee79464317ae6cd6aca317d
treeb60c695cbcaf69bb02bb30c91bdfc15a1ed25167
parent1407bee187d7b964d5293ac8bf4f7a490c78cec6
[libclang] Have clang_getCXXAccessSpecifier() also return the access control of a C++ declaration within its parent scope.

Suggested by Stefan Seefeld.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@179297 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang-c/Index.h
test/Index/load-classes.cpp
tools/c-index-test/c-index-test.c
tools/libclang/CIndexCXX.cpp