[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
Sun Jun 11 11:54:49 PDT 2023


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

Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D152653

Files:
  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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D152653.530318.patch
Type: text/x-patch
Size: 8878 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230611/7bff365a/attachment-0001.bin>


More information about the libcxx-commits mailing list