llvm-project/libcxx/src
Joerg Sonnenberger f380515753 The push/pop variant of pragma GCC diagnostic is only supported by Clang
and GCC 4.6 and newer, so protect accordingly.

llvm-svn: 180943
2013-05-02 19:34:26 +00:00
..
support Reference: http://lists.cs.uiuc.edu/pipermail/cfe-commits/Week-of-Mon-20130325/077133.html 2013-04-02 22:14:51 +00:00
algorithm.cpp license change 2010-11-16 22:09:02 +00:00
bind.cpp license change 2010-11-16 22:09:02 +00:00
chrono.cpp Removed raw references to __APPLE__; now just check to see if it is defined. 2013-03-18 17:45:34 +00:00
condition_variable.cpp Change sleep_for, sleep_until, and the condition_variable timed wait 2012-08-30 19:14:33 +00:00
debug.cpp Use static_cast. 2013-04-27 19:13:31 +00:00
exception.cpp Bruce Mitchener, Jr.: Port to emscripten. Fixes http://llvm.org/bugs/show_bug.cgi?id=15624. 2013-03-29 18:27:28 +00:00
future.cpp Fix a race in the construction of future. This fixes http://llvm.org/bugs/show_bug.cgi?id=14934. 2013-01-14 20:01:24 +00:00
hash.cpp Only use Clang pragma when compiling with clang. 2013-04-27 19:10:15 +00:00
ios.cpp noexcept and constexpr applied to <ios>. 2012-07-21 01:03:40 +00:00
iostream.cpp Use reinterpret_casts directly in place of C-style casts. 2013-04-27 19:12:36 +00:00
locale.cpp The push/pop variant of pragma GCC diagnostic is only supported by Clang 2013-05-02 19:34:26 +00:00
memory.cpp This should be nothing but a load-time optimization. I'm trying to reduce load time initializers and this is a big one. No visible functionality change intended. 2013-03-16 00:17:53 +00:00
mutex.cpp noexcept and constexpr applied to <mutex>. 2012-07-21 16:13:09 +00:00
new.cpp Removed raw references to __APPLE__; now just check to see if it is defined. 2013-03-18 17:45:34 +00:00
random.cpp noexcept applied to <random>. 2012-07-20 21:44:27 +00:00
regex.cpp Quash a whole bunch of warnings 2011-12-01 20:21:04 +00:00
stdexcept.cpp Removed raw references to __APPLE__; now just check to see if it is defined. 2013-03-18 17:45:34 +00:00
string.cpp Removed raw references to _WIN32; now just check to see if it is defined. 2013-03-18 17:04:29 +00:00
strstream.cpp Marshall Clow found this memory problem in strstream using -fsanitize=address on the test suite. 2013-03-19 22:16:57 +00:00
system_error.cpp Fix a few warnings/errors for compiling with -fno-exceptions. 2013-03-28 18:56:26 +00:00
thread.cpp Bruce Mitchener, Jr.: Port to emscripten. Fixes http://llvm.org/bugs/show_bug.cgi?id=15624. 2013-03-29 18:27:28 +00:00
typeinfo.cpp Fix a few warnings/errors for compiling with -fno-exceptions. 2013-03-28 18:56:26 +00:00
utility.cpp Put std::piecewise_construct_t back into the dylib for ABI stability. When clients are in C++11/constexpr mode this will be safely ignored because piecewise_construct is then declared with internal linkage. 2012-04-03 23:45:46 +00:00
valarray.cpp license change 2010-11-16 22:09:02 +00:00