[libcxx-commits] [PATCH] D99895: [libc++] Implement D2351R0 "Mark all library static cast wrappers as [[nodiscard]]"

Arthur O'Dwyer via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue Apr 6 13:47:25 PDT 2021


Quuxplusone updated this revision to Diff 335653.
Quuxplusone added a comment.

Fix `forward.fail.cpp`, which checks the wording of the static_assert "can not" typo that I fixed incidentally.
Poke buildkite.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D99895

Files:
  libcxx/docs/UsingLibcxx.rst
  libcxx/include/cstddef
  libcxx/include/functional
  libcxx/include/type_traits
  libcxx/include/utility
  libcxx/test/libcxx/diagnostics/nodiscard_extensions.pass.cpp
  libcxx/test/libcxx/diagnostics/nodiscard_extensions.verify.cpp
  libcxx/test/std/utilities/utility/forward/forward.fail.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D99895.335653.patch
Type: text/x-patch
Size: 10595 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20210406/c6b76c09/attachment.bin>


More information about the libcxx-commits mailing list