[cfe-commits] [PATCH] libclang clang_Cursor_isNull

Timothy J Fontaine tjfontaine at gmail.com
Fri Jan 27 08:17:51 PST 2012


clang_Cursor_isNull is not marked with CINDEX_LINKAGE which means the
method isn't available on windows platform. As far as I can tell there
is no particular reason it's meant to be excluded. Attached is the
trivial fix.

tjfontaine
-------------- next part --------------
A non-text attachment was scrubbed...
Name: clang_Cursor_isNull.diff
Type: application/octet-stream
Size: 420 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20120127/f335e748/attachment.obj>


More information about the cfe-commits mailing list