[libcxx-commits] [PATCH] D132339: [libc++][NFC] Remove mentions of warn_unused_result

Nikolas Klauser via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Sun Aug 21 18:05:09 PDT 2022


philnik created this revision.
philnik added reviewers: ldionne, Mordante, var-const, huixie90.
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++.

We don't use `clang::warn_unused_result` anymore, so let's remove the mentions of it from the tests


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D132339

Files:
  libcxx/test/libcxx/diagnostics/enable_nodiscard.verify.cpp
  libcxx/test/libcxx/diagnostics/enable_nodiscard_disable_after_cxx17.verify.cpp
  libcxx/test/libcxx/diagnostics/enable_nodiscard_disable_nodiscard_ext.verify.cpp
  libcxx/test/libcxx/diagnostics/nodiscard_extensions.verify.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D132339.454349.patch
Type: text/x-patch
Size: 29278 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220822/ff1660be/attachment-0001.bin>


More information about the libcxx-commits mailing list