xaizek
xaizek
Do you confirm that the fix works?
clang_complete has never completed any loops, it completes identifiers like names of variables, types, macros and functions.
I must be wrong then, haven't used the plugin for a long time. It seems to match [doxygen](https://clang.llvm.org/doxygen/classclang_1_1ASTUnit.html#a79cca6fc590c142dd50b658f72ae52ad), but I don't remember how to trigger it (maybe there shouldn't be...
I think it's implemented, see [the docs](https://github.com/Rip-Rip/clang_complete/blob/master/doc/clang_complete.txt#L203-L216): - compile_commands.json - get the compilation arguments for the sources from a compilation database.
@DroZ-hun, are you actively using the plugin? You have made changes in pretty much every part of the plugin properly documenting them along the way, I'm thinking maybe it makes...
Well, if you don't have much time, then it's probably not worth it. The problem with the project is that there seem to be no more people who both have...
Looks like you didn't give execution permissions to the script and need to run `chmod +x /usr/local/bin/cc_args.py`.
Looks like it's trying to use clang executable instead of libclang library. I think this shouldn't happen for years now, you might be using a very old version of the...
Spacemacs? But clang_complete is a Vim plugin.
I don't think they can. Here are all references to "clang_complete": https://github.com/syl20bnr/spacemacs/search?utf8=%E2%9C%93&q=clang_complete&type= They are reusing `.clang_complete` file, but completion seems to be performed by [ycmd](https://github.com/Valloric/ycmd). Or is there another spacemacs?