[all-commits] [llvm/llvm-project] c194a5: [Driver] Remove unused declaration AddStaticDevice...

kazutakahirata via All-commits all-commits at lists.llvm.org
Sun May 28 12:11:47 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: c194a5efb8c1122892d9f4a8441c237fd83dbd27
      https://github.com/llvm/llvm-project/commit/c194a5efb8c1122892d9f4a8441c237fd83dbd27
  Author: Kazu Hirata <kazu at google.com>
  Date:   2023-05-28 (Sun, 28 May 2023)

  Changed paths:
    M clang/lib/Driver/ToolChains/CommonArgs.h

  Log Message:
  -----------
  [Driver] Remove unused declaration AddStaticDeviceLibsPostLinking

The corresponding function definition was removed by:

  commit 6f96dadb7a5b1593a0b6348539f66f7e945f2561
  Author: Joseph Huber <jhuber6 at vols.utk.edu>
  Date:   Mon Jan 23 07:13:33 2023 -0600


  Commit: e2cc2939a30b9e61e8533ef95f818a7b22bd465f
      https://github.com/llvm/llvm-project/commit/e2cc2939a30b9e61e8533ef95f818a7b22bd465f
  Author: Kazu Hirata <kazu at google.com>
  Date:   2023-05-28 (Sun, 28 May 2023)

  Changed paths:
    M clang/lib/Serialization/ASTReaderStmt.cpp

  Log Message:
  -----------
  [Serialization] Remove unused declaration ReadExplicitTemplateArgumentList

The function was renamed to ReadTemplateKWAndArgsInfo, but the
original declaration remained:

  commit 7945c981b974f58c021762e77f13cd4859ac447b
  Author: Abramo Bagnara <abramo.bagnara at gmail.com>
  Date:   Fri Jan 27 09:46:47 2012 +0000


  Commit: d0e4119d848bbb8df6a7fa303ad8302a770fbab8
      https://github.com/llvm/llvm-project/commit/d0e4119d848bbb8df6a7fa303ad8302a770fbab8
  Author: Kazu Hirata <kazu at google.com>
  Date:   2023-05-28 (Sun, 28 May 2023)

  Changed paths:
    M clang/lib/CodeGen/CGVTables.h

  Log Message:
  -----------
  [CodeGen] Remove unused declaration getOrCreateRelativeStub

The corresponding function definition was removed by:

  commit cf8ff75bade763b054476321dcb82dcb2e7744c7
  Author: Leonard Chan <leonardchan at google.com>
  Date:   Tue Jul 14 14:56:38 2020 -0700


Compare: https://github.com/llvm/llvm-project/compare/280656eae95a...d0e4119d848b


More information about the All-commits mailing list