[all-commits] [llvm/llvm-project] 78b72d: [StaticAnalyzer] Remove unused declaration evalLoa...

kazutakahirata via All-commits all-commits at lists.llvm.org
Sat May 27 14:54:12 PDT 2023


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

  Changed paths:
    M clang/include/clang/StaticAnalyzer/Core/PathSensitive/ExprEngine.h

  Log Message:
  -----------
  [StaticAnalyzer] Remove unused declaration evalLoadCommon

The corresponding function definition was removed by:

  commit e0fb481cc57f5a9fb4908ab0a871c49d7ee61382
  Author: Artem Dergachev <artem.dergachev at gmail.com>
  Date:   Fri May 4 23:01:10 2018 +0000


  Commit: 156aafd0ed12792a4abef8f3f5374f195fe3387d
      https://github.com/llvm/llvm-project/commit/156aafd0ed12792a4abef8f3f5374f195fe3387d
  Author: Kazu Hirata <kazu at google.com>
  Date:   2023-05-27 (Sat, 27 May 2023)

  Changed paths:
    M clang/include/clang/StaticAnalyzer/Core/PathSensitive/ExprEngine.h

  Log Message:
  -----------
  [StaticAnalyzer] Remove unused declaration findDirectConstructorForCurrentCFGElement

The corresponding definition was removed by:

  commit a84374dc0e4e756a92191dd55efca43165e3977d
  Author: Artem Dergachev <artem.dergachev at gmail.com>
  Date:   Thu Jun 14 01:40:49 2018 +0000


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

  Changed paths:
    M clang/include/clang/StaticAnalyzer/Core/PathSensitive/ExprEngine.h

  Log Message:
  -----------
  [StaticAnalyzer] Remove unused declaration handleLVectorSplat

The corresponding function definition was removed by:

  commit 55662b24a4755680e4fd34dc22a3dd555fdb1291
  Author: Balazs Benics <balazs.benics at sigmatechnology.se>
  Date:   Thu Jul 1 10:54:28 2021 +0200


Compare: https://github.com/llvm/llvm-project/compare/752c04777fde...bdc2771911cb


More information about the All-commits mailing list