Details
-
Bug
-
Resolution: Duplicate
-
Not Evaluated
-
None
-
Qt Creator 4.6.0-rc1, Qt Creator 4.6.0
-
None
Description
When working on a generic project and having Clang code model on, the C++ standard used to highlight errors seems to always be C++17, which causes problems with non-conformant code (i.e. code having throw specifications). For example, this code would be highlighted red:
#include <exception> void foo() throw( std::exception ); // Not conformant to c++17
There does not seem to be any way to change the C++ standard used by Clang code model.
Attachments
Issue Links
- duplicates
-
QTCREATORBUG-19668 Cannot specify language version for Clang Code Model for Generic Project
-
- Closed
-
- relates to
-
QTCREATORBUG-21073 No longer possible to specify C++ standard level in generic project
-
- Closed
-