[all-commits] [llvm/llvm-project] dccc74: [libc++][test] atomic<T> requires trivially copyab...
Casey Carter via All-commits
all-commits at lists.llvm.org
Mon Oct 19 17:13:52 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: dccc742c2257159abec6b287223bb159bbf4b91c
https://github.com/llvm/llvm-project/commit/dccc742c2257159abec6b287223bb159bbf4b91c
Author: Casey Carter <Casey at Carter.net>
Date: 2020-10-19 (Mon, 19 Oct 2020)
Changed paths:
M libcxx/test/std/atomics/atomics.lockfree/isalwayslockfree.pass.cpp
M libcxx/test/std/atomics/types.pass.cpp
Log Message:
-----------
[libc++][test] atomic<T> requires trivially copyable T
The author of these tests apparently forgot that `atomic_{,un}signed_lock_free` are already specializations of `atomic`.
More information about the All-commits
mailing list