[libcxx-commits] [PATCH] D157569: [libc++] Fix the signature of std::rotl and std::rotr

Daniil via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri Aug 11 18:15:43 PDT 2023


DKay7 updated this revision to Diff 549556.
DKay7 edited the summary of this revision.
DKay7 added a comment.
Herald added a subscriber: arichardson.

Removed `__bit/rotate.h` from `libcxx/utils/data/ignore_format.txt`

- My name and email (as @philnik asked): "Daniil Kalinin" kalinin.de at phystech.edu

#Updating D157569 <https://reviews.llvm.org/D157569>: [libc++] Fix the signature of std::rotl and std::rotr


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D157569

Files:
  libcxx/include/__bit/rotate.h
  libcxx/include/bit
  libcxx/test/std/numerics/bit/bitops.rot/rotl.pass.cpp
  libcxx/test/std/numerics/bit/bitops.rot/rotr.pass.cpp
  libcxx/utils/data/ignore_format.txt

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D157569.549556.patch
Type: text/x-patch
Size: 7054 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230812/bb684b3a/attachment.bin>


More information about the libcxx-commits mailing list