More specifically I think this relates to how qtcreator interacts with the clang code model.
I would like to use qtcreator with clang on windows. I am using a generic project structure and have configured a kit to use the clang compiler.
However, this simple hello world example highlights the error "no member named 'endl' in namespace 'std'" even though it compiles fine.
Does anyone know the steps I must follow to get the code model working with a custom compiler?
This issue is logged as https://bugreports.qt.io/browse/QTCREATORBUG-23006.
Thanks,
