[libcxx-commits] [PATCH] D152653: [libc++] Add [[nodiscard]] extensions to the functions in <bit>

Nikolas Klauser via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon Jun 12 11:14:58 PDT 2023


philnik updated this revision to Diff 530608.
philnik marked 5 inline comments as done.
philnik added a comment.

Address comments


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D152653

Files:
  libcxx/docs/UsingLibcxx.rst
  libcxx/include/__bit/bit_ceil.h
  libcxx/include/__bit/bit_floor.h
  libcxx/include/__bit/bit_width.h
  libcxx/include/__bit/byteswap.h
  libcxx/include/__bit/countl.h
  libcxx/include/__bit/countr.h
  libcxx/include/__bit/has_single_bit.h
  libcxx/include/__bit/popcount.h
  libcxx/include/__bit/rotate.h
  libcxx/test/libcxx/diagnostics/bit.nodiscard_extensions.compile.pass.cpp
  libcxx/test/libcxx/diagnostics/bit.nodiscard_extensions.verify.cpp
  libcxx/test/libcxx/diagnostics/nodiscard_extensions.compile.pass.cpp
  libcxx/test/libcxx/diagnostics/nodiscard_extensions.verify.cpp
  libcxx/test/std/numerics/bit/bitops.rot/nodiscard.verify.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D152653.530608.patch
Type: text/x-patch
Size: 13174 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230612/2a4cf95f/attachment.bin>


More information about the libcxx-commits mailing list