[cfe-commits] [patch] Add access specifier declarations to libclang

Paolo Capriotti p.capriotti at gmail.com
Thu Sep 22 13:42:19 PDT 2011


Hi all,
the attached patch adds a new CXCursor_AccessSpecifier cursor kind and
modifies the existing clang_getCXXAccessSpecifier function to work on
those cursors as well as base class specifiers.

Are these kinds of extensions to the libclang API welcome? I think
I'll have a few other similar patches coming up in the future, since
for my project I need to access some AST nodes which are currently
unexposed.

BR,
Paolo
-------------- next part --------------
A non-text attachment was scrubbed...
Name: access-spec.patch
Type: text/x-patch
Size: 11524 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20110922/72c10f22/attachment.bin>


More information about the cfe-commits mailing list