Files
qt-creator/src/plugins/genericprojectmanager/genericprojectfileseditor.cpp
Nikolai Kosjar 62c8aecb5f GenericProject: Support forwarding flags to clang code model
...in order to specify e.g. the language version to use.

Create the additional files project.cxxflags and project.cflags. These
are expected to contain command line flags for the clang code model on
one single line.

For example, "-std=c++11" can be provided to set the language version
for parsing.

Fixes: QTCREATORBUG-19668
Change-Id: I7712f546ba1fae536c32adfa5bd449c5b3484521
Reviewed-by: André Hartmann <aha_1980@gmx.de>
Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
2019-01-15 13:33:34 +00:00

2.2 KiB