[cfe-commits] r163057 - /cfe/trunk/bindings/python/clang/cindex.py

Sean Silva silvas at purdue.edu
Mon Sep 3 18:44:06 PDT 2012


I just meant for registering everything properly into ctypes. I.e.
primarily function names and argument types.

The biggest problem I see is the issue of bootstrapping.

--Sean Silva

On Mon, Sep 3, 2012 at 4:58 AM, Tobias Grosser
<grosser at fim.uni-passau.de> wrote:
> On 09/01/2012 04:19 PM, Sean Silva wrote:
>>
>> I would be nifty if we could generate all of these directly from
>> Index.h using cindex.py itself!
>
>
> Hi Sean,
>
> are you stating you want to generate the entire cindex.py automatically?
> Or just the table with the method signatures?
>
> I am honestly a little afraid of generating all automatically. This
> seems to increase the complexity of the python bindings significantly.
> Also, I am not sure how easy we could do performance tuning on such an
> automatically generated code or how we could add proper error reporting.
>
> Cheers
> Tobi
>
>



More information about the cfe-commits mailing list