[PATCH] libclang: Add clang_Cursor_isImplicit
Matt Stevens
matt at alloysoft.com
Thu Jun 12 21:37:51 PDT 2014
This enables identification of implicit declarations exposed by libclang through the cursor interface, such as the method declarations for an Objective-C property. This is useful for tools that wish to ignore implicit declarations or observe their implicit status (e.g., to identify conversion from explicit accessors to an @property declaration between two versions of a translation unit).
The required minor version bump is excluded from the patch to avoid potential merge conflicts.
Matt
-------------- next part --------------
A non-text attachment was scrubbed...
Name: libclang_isimplicit.patch
Type: application/octet-stream
Size: 13544 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20140612/b68d14d5/attachment.obj>
More information about the cfe-commits
mailing list