D13613: RFC: Fix libclang default include paths on FreeBSD.
Aaron Puchert
noreply at phabricator.kde.org
Thu Jun 21 00:54:25 UTC 2018
aaronpuchert added a comment.
> But `test_problems` test doesn't use this analyzing the code. Maybe the code for the test itself should be changed?
Not entirely sure, but this seems to be the right thing then. Because in the actual application, the include directories should come from the includes&defines-plugin, so there should be no need to add `/usr/include`. The only directory that makes sense to add here is the clang-internal include directory (something like `/usr/lib64/clang/<version>/include` usually), which `GccLikeCompiler::includes` will //not// produce if the compiler is GCC.
REPOSITORY
R32 KDevelop
REVISION DETAIL
https://phabricator.kde.org/D13613
To: arrowd, #kdevelop
Cc: aaronpuchert, kdevelop-devel, antismap, iodelay, vbspam, njensen, geetamc, Pilzschaf, akshaydeo, surgenight, arrowd
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kdevelop-devel/attachments/20180621/9cb3aabb/attachment.html>
More information about the KDevelop-devel
mailing list