You are not logged in.
I'm going to switch from neocomlete+clang to youcompleteme, but I don't understand how to get clang_complete behavior, when, for example with include <stdio.h> print<c-x><c-o> shows all possible functions etc. But every confs what I find don't get me it. It does not complete smth at all, except #include <blabla.h> Does clang can complete automaticly smth like sizeof/printf(from includes) while I type?
Neocomplete now don't compatible with clang now, unfortunately.
I compile it with ./install.sh --clang-completer --system-libclang, except it didn't work with clang.
llvm/clang 3.3-1
gvim 7.4.16-2
Offline