We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2da7057 commit 76b827bCopy full SHA for 76b827b
lldb/unittests/ScriptInterpreter/Python/PythonTestSuite.cpp
@@ -274,7 +274,7 @@ void *lldb_private::python::SWIGBridge::LLDBSWIGPython_GetDynamicSetting(
274
}
275
276
python::PythonObject
277
-lldb_private::python::SWIGBridge::ToSWIGWrapper(const Status &status) {
+lldb_private::python::SWIGBridge::ToSWIGWrapper(Status status) {
278
return python::PythonObject();
279
280
0 commit comments