[cfe-commits] [PATCH] libclang support for CompilationDatabase + python binding

Arnaud de Grandmaison arnaud.allarddegrandmaison at parrot.com
Fri Jun 22 05:48:43 PDT 2012


Attached are 2 patches :
 - 0001-cindex-cdb.patch : adds support for CompilationDatabase to libclang
 - 0002-cindex-cdb-python.patch : teaches the python binding to use the
functionality added by the first patch

Those 2 patches have already been reviewed by Manuel Klimek and Gregory
Szorc, for the C / C++ / python parts.

The only point left is regarding the location of the code, as the first
patch adds some functionality which is orthogonal to cindex. Should it
live within cindex (as it is in the patch) or should we separate it ?
Can someone knowledgeable with the libclang requirements have a look at it ?

Cheers,

-- 
Arnaud de Grandmaison

-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-cindex-cdb.patch
Type: text/x-patch
Size: 13661 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20120622/66201abe/attachment.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0002-cindex-cdb-python.patch
Type: text/x-patch
Size: 10635 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20120622/66201abe/attachment-0001.bin>


More information about the cfe-commits mailing list