[all-commits] [llvm/llvm-project] 1cc0ba: [LLDB] Disable MSVC warning C4190: 'LLDBSwigPython...
Alexandre Ganea via All-commits
all-commits at lists.llvm.org
Tue Dec 3 06:53:37 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 1cc0ba4cbdc54200e1b3c65e83e51a5368a819ea
https://github.com/llvm/llvm-project/commit/1cc0ba4cbdc54200e1b3c65e83e51a5368a819ea
Author: Alexandre Ganea <alexandre.ganea at ubisoft.com>
Date: 2019-12-03 (Tue, 03 Dec 2019)
Changed paths:
M lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
M lldb/unittests/ScriptInterpreter/Python/PythonTestSuite.cpp
Log Message:
-----------
[LLDB] Disable MSVC warning C4190: 'LLDBSwigPythonBreakpointCallbackFunction' has C-linkage specified, but returns UDT 'llvm::Expected<bool>' which is incompatible with C
Differential Revision: https://reviews.llvm.org/D70830
More information about the All-commits
mailing list