[all-commits] [llvm/llvm-project] 631b94: [Driver] Remove redundant string initialization (NFC)

kazutakahirata via All-commits all-commits at lists.llvm.org
Sun Feb 6 10:55:09 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 631b94cc22a83205c1d26baadb579b9c5576c8eb
      https://github.com/llvm/llvm-project/commit/631b94cc22a83205c1d26baadb579b9c5576c8eb
  Author: Kazu Hirata <kazu at google.com>
  Date:   2022-02-06 (Sun, 06 Feb 2022)

  Changed paths:
    M clang/lib/Driver/ToolChains/WebAssembly.cpp

  Log Message:
  -----------
  [Driver] Remove redundant string initialization (NFC)

Identified with readability-redundant-string-init.


  Commit: 3a8c51480ff881ff7fcd5831bf1b31d3c66519ed
      https://github.com/llvm/llvm-project/commit/3a8c51480ff881ff7fcd5831bf1b31d3c66519ed
  Author: Kazu Hirata <kazu at google.com>
  Date:   2022-02-06 (Sun, 06 Feb 2022)

  Changed paths:
    M llvm/lib/CodeGen/AsmPrinter/ARMException.cpp
    M llvm/lib/CodeGen/AsmPrinter/DwarfCFIException.cpp
    M llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h
    M llvm/lib/CodeGen/AsmPrinter/WinCFGuard.cpp
    M llvm/lib/CodeGen/AsmPrinter/WinException.cpp
    M llvm/lib/CodeGen/GlobalISel/CSEInfo.cpp
    M llvm/lib/CodeGen/GlobalISel/Combiner.cpp
    M llvm/lib/CodeGen/InterferenceCache.h
    M llvm/lib/CodeGen/LiveDebugValues/InstrRefBasedImpl.cpp
    M llvm/lib/CodeGen/LiveDebugValues/LiveDebugValues.cpp
    M llvm/lib/CodeGen/LiveDebugValues/LiveDebugValues.h
    M llvm/lib/CodeGen/LiveDebugValues/VarLocBasedImpl.cpp
    M llvm/lib/CodeGen/MIRParser/MIRParser.cpp
    M llvm/lib/CodeGen/MachineBasicBlock.cpp
    M llvm/lib/CodeGen/PeepholeOptimizer.cpp
    M llvm/lib/CodeGen/PostRASchedulerList.cpp
    M llvm/lib/CodeGen/PseudoSourceValue.cpp
    M llvm/lib/CodeGen/TargetInstrInfo.cpp
    M llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp
    M llvm/lib/CodeGen/WinEHPrepare.cpp

  Log Message:
  -----------
  [CodeGen] Use = default (NFC)

Identified with modernize-use-equals-default


  Commit: ee4b6cf5387b1b9eef7f21ae93a868b1aded4b08
      https://github.com/llvm/llvm-project/commit/ee4b6cf5387b1b9eef7f21ae93a868b1aded4b08
  Author: Kazu Hirata <kazu at google.com>
  Date:   2022-02-06 (Sun, 06 Feb 2022)

  Changed paths:
    M lldb/source/Breakpoint/Breakpoint.cpp
    M lldb/source/Breakpoint/BreakpointList.cpp
    M lldb/source/Breakpoint/BreakpointLocation.cpp
    M lldb/source/Breakpoint/BreakpointLocationCollection.cpp
    M lldb/source/Breakpoint/BreakpointLocationList.cpp
    M lldb/source/Breakpoint/BreakpointOptions.cpp
    M lldb/source/Breakpoint/BreakpointResolverAddress.cpp
    M lldb/source/Breakpoint/BreakpointResolverName.cpp
    M lldb/source/Breakpoint/BreakpointSite.cpp
    M lldb/source/Breakpoint/BreakpointSiteList.cpp
    M lldb/source/Breakpoint/StoppointCallbackContext.cpp
    M lldb/source/Breakpoint/Watchpoint.cpp
    M lldb/source/Breakpoint/WatchpointList.cpp
    M lldb/source/Breakpoint/WatchpointOptions.cpp

  Log Message:
  -----------
  [Breakpoint] Remove redundant member initialization (NFC)

Identified with readability-redundant-member-init.


  Commit: eb65f971f2aa55526c5a58e40261f2a9add9d1ae
      https://github.com/llvm/llvm-project/commit/eb65f971f2aa55526c5a58e40261f2a9add9d1ae
  Author: Kazu Hirata <kazu at google.com>
  Date:   2022-02-06 (Sun, 06 Feb 2022)

  Changed paths:
    M llvm/include/llvm/DebugInfo/Symbolize/SymbolizableObjectFile.h
    M llvm/include/llvm/Demangle/ItaniumDemangle.h
    M llvm/include/llvm/Demangle/StringView.h
    M llvm/include/llvm/Demangle/Utility.h

  Log Message:
  -----------
  [llvm] Fix header guards (NFC)

Identified with llvm-header-guard.


Compare: https://github.com/llvm/llvm-project/compare/31626cc111c0...eb65f971f2aa


More information about the All-commits mailing list