[cfe-commits] [PATCH] [cindex.py] Allow to configure the path of libclang
Tobias Grosser
tobias at grosser.es
Fri Aug 31 04:18:13 PDT 2012
Hi,
I would like to commit the following patch:
---------------------------------------------------------------------
[cindex.py] Allow to configure the path of libclang
By calling cindex.Config.set_library_path(path) or
cindex.Config.set_library_file(file) it is possible to specify from
where we load libclang. This fixes an open FIXME.
---
bindings/python/clang/cindex.py | 315
+++++++++++++++++++++++----------------
1 file changed, 183 insertions(+), 132 deletions(-)
---------------------------------------------------------------------
Any comments or concerns?
Tobi
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-cindex.py-Allow-to-configure-the-path-of-libclang.patch
Type: text/x-patch
Size: 37718 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20120831/38ec91cf/attachment.bin>
More information about the cfe-commits
mailing list