| Summary: | fetching includes breaks on strange characters | ||
|---|---|---|---|
| Product: | [Applications] kdevelop | Reporter: | Adrian Sevcenco <adrian.sev> |
| Component: | Language Support: CPP (old) | Assignee: | kdevelop-bugs-null |
| Status: | REPORTED --- | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | 5.6.2 | ||
| Target Milestone: | --- | ||
| Platform: | Fedora RPMs | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Adrian Sevcenco
2022-02-11 10:12:40 UTC
actually, removing the project to clean up the parsing with KDEV_CLANG_DISPLAY_ARGS=1 i get this for the application that i actually work on: Invocation: clang -ferror-limit=100 -fspell-checking -Wunused-parameter -Wunreachable-code -Wall -std=c++11 -nostdinc -nostdinc++ -xc++ -isystem/home/physics-tools/ROOT/v6-26-00-patches/include -isystem/usr/include/c++/11 -isystem/usr/include/c++/11/x86_64-redhat-linux -isystem/usr/include/c++/11/backward -isystem/usr/local/include -isystem/usr/include -isystem /usr/lib64/llvm12/lib/clang/12.0.1/include -imacros /home/adrian/tmp/kdevelop.AjWwlc /home.hdd/adrian/work/AO2Dproto/ao2d_process.C that -std=c++11 is just wrong, so why is there, and how can it be customized? Thanks a lot! |