summaryrefslogtreecommitdiffstats
path: root/libcxx/src/strstream.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Switch to using C++ style casts.Joerg Sonnenberger2014-01-041-7/+7
| | | | llvm-svn: 198505
* Patch from GM to make more implicit bools explicit since we can't stop MSVC ↵Marshall Clow2013-10-131-4/+4
| | | | | | warning about this in headers and to warn is the MSVC default. No functionality change. llvm-svn: 192548
* Fix signed/unsigned warnings when building libc++ in C++14 modeMarshall Clow2013-08-141-3/+3
| | | | llvm-svn: 188395
* Marshall Clow found this memory problem in strstream using ↵Howard Hinnant2013-03-191-0/+2
| | | | | | -fsanitize=address on the test suite. llvm-svn: 177452
* Quash a whole bunch of warningsHoward Hinnant2011-12-011-4/+4
| | | | llvm-svn: 145624
* Fixing up some ABI issuesHoward Hinnant2011-07-071-35/+0
| | | | llvm-svn: 134639
* _STD -> _VSTD to avoid macro clash on windowsHoward Hinnant2011-06-301-6/+6
| | | | llvm-svn: 134190
* Chris Jefferson noted many places where function calls needed to be ↵Howard Hinnant2011-02-141-2/+2
| | | | | | qualified (thanks Chris). llvm-svn: 125510
* clang found a missing return statement.Howard Hinnant2011-01-271-0/+1
| | | | llvm-svn: 124431
* license changeHoward Hinnant2010-11-161-2/+2
| | | | llvm-svn: 119395
* Changed __config to react to all of clang's currently documented has_feature ↵Howard Hinnant2010-09-041-2/+2
| | | | | | 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
* Fixing whitespace problemsHoward Hinnant2010-08-221-3/+1
| | | | llvm-svn: 111751
* Wiped out some non-ascii characters that snuck into the copyright.Howard Hinnant2010-05-111-1/+1
| | | | llvm-svn: 103516
* libcxx initial importHoward Hinnant2010-05-111-0/+363
llvm-svn: 103490
OpenPOWER on IntegriCloud