[cfe-commits] [patch] abstract classes and type of this pointer

Paolo Capriotti p.capriotti at gmail.com
Sun Jan 8 12:02:27 PST 2012


Hi all,
I'd like to submit the following patches for libclang:

abstract-classes.patch: add clang_isAbstractClassCursor function to
check whether a class is abstract
this-type.patch: add clang_getCursorThisType function that returns the
type of the "this" pointer for C++ methods.

BR,
Paolo
-------------- next part --------------
A non-text attachment was scrubbed...
Name: abstract-classes.patch
Type: text/x-patch
Size: 1209 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20120108/7a5415f7/attachment.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: this-type.patch
Type: text/x-patch
Size: 1644 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20120108/7a5415f7/attachment-0001.bin>


More information about the cfe-commits mailing list