[lldb] Fix modernize-use-override warnings (NFC)
authorJonas Devlieghere <jonas@devlieghere.com>
Fri, 17 Jun 2022 21:50:32 +0000 (14:50 -0700)
committerJonas Devlieghere <jonas@devlieghere.com>
Fri, 17 Jun 2022 22:08:02 +0000 (15:08 -0700)
commit991663399792d4cc03da6b6c7131a6c213655318
tree72bdb4ec7df0cf66216b033e7e27044865ee49e0
parent92c6ffa14cdeb3edd50b46d30c830698705db9f5
[lldb] Fix modernize-use-override warnings (NFC)

Fix modernize-use-override warnings. Because this check is listed in
LLDB's top level .clang-tidy configuration, the check is enabled by
default and the resulting warnings show up in my editor.

I've audited the modified lines. This is not a blind change.
31 files changed:
lldb/include/lldb/Core/DebuggerEvents.h
lldb/include/lldb/Core/ValueObjectDynamicValue.h
lldb/include/lldb/Host/File.h
lldb/include/lldb/Symbol/SymbolFileOnDemand.h
lldb/include/lldb/Target/LanguageRuntime.h
lldb/include/lldb/Target/SystemRuntime.h
lldb/include/lldb/Target/Target.h
lldb/include/lldb/Utility/DataBuffer.h
lldb/source/Host/macosx/cfcpp/CFCBundle.h
lldb/source/Host/macosx/cfcpp/CFCData.h
lldb/source/Host/macosx/cfcpp/CFCMutableArray.h
lldb/source/Host/macosx/cfcpp/CFCMutableDictionary.h
lldb/source/Host/macosx/cfcpp/CFCMutableSet.h
lldb/source/Host/macosx/cfcpp/CFCString.h
lldb/source/Plugins/ABI/AArch64/ABIAArch64.h
lldb/source/Plugins/ExpressionParser/Clang/ClangDeclVendor.h
lldb/source/Plugins/ExpressionParser/Clang/IRDynamicChecks.h
lldb/source/Plugins/Platform/MacOSX/PlatformAppleSimulator.h
lldb/source/Plugins/Platform/MacOSX/PlatformDarwinKernel.h
lldb/source/Plugins/Process/MacOSX-Kernel/CommunicationKDP.h
lldb/source/Plugins/Process/MacOSX-Kernel/RegisterContextKDP_arm.h
lldb/source/Plugins/Process/MacOSX-Kernel/RegisterContextKDP_arm64.h
lldb/source/Plugins/Process/MacOSX-Kernel/RegisterContextKDP_i386.h
lldb/source/Plugins/Process/MacOSX-Kernel/RegisterContextKDP_x86_64.h
lldb/source/Plugins/Process/MacOSX-Kernel/ThreadKDP.h
lldb/source/Plugins/Process/Utility/RegisterContextMach_arm.h
lldb/source/Plugins/Process/Utility/RegisterContextMach_i386.h
lldb/source/Plugins/Process/Utility/RegisterContextMach_x86_64.h
lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.h
lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.h
lldb/source/Plugins/ScriptInterpreter/Python/ScriptedPythonInterface.h