mirror of https://github.com/llvm-mirror/libcxx
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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. git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@180945 91177308-0d34-0410-b5e6-96231b3b80d8 |
13 years ago | |
|---|---|---|
| .. | ||
| atomics.fences | 15 years ago | |
| atomics.flag | 13 years ago | |
| atomics.general | 15 years ago | |
| atomics.lockfree | 15 years ago | |
| atomics.order | 15 years ago | |
| atomics.syn | 15 years ago | |
| atomics.types.generic | 13 years ago | |
| atomics.types.operations | 13 years ago | |
| version.pass.cpp | 15 years ago | |