[cfe-commits] [PATCH] Implement Cursor.underlying_typedef_type
Tobias Grosser
tobias at grosser.es
Sun Feb 5 03:50:14 PST 2012
On 02/05/2012 06:19 AM, Gregory Szorc wrote:
> --
> bindings/python/clang/cindex.py | 18 ++++++++++++++++++
> bindings/python/tests/cindex/test_cursor.py | 15 +++++++++++++++
> 2 files changed, 33 insertions(+), 0 deletions(-)
Looks good except:
> + Returns a Type for the typedef this cursor is a declaration for. If
>> type <<
Trivial change applied and committed in 149829.
Tobi
More information about the cfe-commits
mailing list