mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
![]() When using jsoncdb and parsing either -I (POSIX) or /I (CL) arguments, the include paths are flagged as local include paths. Local include paths are treated by the CDT preprocessor only for #include "foo.h" (quoted paths). So when using jsoncdb, several of my #include <foo.h> don't work because they cannot be found on the wrongly flagged local include path whereas others can sometimes be found because of a feature in the indexer preferences called "heuristic resolution" which works if the header happens to be in the workspace (but it can also silently pick up the wrong one on name clash). Change-Id: Ibb5317ed73f4a1700f21e8e3531db74995542d13 Signed-off-by: Marc-Andre Laperle <malaperle@gmail.com> |
||
---|---|---|
.. | ||
aggregator | ||
org.eclipse.cdt.jsoncdb.arm | ||
org.eclipse.cdt.jsoncdb.arm.tests | ||
org.eclipse.cdt.jsoncdb.core | ||
org.eclipse.cdt.jsoncdb.core.doc | ||
org.eclipse.cdt.jsoncdb.core.tests | ||
org.eclipse.cdt.jsoncdb.core.ui | ||
org.eclipse.cdt.jsoncdb.hpenonstop | ||
org.eclipse.cdt.jsoncdb.hpenonstop.tests | ||
org.eclipse.cdt.jsoncdb.intel | ||
org.eclipse.cdt.jsoncdb.microsoft | ||
org.eclipse.cdt.jsoncdb.microsoft.tests | ||
org.eclipse.cdt.jsoncdb.nvidia | ||
org.eclipse.cdt.jsoncdb.nvidia.tests | ||
pom.xml |