summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/strings/basic.string/string.capacity
Commit message (Expand)AuthorAgeFilesLines
* More of P0600 - '[[nodiscard]] in the Library' mark empty() as nodiscard in s...Marshall Clow2017-11-152-1/+31
* Add markup for libc++ dylib availabilityMehdi Amini2017-05-041-0/+6
* Protect std::string tests under libcpp-no-exceptionsRoger Ferrer Ibanez2016-11-291-1/+6
* Reverting wrong diffRoger Ferrer Ibanez2016-11-241-6/+1
* Protect std::string tests under libcpp-no-exceptionsRoger Ferrer Ibanez2016-11-241-1/+6
* [libcxx] [test] D26314: Fix MSVC warning C4189 "local variable is initialized...Stephan T. Lavavej2016-11-141-0/+1
* Protect exceptional paths under libcpp-no-exceptionsRoger Ferrer Ibanez2016-11-013-15/+39
* Change from "XFAIL: libcpp-no-exceptions" to "UNSUPPORTED: libcpp-no-exceptio...Roger Ferrer Ibanez2016-10-312-2/+2
* Replace __cplusplus comparisons and dialect __has_feature checks with TEST_ST...Eric Fiselier2016-06-147-7/+7
* Guard libc++ specific c.__invariants() tests in LIBCPP_ASSERT macrosEric Fiselier2016-04-284-8/+12
* Make it possible to build a no-exceptions variant of libcxx.Asiri Rathnayake2015-11-106-0/+6
* Use generic feature name for sanitizers that replace new and deleteEric Fiselier2015-03-101-1/+1
* Move test into test/std subdirectory.Eric Fiselier2014-12-2011-0/+698
OpenPOWER on IntegriCloud