Joerg Sonnenberger
|
634b9dd768
|
Switch to using C++ style casts.
llvm-svn: 198505
|
2014-01-04 17:43:00 +00:00 |
|
Marshall Clow
|
9f21325ac7
|
Patch from GM to make more implicit bools explicit since we can't stop MSVC warning about this in headers and to warn is the MSVC default. No functionality change.
llvm-svn: 192548
|
2013-10-13 01:02:45 +00:00 |
|
Marshall Clow
|
a8c7c154bb
|
Fix signed/unsigned warnings when building libc++ in C++14 mode
llvm-svn: 188395
|
2013-08-14 17:53:31 +00:00 |
|
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 |
|
Howard Hinnant
|
c206366fd7
|
Quash a whole bunch of warnings
llvm-svn: 145624
|
2011-12-01 20:21:04 +00:00 |
|
Howard Hinnant
|
11af28bdbd
|
Fixing up some ABI issues
llvm-svn: 134639
|
2011-07-07 21:03:52 +00:00 |
|
Howard Hinnant
|
ce48a1137d
|
_STD -> _VSTD to avoid macro clash on windows
llvm-svn: 134190
|
2011-06-30 21:18:19 +00:00 |
|
Howard Hinnant
|
a0fe8c436e
|
Chris Jefferson noted many places where function calls needed to be qualified (thanks Chris).
llvm-svn: 125510
|
2011-02-14 19:12:38 +00:00 |
|
Howard Hinnant
|
80b2905b83
|
clang found a missing return statement.
llvm-svn: 124431
|
2011-01-27 21:01:11 +00:00 |
|
Howard Hinnant
|
412dbebe1b
|
license change
llvm-svn: 119395
|
2010-11-16 22:09:02 +00:00 |
|
Howard Hinnant
|
7609c9b665
|
Changed __config to react to all of clang's currently documented has_feature flags, and renamed _LIBCPP_MOVE to _LIBCPP_HAS_NO_RVALUE_REFERENCES to be more consistent with the rest of the libc++'s flags, and with clang's nomenclature.
llvm-svn: 113086
|
2010-09-04 23:28:19 +00:00 |
|
Howard Hinnant
|
940e211c87
|
Fixing whitespace problems
llvm-svn: 111751
|
2010-08-22 00:03:27 +00:00 |
|
Howard Hinnant
|
5b08a8a432
|
Wiped out some non-ascii characters that snuck into the copyright.
llvm-svn: 103516
|
2010-05-11 21:36:01 +00:00 |
|
Howard Hinnant
|
3e519524c1
|
libcxx initial import
llvm-svn: 103490
|
2010-05-11 19:42:16 +00:00 |
|