Bug#800618: [ycmd] C++ checker reports errors not being able to find standard header (stddef.h)

2015-10-26 Thread Jan Hudec
On Sunday 25 of October 2015 11:27:18 Onur Aslan wrote: > Looks like libclang-common-3.6-dev dependency is missing from package. I do have full clang suite including that package installed, so adding it (though it obviously is correct to add it) will _not_ fix this bug. When I remove the

Bug#800618: [ycmd] C++ checker reports errors not being able to find standard header (stddef.h)

2015-10-25 Thread Onur Aslan
Thanks for reporting issue. Looks like libclang-common-3.6-dev dependency is missing from package. It will be fixed in next version.

Bug#800618: [ycmd] C++ checker reports errors not being able to find standard header (stddef.h)

2015-10-05 Thread Jan Hudec
Apparently upstream solved the underlying problem (of the library not using the same defaults as the command-line driver) by including required clang headers in the ycmd package directory. The completer forces addition of -isystem /usr/lib/ycmd/ycmd/../clang_includes in the compiler flags.

Bug#800618: [ycmd] C++ checker reports errors not being able to find standard header (stddef.h)

2015-10-01 Thread Jan Hudec
Package: ycmd Version: 0+20150804+git6f4dbb4-1 Severity: normal --- Please enter the report below this line. --- Since some recent update (not completely sure which, but clang to 3.6, probably) the C++ checker started to show spurious errors. When I create a trivial test.cpp containing: