[PATCH] libclang: python API update+unittest: Type.spelling, Cursor.raw_comment, Cursor.brief_comment

Argyrios Kyrtzidis akyrtzi at gmail.com
Thu Oct 3 09:23:33 PDT 2013


Committed in r191907, thanks!

On Sep 28, 2013, at 12:06 AM, Loïc Jaquemet <loic.jaquemet at gmail.com> wrote:

> sorry.
> 
> 
> 2013/9/28 Dmitri Gribenko <gribozavr at gmail.com>:
>> On Fri, Sep 27, 2013 at 10:03 PM, Loïc Jaquemet <loic.jaquemet at gmail.com> wrote:
>>> * add a property to Type: spelling -> clang_getTypeSpelling
>>> * add a property brief_comment to Cursor -> clang_Cursor_getBriefCommentText
>>> * add a property raw_comment to Cursor -> clang_Cursor_getRawCommentText
>>> 
>>> With python unittests.
>> 
>> Hi Loïc,
>> 
>> No patch attached.
>> 
>> 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>*/
> 
> 
> 
> -- 
> Loïc Jaquemet
> <python-TypeSpelling-CursorRaw+BriefComment>





More information about the cfe-commits mailing list