[PATCH] D106910: [Support]: Introduce the `HashBuilder` interface.

Alexandre Rames via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 23 10:46:35 PDT 2021


arames updated this revision to Diff 368141.
arames marked 12 inline comments as done.
arames added a comment.

Address review comments.

The major changes are around:

- Renaming `update*` to `add*`
- Refactoring `HashBuilder` into `HashBuilderBase`, `HashBuilderImpl`, and `HashBuilder`.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D106910/new/

https://reviews.llvm.org/D106910

Files:
  llvm/include/llvm/Support/HashBuilder.h
  llvm/unittests/Support/CMakeLists.txt
  llvm/unittests/Support/HashBuilderTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D106910.368141.patch
Type: text/x-patch
Size: 28407 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210823/c393e074/attachment.bin>


More information about the llvm-commits mailing list