[cfe-commits] [PATCH] Updated python bindings

Tobias Grosser grosser at fim.uni-passau.de
Sat Feb 5 10:02:04 PST 2011


On 01/17/2011 06:38 PM, Douglas Gregor wrote:
>
> On Dec 28, 2010, at 10:02 PM, Tobias Grosser wrote:
>
>> Hi,
>>
>> here is a patchset that adds some missing functionality to the clang python bindings. It adds enough features to use it in clang_complete[1]
>> (vim autocompletion) for libclang based auto completion.
>>
>> I would like to commit those patches, and from now on work directly on the clang svn to improve those bindings. Any reviews are therefore highly appreciated.
>
> These look great to me, and I love that someone's pushing the Python bindings forward; please go ahead and commit!

Thanks. I finally got around to push those changes. They are committed 
in r124951 to 124959.

They still need some further work, e.g. diagnostics for completions, but 
they already work pretty well in clang_complete for vi.

If people use vi I propose to look at:
https://github.com/Rip-Rip/clang_complete

Cheers
Tobi



More information about the cfe-commits mailing list