https://bugs.kde.org/show_bug.cgi?id=360074
--- Comment #5 from Justin Zobel ---
Thank you for the bug report.
As this report hasn't seen any changes in 5 years or more, we ask if you can
please confirm that the issue still persists.
If this bug is no longer persisting or relevant please change
https://bugs.kde.org/show_bug.cgi?id=360074
--- Comment #4 from Milian Wolff ---
Your command is wrong/incomplete:
clang++ -std=c++11 -xc++ -dM -E -v /dev/null
vs
clang++ -std=c++11 -stdlib=libc++ -xc++ -dM -E -v /dev/null
I get different output as expected.
--
You are receiving this mail b
https://bugs.kde.org/show_bug.cgi?id=360074
--- Comment #3 from John ---
My apologies. It is still not working, although i may well be completely wrong
about the cause of the problem because if the detection is through
GccLikeCompiler::includes, then i don't think it would succeed at parsing any
https://bugs.kde.org/show_bug.cgi?id=360074
--- Comment #2 from John ---
I am not using CMake.
I already am adding -stdlib=libc++ to the parser command line (Right click
project -> Open Configuration -> Language support -> C/C++ Parser and setting a
custom profile with -stdlib=libc++).
I think
https://bugs.kde.org/show_bug.cgi?id=360074
--- Comment #1 from Milian Wolff ---
I think you just need to pass `-stdlib=libc++` to the compiler from the
compiler settings dialog. That should - hopefully - work.
I'll keep this bug open, as we should make it simpler to switch between the
libs, and