forked from qt-creator/qt-creator
		
	Merge remote-tracking branch 'origin/4.14'
Conflicts: src/plugins/projectexplorer/gcctoolchain.cpp Change-Id: I2136ba89d3aa3c4c2a0e7a4f9d8ba9cec32924ce
This commit is contained in:
		| @@ -43,9 +43,9 @@ static QByteArray overwrittenToolchainDefines(const ProjectPart &projectPart) | ||||
|     // MSVC's predefined macros like __FUNCSIG__ expand to itself. | ||||
|     // We can't parse this, so redefine to the empty string literal. | ||||
|     if (projectPart.toolchainType == ProjectExplorer::Constants::MSVC_TOOLCHAIN_TYPEID) { | ||||
|         defines += "#define __FUNCSIG__ \"\"\n" | ||||
|                    "#define __FUNCDNAME__ \"\"\n" | ||||
|                    "#define __FUNCTION__ \"\"\n"; | ||||
|         defines += "#define __FUNCSIG__ \"void __cdecl someLegalAndLongishFunctionNameThatWorksAroundQTCREATORBUG-24580(void)\"\n" | ||||
|                    "#define __FUNCDNAME__ \"?someLegalAndLongishFunctionNameThatWorksAroundQTCREATORBUG-24580@@YAXXZ\"\n" | ||||
|                    "#define __FUNCTION__ \"someLegalAndLongishFunctionNameThatWorksAroundQTCREATORBUG-24580\"\n"; | ||||
|     } | ||||
|  | ||||
|     return defines; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user