summaryrefslogtreecommitdiff
path: root/libcxx/test/std/strings/basic.string/string.cons/T_size_size.pass.cpp
AgeCommit message (Expand)Author
2023-12-13[ASan][libc++] std::basic_string annotations (#72677)Tacet
2023-09-27[libc++] Refactor string unit tests to ease addition of new allocatorsLouis Dionne
2023-09-01[libc++] Apply clang formatting to all string unit testsBrendan Emery
2022-06-13[libcxx][AIX] Switch build compiler to clangJake Egan
2022-04-27[libc++] Implement P0980R1 (constexpr std::string)Nikolas Klauser
2022-03-19[libc++] Prepare string tests for constexprNikolas Klauser
2022-02-08[libc++] Prepare string.{access, capacity, cons} tests for constexprNikolas Klauser
2019-02-04Support tests in freestandingJF Bastien
2019-01-19Update more file headers across all of the LLVM projects in the monorepoChandler Carruth
2017-05-08Fix possible loss of data warnings on amd64Billy Robert O'Neal III
2017-04-21Resolve unused local typedef warning in test.Billy Robert O'Neal III
2016-11-23[libcxx] [test] D27027: Strip trailing whitespace.Stephan T. Lavavej
2016-11-15Missed one of the try blocks the first time :-(. Thanks to Renato for the hea...Marshall Clow
2016-11-14Missed a test with exceptions disabled earlier. Oops.Marshall Clow
2016-11-14Fixes for LWG 2598, 2686, 2739, 2742, 2747, and 2759, which were adopted last...Marshall Clow