I'm using neovim as editor and am trying to enable auto-completion for c/c++ code which uses gcc as its compiler.
My question is whether the dependency of clang_complete on clang/llvm means that the code should be able to compile under clang.
The reason I'm asking is because I suspect my code base does not compile with clang (due to use of gcc extensions) and since auto-completion only partially works (some functions are suggested, some don't)