How to set C++ standard in QtCreator with ClangCodeModel plugin?
问题 Sorry if this is a dumb question, but I have already tried almost everything and am banging my head against a wall right now.. The problem is, QtCreator 4.8.0-beta for Windows with Clang Code Model plugin parses my project as C++98 whereas in fact it is C++17. However specifying the standard version explicitly in the settings dialog is not allowed ("Option "-std=c++17" is invalid"). So, how do I tell ClangCodeModel that it should parse code as C++17? I use CMake for building the project and