[all-commits] [llvm/llvm-project] f37028: [Support] Rename HashBuilderImpl to HashBuilder (N...

Kazu Hirata via All-commits all-commits at lists.llvm.org
Wed Oct 4 20:33:52 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: f37028c2cc216accea8946a84a21d48739a32569
      https://github.com/llvm/llvm-project/commit/f37028c2cc216accea8946a84a21d48739a32569
  Author: Kazu Hirata <kazu at google.com>
  Date:   2023-10-04 (Wed, 04 Oct 2023)

  Changed paths:
    M clang/include/clang/Basic/ObjCRuntime.h
    M clang/include/clang/Basic/Sanitizers.h
    M clang/include/clang/Lex/HeaderSearchOptions.h
    M clang/include/clang/Serialization/ModuleFileExtension.h
    M llvm/include/llvm/Support/HashBuilder.h
    M llvm/include/llvm/Support/VersionTuple.h
    M llvm/unittests/ADT/HashingTest.cpp
    M llvm/unittests/Support/HashBuilderTest.cpp

  Log Message:
  -----------
  [Support] Rename HashBuilderImpl to HashBuilder (NFC) (#68173)

Commit 9370271ec5debcb59e34629d5bd357c44213b2d3 made HashBuilder an
alias for HashBuilderImpl:

  template <class HasherT, support::endianness Endianness>
  using HashBuilder = HashBuilderImpl<HasherT, Endianness>;

This patch renames HashBuilderImpl to HashBuilder while removing the
alias above.




More information about the All-commits mailing list