[all-commits] [llvm/llvm-project] 991663: [lldb] Fix modernize-use-override warnings (NFC)

Jonas Devlieghere via All-commits all-commits at lists.llvm.org
Fri Jun 17 15:08:16 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 991663399792d4cc03da6b6c7131a6c213655318
      https://github.com/llvm/llvm-project/commit/991663399792d4cc03da6b6c7131a6c213655318
  Author: Jonas Devlieghere <jonas at devlieghere.com>
  Date:   2022-06-17 (Fri, 17 Jun 2022)

  Changed paths:
    M lldb/include/lldb/Core/DebuggerEvents.h
    M lldb/include/lldb/Core/ValueObjectDynamicValue.h
    M lldb/include/lldb/Host/File.h
    M lldb/include/lldb/Symbol/SymbolFileOnDemand.h
    M lldb/include/lldb/Target/LanguageRuntime.h
    M lldb/include/lldb/Target/SystemRuntime.h
    M lldb/include/lldb/Target/Target.h
    M lldb/include/lldb/Utility/DataBuffer.h
    M lldb/source/Host/macosx/cfcpp/CFCBundle.h
    M lldb/source/Host/macosx/cfcpp/CFCData.h
    M lldb/source/Host/macosx/cfcpp/CFCMutableArray.h
    M lldb/source/Host/macosx/cfcpp/CFCMutableDictionary.h
    M lldb/source/Host/macosx/cfcpp/CFCMutableSet.h
    M lldb/source/Host/macosx/cfcpp/CFCString.h
    M lldb/source/Plugins/ABI/AArch64/ABIAArch64.h
    M lldb/source/Plugins/ExpressionParser/Clang/ClangDeclVendor.h
    M lldb/source/Plugins/ExpressionParser/Clang/IRDynamicChecks.h
    M lldb/source/Plugins/Platform/MacOSX/PlatformAppleSimulator.h
    M lldb/source/Plugins/Platform/MacOSX/PlatformDarwinKernel.h
    M lldb/source/Plugins/Process/MacOSX-Kernel/CommunicationKDP.h
    M lldb/source/Plugins/Process/MacOSX-Kernel/RegisterContextKDP_arm.h
    M lldb/source/Plugins/Process/MacOSX-Kernel/RegisterContextKDP_arm64.h
    M lldb/source/Plugins/Process/MacOSX-Kernel/RegisterContextKDP_i386.h
    M lldb/source/Plugins/Process/MacOSX-Kernel/RegisterContextKDP_x86_64.h
    M lldb/source/Plugins/Process/MacOSX-Kernel/ThreadKDP.h
    M lldb/source/Plugins/Process/Utility/RegisterContextMach_arm.h
    M lldb/source/Plugins/Process/Utility/RegisterContextMach_i386.h
    M lldb/source/Plugins/Process/Utility/RegisterContextMach_x86_64.h
    M lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.h
    M lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.h
    M lldb/source/Plugins/ScriptInterpreter/Python/ScriptedPythonInterface.h

  Log Message:
  -----------
  [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.


  Commit: 91688716ba49942051dccdf7b9c4f81a7ec8feaf
      https://github.com/llvm/llvm-project/commit/91688716ba49942051dccdf7b9c4f81a7ec8feaf
  Author: Jonas Devlieghere <jonas at devlieghere.com>
  Date:   2022-06-17 (Fri, 17 Jun 2022)

  Changed paths:
    M lldb/include/lldb/Breakpoint/BreakpointOptions.h
    M lldb/include/lldb/Breakpoint/WatchpointOptions.h
    M lldb/include/lldb/Core/Address.h
    M lldb/include/lldb/Core/DebuggerEvents.h
    M lldb/include/lldb/Core/Declaration.h
    M lldb/include/lldb/Core/Disassembler.h
    M lldb/include/lldb/Core/LoadedModuleInfoList.h
    M lldb/include/lldb/Core/Module.h
    M lldb/include/lldb/Core/ModuleSpec.h
    M lldb/include/lldb/Core/StructuredDataImpl.h
    M lldb/include/lldb/Core/ValueObject.h
    M lldb/include/lldb/DataFormatters/FormatClasses.h
    M lldb/include/lldb/Host/Debug.h
    M lldb/include/lldb/Symbol/CompactUnwindInfo.h
    M lldb/include/lldb/Symbol/Type.h
    M lldb/include/lldb/Target/MemoryTagManager.h
    M lldb/include/lldb/Target/Platform.h
    M lldb/include/lldb/Target/Process.h
    M lldb/include/lldb/Target/SectionLoadHistory.h
    M lldb/include/lldb/Target/SectionLoadList.h
    M lldb/include/lldb/Target/StackID.h
    M lldb/include/lldb/Target/UnwindLLDB.h
    M lldb/include/lldb/Utility/GDBRemote.h
    M lldb/include/lldb/Utility/ProcessInfo.h
    M lldb/include/lldb/Utility/StringExtractorGDBRemote.h
    M lldb/source/Commands/CommandObjectHelp.h
    M lldb/source/Commands/CommandObjectScript.h
    M lldb/source/Core/Section.cpp
    M lldb/source/Symbol/SymbolFileOnDemand.cpp

  Log Message:
  -----------
  [lldb] Fix modernize-use-equals-default warnings (NFC)

Fix modernize-use-equals-default 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.


Compare: https://github.com/llvm/llvm-project/compare/92c6ffa14cde...91688716ba49


More information about the All-commits mailing list