Revert r276506 - Diagnose invalid memory order arguments in <atomic>.
authorEric Fiselier <eric@efcs.ca>
Sat, 23 Jul 2016 01:43:53 +0000 (01:43 +0000)
committerEric Fiselier <eric@efcs.ca>
Sat, 23 Jul 2016 01:43:53 +0000 (01:43 +0000)
commit6f4a165e5147293020e4c3e922f4b088d9de2f5f
treeb07580b15999f9534793c29636d0934ca76bd3be
parent586b16e16a51c2a361de35e1a467723f6a25acc7
Revert r276506 - Diagnose invalid memory order arguments in <atomic>.

There is a bug in Clang 3.6 and earlier that causes compile failures.
I suspect it's due to the usage of member function parameter names in the
attributes.

llvm-svn: 276507
libcxx/include/atomic
libcxx/test/libcxx/atomics/diagnose_invalid_memory_order.fail.cpp [deleted file]