llvm-project/libcxx/src
Howard Hinnant 4bb98d0917 Marshall Clow found this memory problem in strstream using -fsanitize=address on the test suite.
llvm-svn: 177452
2013-03-19 22:16:57 +00:00
..
support Add support files required for building on Solaris. 2012-02-29 13:17:28 +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 No functionality change at this time. I've split _LIBCPP_VISIBLE up into two flags: _LIBCPP_TYPE_VIS and _LIBCPP_FUNC_VIS. This is in preparation for taking advantage of clang's new __type_visibility__ attribute. 2013-03-06 23:30:19 +00:00
exception.cpp Removed raw references to __APPLE__; now just check to see if it is defined. 2013-03-18 17:45:34 +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 Saleem Abdulrasool: avoid hardcoding buffer lengths. 2012-12-27 21:17:53 +00:00
ios.cpp noexcept and constexpr applied to <ios>. 2012-07-21 01:03:40 +00:00
iostream.cpp This is an optimization which produces improved launching time. There should be no functionality change. Clients should see no ABI differences. 2013-03-19 21:34:48 +00:00
locale.cpp Removed raw references to _WIN32; now just check to see if it is defined. 2013-03-18 17:04:29 +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 _STD -> _VSTD to avoid macro clash on windows 2011-06-30 21:18:19 +00:00
thread.cpp Removed raw references to __sun__, __FreeBSD__, __GLIBC__ and __linux__; now just check to see if they are defined. 2013-03-18 19:34:07 +00:00
typeinfo.cpp Removed raw references to __APPLE__; now just check to see if it is defined. 2013-03-18 17:45:34 +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