Author: Shafik Yaghmour Date: 2021-03-23T14:32:36-07:00 New Revision: ec00502b9f4021112c22b87ff849ecb5505763dd
URL: https://github.com/llvm/llvm-project/commit/ec00502b9f4021112c22b87ff849ecb5505763dd DIFF: https://github.com/llvm/llvm-project/commit/ec00502b9f4021112c22b87ff849ecb5505763dd.diff LOG: [NFC][LLDB] Removing extra semicolons to silence -Wc++98-compat-extra-semi diagnostics Added: Modified: lldb/source/Plugins/Process/scripted/ScriptedProcess.cpp lldb/source/Plugins/ScriptInterpreter/Python/SWIGPythonBridge.h lldb/tools/debugserver/source/MacOSX/ThreadInfo.h Removed: ################################################################################ diff --git a/lldb/source/Plugins/Process/scripted/ScriptedProcess.cpp b/lldb/source/Plugins/Process/scripted/ScriptedProcess.cpp index 72be0f9d7831..b4ec4c7124d2 100644 --- a/lldb/source/Plugins/Process/scripted/ScriptedProcess.cpp +++ b/lldb/source/Plugins/Process/scripted/ScriptedProcess.cpp @@ -123,7 +123,7 @@ Status ScriptedProcess::DoLaunch(Module *exe_module, } return status; -}; +} void ScriptedProcess::DidLaunch() { if (m_interpreter) diff --git a/lldb/source/Plugins/ScriptInterpreter/Python/SWIGPythonBridge.h b/lldb/source/Plugins/ScriptInterpreter/Python/SWIGPythonBridge.h index 1843d9237d82..1ef792bcf303 100644 --- a/lldb/source/Plugins/ScriptInterpreter/Python/SWIGPythonBridge.h +++ b/lldb/source/Plugins/ScriptInterpreter/Python/SWIGPythonBridge.h @@ -50,7 +50,7 @@ extern "C" void *LLDBSWIGPython_CastPyObjectToSBData(void *data); extern "C" void *LLDBSWIGPython_CastPyObjectToSBError(void *data); extern "C" void *LLDBSWIGPython_CastPyObjectToSBValue(void *data); -}; // namespace lldb_private +} // namespace lldb_private #endif // LLDB_ENABLE_PYTHON #endif // LLDB_PLUGINS_SCRIPTINTERPRETER_PYTHON_SWIGPYTHONBRIDGE_H diff --git a/lldb/tools/debugserver/source/MacOSX/ThreadInfo.h b/lldb/tools/debugserver/source/MacOSX/ThreadInfo.h index a114a47eaab8..592d50fd4284 100644 --- a/lldb/tools/debugserver/source/MacOSX/ThreadInfo.h +++ b/lldb/tools/debugserver/source/MacOSX/ThreadInfo.h @@ -20,6 +20,6 @@ class QoS { std::string printable_name; uint32_t enum_value; }; -}; +} #endif // LLDB_TOOLS_DEBUGSERVER_SOURCE_MACOSX_THREADINFO_H _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits