| Summary: | clang-parser utility doesn't get standard include files | ||
|---|---|---|---|
| Product: | [Applications] kdevelop | Reporter: | Pedro Ferreira <arkangath> |
| Component: | Language Support: CPP (Clang-based) | Assignee: | kdevelop-bugs-null |
| Status: | CONFIRMED --- | ||
| Severity: | minor | Keywords: | junior-jobs |
| Priority: | NOR | ||
| Version First Reported In: | git master | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Pedro Ferreira
2016-03-14 09:56:53 UTC
Note: You could work-around by doing: KDEV_CLANG_EXTRA_ARGUMENTS="-I /foo" clang-parser ... But we should indeed allow something as easy as: clang-parser -clang-parser-arg1 -clang-parser-arg2 -- -clang-arg1 -clang-arg2 myfile.cpp (Maybe even by simply setting KDEV_CLANG_EXTRA_ARGUMENTS inside clang-parser.cpp. Even better would be proper API inside kdev-clang to set the additional arguments) @Pedro: Care to work on a patch? Oh hi, Hm, sure I'll dig something up - been a while since I've had time to do any KDev hacking :( |