Details
-
Bug
-
Resolution: Duplicate
-
Not Evaluated
-
None
-
Qt Creator 4.11.0
-
None
-
Windows 10
Description
When running cpp check, the options are ignored.
In the options configuration, I have "--std=c+11 --language=c+". But when I check the run command with "Show Raw output", the argument are not there :
Cppcheck started: "C:/Program Files/Cppcheck/cppcheck.exe ".
And I have c++98 warnings in my code.
Note: If I add an invalid command argument, its correctly detected as invalid
Attachments
Issue Links
- duplicates
-
QTCREATORBUG-23118 Clang Tidy uses C++98 settings
- Closed