[LLVMdev] Vim auto completion

Dan Gohman gohman at apple.com
Thu Oct 21 15:29:40 PDT 2010


On Oct 21, 2010, at 2:11 PM, Tobias Grosser wrote:

> Hi,
> 
> I have been watching the vim/clang autocompletion in utils/vim/vimrc for a while. What is the status of this work? The last information I got is, that there where still some patches missing, but this was before the clang-2.8.
> Any updates? Is it supposed to work with clang-2.8?


It requires a clang patch, which I hadn't submitted yet. I've sent out the
requisite clang patch to cfe-commits now (support auto-completion on stdin).

There's room for improvement in the vimrc file, in particular in the way
overloaded functions are handled, but it's pretty usable already.

Dan





More information about the llvm-dev mailing list