[all-commits] [llvm/llvm-project] 2bea20: [CodeGen] Use default member initialization (NFC)

kazutakahirata via All-commits all-commits at lists.llvm.org
Sun Jan 30 12:33:20 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 2bea207d266534a34cb9587bfbebef7e0662f0d6
      https://github.com/llvm/llvm-project/commit/2bea207d266534a34cb9587bfbebef7e0662f0d6
  Author: Kazu Hirata <kazu at google.com>
  Date:   2022-01-30 (Sun, 30 Jan 2022)

  Changed paths:
    M llvm/include/llvm/CodeGen/DIE.h
    M llvm/include/llvm/CodeGen/FastISel.h
    M llvm/include/llvm/CodeGen/GlobalISel/LegacyLegalizerInfo.h
    M llvm/include/llvm/CodeGen/GlobalISel/LegalizerInfo.h
    M llvm/include/llvm/CodeGen/IntrinsicLowering.h
    M llvm/include/llvm/CodeGen/MachineFrameInfo.h
    M llvm/include/llvm/CodeGen/MachineModuleSlotTracker.h
    M llvm/include/llvm/CodeGen/MachineOperand.h
    M llvm/include/llvm/CodeGen/MachineRegisterInfo.h
    M llvm/include/llvm/CodeGen/SelectionDAGISel.h
    M llvm/include/llvm/CodeGen/SlotIndexes.h
    M llvm/include/llvm/CodeGen/SwitchLoweringUtils.h
    M llvm/include/llvm/CodeGen/TargetCallingConv.h
    M llvm/include/llvm/CodeGen/VirtRegMap.h
    M llvm/lib/CodeGen/AsmPrinter/DIE.cpp
    M llvm/lib/CodeGen/AsmPrinter/DwarfCFIException.cpp
    M llvm/lib/CodeGen/AsmPrinter/DwarfException.h
    M llvm/lib/CodeGen/AsmPrinter/DwarfUnit.cpp
    M llvm/lib/CodeGen/AsmPrinter/DwarfUnit.h
    M llvm/lib/CodeGen/CodeGenPrepare.cpp
    M llvm/lib/CodeGen/EarlyIfConversion.cpp
    M llvm/lib/CodeGen/ExpandMemCmp.cpp
    M llvm/lib/CodeGen/GlobalISel/LegacyLegalizerInfo.cpp
    M llvm/lib/CodeGen/IfConversion.cpp
    M llvm/lib/CodeGen/InterleavedLoadCombinePass.cpp
    M llvm/lib/CodeGen/LiveDebugValues/VarLocBasedImpl.cpp
    M llvm/lib/CodeGen/MachineModuleSlotTracker.cpp
    M llvm/lib/CodeGen/MachineRegisterInfo.cpp
    M llvm/lib/CodeGen/PostRASchedulerList.cpp
    M llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
    M llvm/lib/CodeGen/SelectionDAG/FastISel.cpp
    M llvm/lib/CodeGen/SelectionDAG/ScheduleDAGSDNodes.cpp
    M llvm/lib/CodeGen/SelectionDAG/ScheduleDAGSDNodes.h
    M llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
    M llvm/lib/CodeGen/SlotIndexes.cpp

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

Identified with modernize-use-default-member-init.


  Commit: 5423839929e2d07d2cc5b7a497772074ec13df12
      https://github.com/llvm/llvm-project/commit/5423839929e2d07d2cc5b7a497772074ec13df12
  Author: Kazu Hirata <kazu at google.com>
  Date:   2022-01-30 (Sun, 30 Jan 2022)

  Changed paths:
    M lldb/source/Plugins/ExpressionParser/Clang/ClangFunctionCaller.h
    M lldb/source/Plugins/ExpressionParser/Clang/ClangUserExpression.h

  Log Message:
  -----------
  [lldb] Forward-declare ClangExpressionParser (NFC)

ClangUserExpression.h is relying on the forward declaration of
ClangExpressionParser in ClangFunctionCaller.h.  This patch moves the
forward declaration to ClangUserExpression.h.


  Commit: fdd0e745c35dd9f8747d0aaa66488cfefc9634a6
      https://github.com/llvm/llvm-project/commit/fdd0e745c35dd9f8747d0aaa66488cfefc9634a6
  Author: Kazu Hirata <kazu at google.com>
  Date:   2022-01-30 (Sun, 30 Jan 2022)

  Changed paths:
    M clang/include/clang/Analysis/FlowSensitive/MapLattice.h
    M clang/lib/Sema/SemaChecking.cpp

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

Identified with readability-redundant-string-init.


  Commit: 49fdee13c18ea94971cc291959f5f57b296946a9
      https://github.com/llvm/llvm-project/commit/49fdee13c18ea94971cc291959f5f57b296946a9
  Author: Kazu Hirata <kazu at google.com>
  Date:   2022-01-30 (Sun, 30 Jan 2022)

  Changed paths:
    M llvm/lib/Analysis/IRSimilarityIdentifier.cpp

  Log Message:
  -----------
  [Analysis] Use != to compare strings (NFC)

Identified with readability-string-compare.


  Commit: 780f8a0051f3fe8dfd7557a2dd28f4bd76936df6
      https://github.com/llvm/llvm-project/commit/780f8a0051f3fe8dfd7557a2dd28f4bd76936df6
  Author: Kazu Hirata <kazu at google.com>
  Date:   2022-01-30 (Sun, 30 Jan 2022)

  Changed paths:
    M llvm/lib/Frontend/OpenMP/OMPIRBuilder.cpp

  Log Message:
  -----------
  [OpenMP] Use nullptr instead of NULL (NFC)

Identified with modernize-use-nullptr.


Compare: https://github.com/llvm/llvm-project/compare/156f83adc2af...780f8a0051f3


More information about the All-commits mailing list