llvm-project/libcxx
Louis Dionne 79b476150b [libc++] Mark usage of _Atomic with __extension__
An upcoming change in Clang will flag _Atomic as being a C11 extension.
To avoid generating this warning in libc++, this commit marks the only
use of _Atomic with the __extension__ extension, which suppresses such
warnings.

llvm-svn: 370796
2019-09-03 17:52:18 +00:00
..
benchmarks libcxx: Rename .hpp files in libcxx/benchmarks to .h 2019-08-21 01:59:12 +00:00
cmake
docs [libc++] Fix typo in documentation for LIBCXX_HERMETIC_STATIC_LIBRARY 2019-08-23 19:42:09 +00:00
fuzzing
include [libc++] Mark usage of _Atomic with __extension__ 2019-09-03 17:52:18 +00:00
lib
src [libc++] Fix directory_iterator compilation on Win32 2019-08-31 23:17:38 +00:00
test Revert "Add gdb pretty printers for a wide variety of libc++ data structures." 2019-08-31 00:00:34 +00:00
utils Revert "Add gdb pretty printers for a wide variety of libc++ data structures." 2019-08-31 00:00:34 +00:00
www
.arcconfig
.clang-format
.gitignore
CMakeLists.txt
CREDITS.TXT
LICENSE.TXT
NOTES.TXT
TODO.TXT
appveyor-reqs-install.cmd
appveyor.yml