forked from qt-creator/qt-creator
ClangPchManager: Merge system pch tasks
The merging of the include search paths is quite heuristic but we could provide an option to disable pch merging so users can decide themselves. Maybe we could give user feedback why we cannot merge but this is quite advanced. Task-number: QTCREATORBUG-21381 Change-Id: Iac6af0c587b631d2151f63d6d97215ed6919819f Reviewed-by: Ivan Donchevskii <ivan.donchevskii@qt.io>
This commit is contained in:
@@ -511,7 +511,7 @@ TYPED_TEST(CommandLineBuilder, IncludePchPath)
|
||||
|
||||
TYPED_TEST(CommandLineBuilder, CompilerMacros)
|
||||
{
|
||||
this->emptyProjectInfo.compilerMacros = {{"YI", "1", 2}, {"ER", "2", 1}};
|
||||
this->emptyProjectInfo.compilerMacros = {{"YI", "1", 2}, {"ER", "2", 1}, {"SAN"}};
|
||||
|
||||
Builder<TypeParam> builder{this->emptyProjectInfo};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user