xaizek
xaizek
I never tried using `compile_commands.json`, but if path is correct the next thing I'd check is that format of the file is still the same, paths are vaild (e.g., not...
In two years the project hasn't seen much development... And I'm not sure there was any intention to add this kind of completion to clang_complete at all. That said, I...
@htfy96, thanks for the feedback, updated the docs.
Hi, it's not that easy. Making a call graph requires parsing all compilation units of the project, while clang_complete basically works only on the current one. Things are missing: -...
Not all is in forks, see [clang-cache](https://github.com/sas/clang-cache) at least, there might be more.
I thought that `master` branch works with current UltiSnips.
> i found the UltiSnips can't work normally Could you elaborate on that? Maybe it's some known issue. I remember testing clang_complete+ultisnips quite recently for #431 and it seemed to...
Apparently, no one has enough free time for that. So I'm writing this just in case you (or someone else) have time and will to fix it, but don't know...
Strange, that changes fixed the problem for me at least partially (it was just to figure out the problematic place, so no surprise it doesn't always work correct). The issue...
> It looks like the color pairs are exhausted too early for some reason, and the allocations are not reset between images. This could be due to one or more...