[cfe-dev] python bindings

Dmitri Gribenko gribozavr at gmail.com
Fri Feb 22 13:24:48 PST 2013


On Fri, Feb 22, 2013 at 11:18 PM, Sam Price <thesamprice at gmail.com> wrote:
> How do I send these patches back your way when I'm done.

Just send a patch to cfe-commits list for review.  Develop your patch
on the latest trunk.

> I want to add member offset, and expose the comment extractor also.

There's a review thread about the former [1] (if I understood your
intent correctly).  I don't know if Loïc wants to continue to work on
that patch, though.

[1] http://lists.cs.uiuc.edu/pipermail/cfe-commits/Week-of-Mon-20130211/073932.html

Could you explain the "comment extractor" part?  There are APIs in
libclang to extract documentation comments.  Is there anything missing?

Dmitri

-- 
main(i,j){for(i=2;;i++){for(j=2;j<i;j++){if(!(i%j)){j=0;break;}}if
(j){printf("%d\n",i);}}} /*Dmitri Gribenko <gribozavr at gmail.com>*/




More information about the cfe-dev mailing list