summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/utilities/template.bitset/bitset.members
Commit message (Expand)AuthorAgeFilesLines
* Add include for 'test_macros.h' to all the tests that were missing them. Than...Marshall Clow2019-05-316-0/+12
* Support tests in freestandingJF Bastien2019-02-0426-26/+78
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-1926-104/+78
* [libcxx] [test] Add missing <stdexcept> in several tests.Billy Robert O'Neal III2018-08-084-0/+4
* [libcxx] [test] Fix MSVC warnings, null pointer deref.Stephan T. Lavavej2017-12-132-4/+3
* Fix problems with r'890 when building on machines where sizeof(size_t) != siz...Marshall Clow2017-11-272-6/+3
* Fix PR#35438 - bitset constructor does not zero unused bitsMarshall Clow2017-11-272-1/+20
* [libcxx] [test] Suppress MSVC's /analyze warning C6294 in a more fine-grained...Stephan T. Lavavej2017-05-0518-16/+88
* [libcxx] [test] Fix MSVC warnings C4127 and C6326 about constants.Stephan T. Lavavej2017-01-188-10/+26
* Protect bitset tests under libcpp-no-exceptionsRoger Ferrer Ibanez2016-11-104-44/+84
* Mark LWG issue 2250 as completeEric Fiselier2016-06-023-13/+0
* Guard Clang and GCC specific pragmas. Patch from STL@microsoft.comEric Fiselier2016-04-2819-0/+38
* Make it possible to build a no-exceptions variant of libcxx.Asiri Rathnayake2015-11-104-0/+4
* Move test into test/std subdirectory.Eric Fiselier2014-12-2026-0/+1396
OpenPOWER on IntegriCloud