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

Alexandre Rames via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 25 21:28:57 PDT 2021


arames updated this revision to Diff 368802.
arames added a comment.

Finalize workaround for Windows.

As far as I can see in the C++ spec section 8.5.4 guarantees evaluation order of
the initializer-list in a braced-init-list. But this not seem to hold with MSVC
19.28.29914.0. So simply use a recursive template instead.


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.368802.patch
Type: text/x-patch
Size: 28089 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210826/d0214f8b/attachment.bin>


More information about the llvm-commits mailing list