forked from qt-creator/qt-creator
Clang: Tests on MSVC2013: Fix file name clashes
The following files conflicted:
src\tools\clangbackend\ipcsource\translationunit.cpp
src\libs\3rdparty\cplusplus\TranslationUnit.cpp
src\libs\3rdparty\cplusplus\Type.cpp
src\tools\clangbackend\ipcsource\type.cpp
src\libs\3rdparty\cplusplus\Symbol.cpp
src\plugins\clangcodemodel\symbol.cpp
Change-Id: If7865570cd70e39e25cc8d508f771c8023288f0c
Reviewed-by: Marco Bubke <marco.bubke@theqtcompany.com>
This commit is contained in:
@@ -143,6 +143,8 @@ QtcPlugin {
|
||||
"clangprojectsettingspropertiespage.cpp",
|
||||
"clangprojectsettingspropertiespage.h",
|
||||
"clangprojectsettingspropertiespage.ui",
|
||||
"clangsymbol.cpp",
|
||||
"clangsymbol.h",
|
||||
"clangtextmark.cpp",
|
||||
"clangtextmark.h",
|
||||
"clangutils.cpp",
|
||||
@@ -169,8 +171,6 @@ QtcPlugin {
|
||||
"sourcelocation.h",
|
||||
"sourcemarker.cpp",
|
||||
"sourcemarker.h",
|
||||
"symbol.cpp",
|
||||
"symbol.h",
|
||||
"unit.cpp",
|
||||
"unit.h",
|
||||
"unsavedfiledata.cpp",
|
||||
|
||||
Reference in New Issue
Block a user