aboutsummaryrefslogtreecommitdiff
path: root/libcxx/src/strstream.cpp
AgeCommit message (Expand)AuthorFilesLines
2023-06-28[libc++][hardening][NFC] Introduce `_LIBCPP_ASSERT_UNCATEGORIZED`.varconst1-1/+1
2022-02-16[libc++] Move everything related solely to _LIBCPP_ASSERT to its own fileLouis Dionne1-1/+1
2022-02-15[libc++] Replace `#include ""` with `<>` in libcxx/src/. NFCI.Arthur O'Dwyer1-7/+11
2022-02-14[libc++] Implement P0627R6 (Function to mark unreachable code)Nikolas Klauser1-1/+2
2021-11-17[runtimes][NFC] Remove filenames at the top of the license noticeLouis Dionne1-1/+1
2019-01-19Update more file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2017-09-12Make pbump (internally) handle sizes bigger than MAX_INT. Fixes PR#33725 - th...Marshall Clow1-3/+3
2017-05-31[Libc++] Use #pragma push_macro/pop_macro to better handle min/max on WindowsEric Fiselier1-0/+1
2016-08-29Fix or suppress GCC warnings during build.Eric Fiselier1-0/+3
2016-06-29[libcxx] Fix a bug in strstreambuf::overflow.Akira Hatanaka1-2/+1
2016-06-19Fix various undefined behavior found by UBSan.Eric Fiselier1-1/+5
2014-01-04Switch to using C++ style casts.Joerg Sonnenberger1-7/+7
2013-10-13Patch from GM to make more implicit bools explicit since we can't stop MSVC w...Marshall Clow1-4/+4
2013-08-14Fix signed/unsigned warnings when building libc++ in C++14 modeMarshall Clow1-3/+3
2013-03-19Marshall Clow found this memory problem in strstream using -fsanitize=address...Howard Hinnant1-0/+2
2011-12-01Quash a whole bunch of warningsHoward Hinnant1-4/+4
2011-07-07Fixing up some ABI issuesHoward Hinnant1-35/+0
2011-06-30_STD -> _VSTD to avoid macro clash on windowsHoward Hinnant1-6/+6
2011-02-14Chris Jefferson noted many places where function calls needed to be qualified...Howard Hinnant1-2/+2
2011-01-27clang found a missing return statement.Howard Hinnant1-0/+1
2010-11-16license changeHoward Hinnant1-2/+2
2010-09-04Changed __config to react to all of clang's currently documented has_feature ...Howard Hinnant1-2/+2
2010-08-22Fixing whitespace problemsHoward Hinnant1-3/+1
2010-05-11Wiped out some non-ascii characters that snuck into the copyright.Howard Hinnant1-1/+1
2010-05-11libcxx initial importHoward Hinnant1-0/+363