[libcxx-commits] [PATCH] D143668: [libc++][NFC] Reorganize hash.h

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu Feb 9 10:59:08 PST 2023


ldionne created this revision.
Herald added a project: All.
ldionne requested review of this revision.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.

- Add missing _LIBCPP_HIDE_FROM_ABI
- Implement inline functions in the class to simplify the code
- Add missing `const` to `operator()`
- Move _LIBCPP_DISABLE_UBSAN_UNSIGNED_INTEGER_CHECK to the usual location for function attributes


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D143668

Files:
  libcxx/include/__functional/hash.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D143668.496187.patch
Type: text/x-patch
Size: 17103 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230209/98b2d7ae/attachment-0001.bin>


More information about the libcxx-commits mailing list