[all-commits] [llvm/llvm-project] c3c931: [Support] Automatically support `hash_value` when ...

Alexandre Rames via All-commits all-commits at lists.llvm.org
Tue Sep 7 09:56:23 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: c3c9312f7049e8a9b1bf05db877b4b39df897416
      https://github.com/llvm/llvm-project/commit/c3c9312f7049e8a9b1bf05db877b4b39df897416
  Author: Alexandre Rames <arames at apple.com>
  Date:   2021-09-07 (Tue, 07 Sep 2021)

  Changed paths:
    M llvm/include/llvm/Support/HashBuilder.h
    M llvm/unittests/ADT/HashingTest.cpp

  Log Message:
  -----------
  [Support] Automatically support `hash_value` when `HashBuilder` support is available.

Use the `HBuilder` interface to provide default implementations of `llvm::hash_value`.

Reviewed By: dexonsmith

Differential Revision: https://reviews.llvm.org/D109024




More information about the All-commits mailing list