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

Argyrios Kyrtzidis kyrtzidis at apple.com
Tue Sep 27 11:12:03 PDT 2011


Looks good, with a minor nitpick. Please rename it to CXCursor_CXXAccessSpecifier, to avoid confusion with the objective-c one.

On Sep 22, 2011, at 1:42 PM, Paolo Capriotti wrote:

> 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
> <access-spec.patch>_______________________________________________
> cfe-commits mailing list
> cfe-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits




More information about the cfe-commits mailing list