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

Loïc Jaquemet loic.jaquemet at gmail.com
Fri Sep 27 22:03:36 PDT 2013


* 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.

-- 
Loïc Jaquemet




More information about the cfe-commits mailing list