https://bugs.kde.org/show_bug.cgi?id=360074
--- Comment #4 from Milian Wolff <m...@milianw.de> --- 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 because: You are watching all bug changes.