[PATCH] D19758: [libcxx] [test] Replace non-Standard "atomic_flag f(false); " with Standard "atomic_flag f; "

Eric Fiselier via cfe-commits cfe-commits at lists.llvm.org
Mon May 2 19:18:32 PDT 2016


This revision was automatically updated to reflect the committed changes.
Closed by commit rL268355: [libcxx] [test] Replace non-Standard "atomic_flag f(false);" with Standard… (authored by EricWF).

Changed prior to commit:
  http://reviews.llvm.org/D19758?vs=55920&id=55937#toc

Repository:
  rL LLVM

http://reviews.llvm.org/D19758

Files:
  libcxx/trunk/include/atomic
  libcxx/trunk/test/libcxx/atomics/atomics.flag/init_bool.pass.cpp
  libcxx/trunk/test/std/atomics/atomics.flag/atomic_flag_clear.pass.cpp
  libcxx/trunk/test/std/atomics/atomics.flag/atomic_flag_clear_explicit.pass.cpp
  libcxx/trunk/test/std/atomics/atomics.flag/clear.pass.cpp
  libcxx/trunk/test/std/atomics/atomics.flag/init03.pass.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D19758.55937.patch
Type: text/x-patch
Size: 6611 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20160503/81abcc9f/attachment-0001.bin>


More information about the cfe-commits mailing list