[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
Tue Jun 13 08:01:42 PDT 2023


This revision was automatically updated to reflect the committed changes.
philnik marked 3 inline comments as done.
Closed by commit rG7d3bba5e2fe6: [libc++] Add [[nodiscard]] extensions to the functions in <bit> (authored by philnik).

Changed prior to commit:
  https://reviews.llvm.org/D152653?vs=530608&id=530913#toc

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.530913.patch
Type: text/x-patch
Size: 13206 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230613/9947f4a2/attachment-0001.bin>


More information about the libcxx-commits mailing list