"README.md" did not exist on "982f97e48a53b174a2f748d6569983b8fe855f77"
Use C++11 parsing mode for CMake, AutoTools and Generic project managers
Those 3 project managers can't easily figure out the right mode for code
parsing. The code we are parsing is predominantly C++98 code. But for
those using C++98 toolchains having valid C++11 code not be marked as a
error is probably not much of a problem, whereas the reverse, using a
C++11 toolchain and having valid code being marked as a error is
annoying.
Change-Id: I8dcc172029045cf591b3ba0adef1585f3f94fd39
Reviewed-by:
hjk <qthjk@ovi.com>
Showing
- src/plugins/autotoolsprojectmanager/autotoolsproject.cpp 1 addition, 1 deletionsrc/plugins/autotoolsprojectmanager/autotoolsproject.cpp
- src/plugins/cmakeprojectmanager/cmakeproject.cpp 1 addition, 1 deletionsrc/plugins/cmakeprojectmanager/cmakeproject.cpp
- src/plugins/cpptools/ModelManagerInterface.h 1 addition, 1 deletionsrc/plugins/cpptools/ModelManagerInterface.h
- src/plugins/qt4projectmanager/qt4project.cpp 1 addition, 1 deletionsrc/plugins/qt4projectmanager/qt4project.cpp
Loading
Please register or sign in to comment