[libcxx-commits] [PATCH] D114094: [libc++] Refactor tests for trivially copyable atomics

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Nov 17 08:18:57 PST 2021


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

- Replace irrelevant synopsis by a comment
- Use a .verify.cpp test instead of .compile.fail.cpp
- Remove unnecessary includes in one of the tests (was a copy-paste error)


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D114094

Files:
  libcxx/include/atomic
  libcxx/test/std/atomics/atomics.types.generic/trivially_copyable.compile.fail.cpp
  libcxx/test/std/atomics/atomics.types.generic/trivially_copyable.pass.cpp
  libcxx/test/std/atomics/atomics.types.generic/trivially_copyable.verify.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D114094.387949.patch
Type: text/x-patch
Size: 8347 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20211117/1bbdb536/attachment-0001.bin>


More information about the libcxx-commits mailing list