summaryrefslogtreecommitdiffstats
path: root/libcxx/test/support/count_new.hpp
Commit message (Expand)AuthorAgeFilesLines
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Fix PR22634 - std::allocator doesn't respect over-aligned types.Eric Fiselier2018-03-221-5/+164
* Attempt to avoid static init ordering issues with globalMemCounterEric Fiselier2017-06-211-5/+10
* Fix more uses of dynamic exception specifications in C++17Eric Fiselier2016-12-111-20/+4
* Fix count_new.hpp to work w/o dynamic exception specificationsEric Fiselier2016-12-111-4/+20
* [libcxx] [test] D27268: Fix MSVC x64 warning C4267 "conversion from 'size_t' ...Stephan T. Lavavej2016-12-061-9/+9
* Add [[noreturn]] attribute to throw_bad_alloc_helper().Eric Fiselier2016-06-261-3/+2
* Cleanup [list.modifiers] tests.Eric Fiselier2016-06-221-1/+34
* Add Filesystem TS -- CompleteEric Fiselier2016-06-171-0/+34
* Replace __cplusplus comparisons and dialect __has_feature checks with TEST_ST...Eric Fiselier2016-06-141-6/+4
* Add missing license headersEric Fiselier2016-01-191-0/+9
* [libcxx] Add <experimental/any> v2.Eric Fiselier2015-07-311-0/+43
* Use generic feature name for sanitizers that replace new and deleteEric Fiselier2015-03-101-1/+2
* Fix use of C++11 extensions in C++03 code.Eric Fiselier2015-02-101-9/+9
* Fix definition of __has_feature in r227263Eric Fiselier2015-01-271-1/+1
* Ensure __has_feature is defined in test/support/count_new.hppEric Fiselier2015-01-271-0/+4
* [libcxx] Consolidate new/delete replacement in tests and disable it when usin...Eric Fiselier2014-12-221-0/+201
OpenPOWER on IntegriCloud