summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/utilities/memory/default.allocator/allocator.members
Commit message (Expand)AuthorAgeFilesLines
* libcxx: Rename .hpp files in libcxx/test/support to .hNico Weber2019-08-212-2/+2
* Add include for 'test_macros.h' to all the tests that were missing them. Than...Marshall Clow2019-05-312-0/+4
* [libc++] Remove unnecessary <iostream> #includes in testsLouis Dionne2019-03-281-1/+0
* [libc++] Mark several tests as XFAIL on macosx10.7Louis Dionne2019-02-271-0/+5
* Support tests in freestandingJF Bastien2019-02-046-6/+18
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-196-24/+18
* [libcxx] Add missing <cstddef> includes in testsLouis Dionne2018-11-191-0/+1
* avoid new/delete ellision in construct.pass.cppEric Fiselier2018-03-251-0/+4
* Use DoNotOptimize to prevent new/delete elision.Eric Fiselier2018-03-221-1/+5
* Fix PR22634 - std::allocator doesn't respect over-aligned types.Eric Fiselier2018-03-221-22/+76
* More of P0600; marking allocation routines as [[nodiscard]]Marshall Clow2017-11-261-0/+28
* Change (void) casts to TEST_IGNORE_NODISCARD, as requested by Eric. Reviewed ...Billy Robert O'Neal III2017-11-211-1/+1
* Tolerate even more [[nodiscard]] in the STL. Reviewed as https://reviews.llvm...Billy Robert O'Neal III2017-11-151-1/+1
* Fix test failure to to new/delete ellisionsEric Fiselier2017-07-091-2/+3
* [libcxx] [test] D26813: allocator<const T> is non-Standard.Stephan T. Lavavej2016-11-181-17/+15
* Change from "XFAIL: libcpp-no-exceptions" to "UNSUPPORTED: libcpp-no-exceptio...Roger Ferrer Ibanez2016-10-311-1/+1
* Change allocator<T>::allocate to throw length_error, not bad_allocEric Fiselier2016-05-071-3/+5
* Mark exception-throwing test as XFAIL when exceptions are disabledMarshall Clow2016-03-141-0/+1
* Fix for PR26812: possible overflow issue in std::allocator::allocateMarshall Clow2016-03-031-0/+46
* Fixed a possible overflow in a test of allocator::max_size().Marshall Clow2015-10-051-2/+2
* Suppress clang warnings in some testsEric Fiselier2015-08-301-2/+4
* Fix a handful of tests that fail in C++03Eric Fiselier2015-07-281-13/+8
* [libcxx] Consolidate new/delete replacement in tests and disable it when usin...Eric Fiselier2014-12-222-59/+33
* Move test into test/std subdirectory.Eric Fiselier2014-12-204-0/+286
OpenPOWER on IntegriCloud