[cfe-commits] [PATCH] [cindex.py] Do not fail when registering non-existing functions

Tobias Grosser tobias at grosser.es
Fri Aug 24 06:17:19 PDT 2012


On 08/24/2012 03:15 PM, Tobias Grosser wrote:
> To allow the use of the python bindings with older versions of libclang, we do
> not fail when trying to register non-existing libclang functions. This allows
> users to always use the newest python bindings even with older libclang.so
> versions. Users will only get an error if they actually use unsupported
> features. Features that already exist in older libclang.so versions can
> can be used without problems. This means that even if we use an older
> libclang.so installations, we can still take advantage of (performance)
> improvements in the python bindings.

And here again as attachment.

Tobi

-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-cindex.py-Do-not-fail-when-registering-non-existing-.patch
Type: text/x-patch
Size: 29142 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20120824/531d0ea5/attachment.bin>


More information about the cfe-commits mailing list