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 > [email protected] > http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
