forked from OSchip/llvm-project
da9ca0b405
The tests use placement new to check that atomic values get properly zero-initialized. I had to modify the atomic_is_lock_free test, because default initialization of an object of const type 'const A' (aka 'const atomic<int>') requires a user-provided default constructor. llvm-svn: 180945 |
||
---|---|---|
.. | ||
atomic_flag_clear.pass.cpp | ||
atomic_flag_clear_explicit.pass.cpp | ||
atomic_flag_test_and_set.pass.cpp | ||
atomic_flag_test_and_set_explicit.pass.cpp | ||
clear.pass.cpp | ||
copy_assign.fail.cpp | ||
copy_ctor.fail.cpp | ||
copy_volatile_assign.fail.cpp | ||
default.pass.cpp | ||
init.pass.cpp | ||
test_and_set.pass.cpp |