0.20190314.5
to opensuse and Fedora ages ago, but that tag is gone now…
0.20190314.5
is no longer on master :-(
0.20190823.5
Hey! I seem to be doing something stupid. ccls
seems to be parsing all my .h
files as C (as opposed to cpp, even if a corresponding .cpp files exists). I tried to add these lines to my .ccls
file:
%h -x
%h c++-header
with no luck, I'm still getting unknown type name 'class'
. Is there anything else I could try?
.h
file to .hpp
but that doesn't seem optimal to me (just for consistency with all the other libraries that I'm using and for which that doesn't seem to be a problem). For a little context, I'm using the auto-generated .ccls
file provided by platformio
%h c++-header
is supposed to do