Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Project
/
android_external_libcxx
/
6e0b5a4b8a688f20d1a3d06f8fd58f971edcbc76
/
test
/
std
/
atomics
/
atomics.flag
/
atomic_flag_clear.pass.cpp
897b2f9
Fix various undefined behavior found by UBSan.
by Eric Fiselier
· 9 years ago
219406e
[libcxx] [test] Replace non-Standard "atomic_flag f(false);" with Standard "atomic_flag f;"
by Eric Fiselier
· 9 years ago
00f4a49
[libcxx] Allow use of <atomic> in C++03. Try 3.
by Eric Fiselier
· 10 years ago
d539803
Fix uninitialized values and bad enum conversions found by UBSAN.
by Eric Fiselier
· 10 years ago
a90c6dd
Move test into test/std subdirectory.
by Eric Fiselier
· 10 years ago
[Renamed from test/atomics/atomics.flag/atomic_flag_clear.pass.cpp]
8d86b2e
Allow libc++ to be built on systems without POSIX threads
by Jonathan Roelofs
· 11 years ago
b64f8b0
license change
by Howard Hinnant
· 14 years ago
79101ae
[atomics.flag] completed. Initialization is not working on clang and can't be made to work without defaulted default constructors.
by Howard Hinnant
· 14 years ago