Top "Clang-complete" questions

Vim plugin that use clang for completing C/C++ code.

Where is libclang.so?

I am using linux mint an I have installed clang_complete using the makefile of Clang Complete. But it does …

vim clang libclang clang-complete
clang_complete in Vim

So after playing around with omnicpp, gccsense and clang_complete I couldn't get any of them to work. So I …

vim clang clang-complete
clang_complete: where is the libclang.{so,dylib} in OS X?

I looked in the usual places (/usr/lib/,/Developer/usr/lib/,/usr/local/lib), and it isn't there. If it …

vim clang clang-complete
C-family Semantic Autocompletion Plugins for Vim (C/C++ completion) using Clang (clang_complete, YouCompleteMe)

I am using 64-bit Vim on windows, this version by Haroogan: +python27 +python33 +huge I am trying to use clang_…

vim autocomplete clang clang-complete libclang
vim clang_complete "-- User defined completion (^U^N^P) Pattern not found"

I'm new to vim and I'm trying to get code completion to work. I'm using clang_complete and vim-cmake-project. I …

vim clang-complete
gccsense vs. clang_complete

I've been using omniCppComplete + ctags for a while, and want to make a further improvement on the code completion. According …

vim clang code-completion clang-complete