Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
81fe1fbf4abd00b24e078a80cb15a2d2c1343f11
/
libcxx
/
test
/
std
/
atomics
/
atomics.flag
/
default.pass.cpp
6ce45e0
Remove usages of _ALIGNAS_TYPE
by Eric Fiselier
· 9 years ago
b67e689
Fix unused variable warnings in atomic tests
by Eric Fiselier
· 10 years ago
5a83710
Move test into test/std subdirectory.
by Eric Fiselier
· 11 years ago
[Renamed from libcxx/test/atomics/atomics.flag/default.pass.cpp]
b3fcc67
Allow libc++ to be built on systems without POSIX threads
by Jonathan Roelofs
· 11 years ago
da9ca0b
Stephan Tolksdorf: fixes the issue in the <atomic> header and adds corresponding tests. I've used macros to fall back to a user-provided default constructor if _LIBCPP_HAS_NO_DEFAULTED_FUNCTIONS (though I suspect that there won't be many users defining that macro).
by Howard Hinnant
· 12 years ago
412dbeb
license change
by Howard Hinnant
· 15 years ago
748a527
[atomics.flag] completed. Initialization is not working on clang and can't be made to work without defaulted default constructors.
by Howard Hinnant
· 15 years ago