[all-commits] [llvm/llvm-project] c661bd: [llvm] Remove unused forward declarations (NFC)

kazutakahirata via All-commits all-commits at lists.llvm.org
Sun Jul 24 12:27:31 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: c661bd0886ed0bcebedbc2a0ce7896e576a676a6
      https://github.com/llvm/llvm-project/commit/c661bd0886ed0bcebedbc2a0ce7896e576a676a6
  Author: Kazu Hirata <kazu at google.com>
  Date:   2022-07-24 (Sun, 24 Jul 2022)

  Changed paths:
    M llvm/include/llvm/Analysis/MemoryBuiltins.h
    M llvm/include/llvm/Analysis/TargetTransformInfo.h
    M llvm/include/llvm/CodeGen/LiveIntervals.h
    M llvm/include/llvm/CodeGen/TargetInstrInfo.h
    M llvm/include/llvm/IR/IntrinsicInst.h
    M llvm/include/llvm/Transforms/IPO.h

  Log Message:
  -----------
  [llvm] Remove unused forward declarations (NFC)


  Commit: 559463e94ee38a48eed5c24fb4a1a4f379720fd2
      https://github.com/llvm/llvm-project/commit/559463e94ee38a48eed5c24fb4a1a4f379720fd2
  Author: Kazu Hirata <kazu at google.com>
  Date:   2022-07-24 (Sun, 24 Jul 2022)

  Changed paths:
    M lldb/source/Host/common/Host.cpp

  Log Message:
  -----------
  [lldb] Use true instead of 0 (NFC)

Identified with modernize-use-bool-literals.


  Commit: 4f8a2194c995acfb4514df39d04c918095f6cd4b
      https://github.com/llvm/llvm-project/commit/4f8a2194c995acfb4514df39d04c918095f6cd4b
  Author: Kazu Hirata <kazu at google.com>
  Date:   2022-07-24 (Sun, 24 Jul 2022)

  Changed paths:
    M lldb/source/Plugins/Platform/MacOSX/PlatformDarwin.cpp

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

Identified with modernize-use-nullptr.


  Commit: 1d9231de70faa69625216a53cd306f20be4cfa75
      https://github.com/llvm/llvm-project/commit/1d9231de70faa69625216a53cd306f20be4cfa75
  Author: Kazu Hirata <kazu at google.com>
  Date:   2022-07-24 (Sun, 24 Jul 2022)

  Changed paths:
    M lldb/source/Commands/CommandObjectDisassemble.cpp
    M lldb/source/Commands/CommandObjectExpression.cpp
    M lldb/source/Commands/CommandObjectMemory.cpp

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

Identified with readability-redundant-member-init.


  Commit: 87d627b623eb392610c073e6334782982373959a
      https://github.com/llvm/llvm-project/commit/87d627b623eb392610c073e6334782982373959a
  Author: Kazu Hirata <kazu at google.com>
  Date:   2022-07-24 (Sun, 24 Jul 2022)

  Changed paths:
    M clang-tools-extra/clangd/refactor/tweaks/ObjCMemberwiseInitializer.cpp
    M mlir/lib/Pass/Pass.cpp

  Log Message:
  -----------
  Remove redundant string initialization (NFC)

Identified with readability-redundant-string-init.


  Commit: ec8fa36d7c49b5ee9b8a6c46f6405656d9327a01
      https://github.com/llvm/llvm-project/commit/ec8fa36d7c49b5ee9b8a6c46f6405656d9327a01
  Author: Kazu Hirata <kazu at google.com>
  Date:   2022-07-24 (Sun, 24 Jul 2022)

  Changed paths:
    M llvm/include/llvm/ExecutionEngine/Orc/TargetProcess/ExecutorSharedMemoryMapperService.h

  Log Message:
  -----------
  [ExecutionEngine] Fix a header guard (NFC)

Identified with llvm-header-guard.


  Commit: ea29810c9d588c1caa192033f5747b31ca597725
      https://github.com/llvm/llvm-project/commit/ea29810c9d588c1caa192033f5747b31ca597725
  Author: Kazu Hirata <kazu at google.com>
  Date:   2022-07-24 (Sun, 24 Jul 2022)

  Changed paths:
    M llvm/lib/CodeGen/LiveDebugValues/InstrRefBasedImpl.cpp

  Log Message:
  -----------
  [CodeGen] Remove a redundant void (NFC)

Identified with modernize-redundant-void-arg.


Compare: https://github.com/llvm/llvm-project/compare/85cfd917231c...ea29810c9d58


More information about the All-commits mailing list