hanchenye-llvm-project/libcxx
Logan Chien b0d5be563b Fix GCC unknown pragma warning in libc++.
We should check defined(__clang__) before the usage of the
clang diagnostic pragmas.

The [-Wswitch] warning in src/future.cpp should be ignored.
As the result, the equivalent GCC pragma is added.

llvm-svn: 197314
2013-12-14 06:45:09 +00:00
..
cmake Explicitly specify -Wno-error if LIBCXX_ENABLE_WERROR is false. 2013-10-02 07:44:19 +00:00
include GCC does not support strong enum in pre-C++0x mode. 2013-12-14 06:44:09 +00:00
lib Justin Bogner: This makes the headers available in the build directory, making it 2013-11-15 17:18:57 +00:00
src Fix GCC unknown pragma warning in libc++. 2013-12-14 06:45:09 +00:00
test Found six (nmostly) identical files named 'test_allocator.h' in the libcxx test suite. Moved one to /support, made it a superset, and removed all but one of the others, and iupdated all the includes. Left the odd one (thread/futures/test_allocator.h) for later. 2013-12-03 00:18:10 +00:00
www Fix LWG Issue 2078. Make std::async(policy,...) try multiple policies until one succeeds. 2013-11-03 15:43:35 +00:00
.arcconfig
CMakeLists.txt Justin Bogner: This makes the headers available in the build directory, making it 2013-11-15 17:18:57 +00:00
CREDITS.TXT Updated my role 2013-09-28 01:25:55 +00:00
LICENSE.TXT
Makefile Set the permissions for 'experimental' and its context to the correct values. 2013-11-18 07:01:16 +00:00