Files
android_external_libcxx/include
Eric Fiselier a67beb7b94 Fix ATOMIC_<TYPE>_LOCK_FREE macros on Windows.
Previously the ATOMIC_<TYPE>_LOCK_FREE macros were implemented
using __GCC_ATOMIC_<TYPE>_LOCK_FREE but GCC specific macros
are defined when -fms-compatibility is specified.

To avoid this Libc++ now tries to use the newly added
__CLANG_ATOMIC_<TYPE>_LOCK_FREE macros instead, and only falls
back to the GCC versions when the Clang ones aren't available.

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@300920 91177308-0d34-0410-b5e6-96231b3b80d8
2017-04-20 23:22:46 +00:00
..
2017-04-13 21:29:21 +00:00
2017-01-13 18:29:56 +00:00
2017-04-13 21:29:21 +00:00
2016-12-31 18:13:34 +00:00
2011-10-17 20:05:10 +00:00
2011-10-17 20:05:10 +00:00
2015-10-08 20:37:11 +00:00
2015-10-08 20:37:44 +00:00
2011-10-17 20:05:10 +00:00
2011-10-17 20:05:10 +00:00
2015-10-08 20:41:26 +00:00
2011-10-17 20:05:10 +00:00
2011-10-17 20:05:10 +00:00
2011-10-17 20:05:10 +00:00
2011-10-17 20:05:10 +00:00
2011-10-17 20:05:10 +00:00
2015-10-09 19:57:37 +00:00
2016-10-10 15:56:01 +00:00
2016-02-20 00:16:41 +00:00
2016-12-23 23:37:52 +00:00
2015-10-09 01:29:09 +00:00
2011-10-17 20:05:10 +00:00
2017-04-20 01:45:15 +00:00
2015-10-09 19:57:37 +00:00