[all-commits] [llvm/llvm-project] 24f9a2: [LLDB] Applying clang-tidy modernize-use-equals-de...

Shafik Yaghmour via All-commits all-commits at lists.llvm.org
Thu Mar 31 13:22:07 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 24f9a2f53db78df59761f46ceed3bb5e7aa0d331
      https://github.com/llvm/llvm-project/commit/24f9a2f53db78df59761f46ceed3bb5e7aa0d331
  Author: Shafik Yaghmour <syaghmour at apple.com>
  Date:   2022-03-31 (Thu, 31 Mar 2022)

  Changed paths:
    M lldb/source/API/SBMemoryRegionInfoList.cpp
    M lldb/source/API/SBQueue.cpp
    M lldb/source/API/SBValue.cpp
    M lldb/source/API/SBValueList.cpp
    M lldb/source/Commands/CommandObjectBreakpoint.cpp
    M lldb/source/Commands/CommandObjectBreakpointCommand.cpp
    M lldb/source/Commands/CommandObjectCommands.cpp
    M lldb/source/Commands/CommandObjectExpression.cpp
    M lldb/source/Commands/CommandObjectFrame.cpp
    M lldb/source/Commands/CommandObjectLog.cpp
    M lldb/source/Commands/CommandObjectMemory.cpp
    M lldb/source/Commands/CommandObjectMemoryTag.cpp
    M lldb/source/Commands/CommandObjectPlatform.cpp
    M lldb/source/Commands/CommandObjectProcess.cpp
    M lldb/source/Commands/CommandObjectReproducer.cpp
    M lldb/source/Commands/CommandObjectSettings.cpp
    M lldb/source/Commands/CommandObjectSource.cpp
    M lldb/source/Commands/CommandObjectTarget.cpp
    M lldb/source/Commands/CommandObjectType.cpp
    M lldb/source/Commands/CommandObjectWatchpoint.cpp
    M lldb/source/Commands/CommandObjectWatchpointCommand.cpp
    M lldb/source/Core/IOHandlerCursesGUI.cpp
    M lldb/source/Host/macosx/cfcpp/CFCData.cpp
    M lldb/source/Host/macosx/cfcpp/CFCMutableArray.cpp
    M lldb/source/Host/macosx/cfcpp/CFCMutableDictionary.cpp
    M lldb/source/Host/macosx/cfcpp/CFCMutableSet.cpp
    M lldb/source/Host/macosx/cfcpp/CFCString.cpp
    M lldb/source/Plugins/ExpressionParser/Clang/ClangASTImporter.cpp
    M lldb/source/Plugins/REPL/Clang/ClangREPL.cpp
    M lldb/source/Target/ExecutionContext.cpp
    M lldb/source/Utility/XcodeSDK.cpp
    M lldb/tools/debugserver/source/DNBBreakpoint.cpp
    M lldb/tools/debugserver/source/DNBDataRef.cpp
    M lldb/tools/debugserver/source/MacOSX/CFBundle.cpp
    M lldb/tools/debugserver/source/MacOSX/CFString.cpp
    M lldb/tools/debugserver/source/MacOSX/MachThreadList.cpp
    M lldb/tools/debugserver/source/MacOSX/MachVMMemory.cpp
    M lldb/tools/debugserver/source/StdStringExtractor.cpp
    M lldb/tools/debugserver/source/TTYState.cpp
    M lldb/tools/lldb-vscode/IOStream.cpp
    M lldb/tools/lldb-vscode/VSCode.cpp

  Log Message:
  -----------
  [LLDB] Applying clang-tidy modernize-use-equals-default over LLDB

Applied modernize-use-equals-default clang-tidy check over LLDB.

This check is already present in the lldb/.clang-tidy config.

Differential Revision: https://reviews.llvm.org/D121844




More information about the All-commits mailing list