summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/depr
Commit message (Expand)AuthorAgeFilesLines
* Fix _LIBCPP_HAS_ definitions for Android.Dan Albert2019-11-181-2/+1
* AIX system headers need stdint.h and inttypes.h to be re-enterableXing Xue2019-06-201-0/+268
* [libc++] Add missing #include in <cwchar> testsLouis Dionne2019-06-131-0/+1
* Add include for 'test_macros.h' to all the tests that were missing them. Than...Marshall Clow2019-05-31104-0/+190
* Fix implementation of ::abs and std::abs LWG 2192.Eric Fiselier2019-04-232-6/+87
* [libc++] Enable deprecation warnings by defaultLouis Dionne2019-03-1265-12/+126
* Add fenv.h headerEric Fiselier2019-02-111-11/+11
* Support tests in freestandingJF Bastien2019-02-04150-150/+448
* [libcxx] Include <cstring> in tests that use strcmpLouis Dionne2019-01-221-1/+2
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-19153-612/+459
* Fix FP comparisons when SSE isn't availableEric Fiselier2018-12-171-15/+24
* [test] [depr.c.headers] XFAIL uchar.h on NetBSDMichal Gorny2018-12-121-0/+1
* [libcxx] Reintroduce UNSUPPORTED annotation for strstreambuf overflow testLouis Dionne2018-11-221-0/+4
* [libcxx] Mark strstreams tests as being supported on all OS X versionsLouis Dionne2018-11-211-4/+0
* [libcxx] [test] Don't detect Windows' UCRT with TEST_COMPILER_C1XXBilly Robert O'Neal III2018-10-201-3/+1
* [libcxx] Fix the binder deprecation tests on Clang 5.Louis Dionne2018-09-234-24/+8
* [libcxx] Fix buildbots on DebianLouis Dionne2018-09-234-0/+4
* [libc++] Add deprecated attributes to many deprecated componentsLouis Dionne2018-09-234-0/+136
* [libc++] Disable failing C11 feature tests for <cfloat> and <float.h>Louis Dionne2018-08-151-3/+3
* [libc++] Add missing #include in C11 features testsLouis Dionne2018-08-141-0/+2
* Final bit of P0063 - make sure that aligned_alloc is available when the under...Marshall Clow2018-07-311-0/+10
* Test for the presence of a bunch of new macros for c++17. These macros come f...Marshall Clow2018-07-311-0/+42
* [libcxx] [test] Use the correct type from strlen. Include correct header.Billy Robert O'Neal III2018-04-103-6/+9
* Implement LWG3034: P0767R1 breaks previously-standard-layout typesMarshall Clow2018-03-211-0/+2
* One more test for P0767:Marshall Clow2018-03-061-0/+8
* Change a bunch of comments from C++1z to C++17. NFCMarshall Clow2017-11-0216-16/+16
* Placate unused variable warnings uncovered by improvements to clang's -Wunuse...Benjamin Kramer2017-10-142-0/+2
* XFAIL tests on SLES11Brian Cain2017-09-081-0/+1
* [libcxx] [test] Update for C++17 feature removals.Stephan T. Lavavej2017-08-242-0/+4
* Add markup for libc++ dylib availabilityMehdi Amini2017-05-041-0/+4
* Remove the binders from C++17. Reviewed as https://reviews.llvm.org/D31769Marshall Clow2017-04-1344-0/+674
* Fix libc++ test to pass in C++03 modeMehdi Amini2017-03-031-1/+1
* Remove more usages of REQUIRES-ANY in the test-suiteEric Fiselier2017-03-0214-14/+14
* test: silence warnings on clang under clang-clSaleem Abdulrasool2017-02-181-1/+1
* [libcxx] Remove unexpected handlers in C++17Eric Fiselier2017-02-174-0/+8
* Remove auto_ptr in C++17. Get it back by defining _LIBCPP_ENABLE_CXX17_REMOVE...Marshall Clow2017-01-2414-0/+28
* Remove mblen(), mbtowc() and wctomb() from the thread-unsafe functions.Ed Schouten2016-12-301-2/+0
* [libcxx] [test] D26314: Fix MSVC warning C4189 "local variable is initialized...Stephan T. Lavavej2016-11-141-42/+44
* Remove all _LIBCPP_VERSION tests from under test/stdEric Fiselier2016-10-083-12/+0
* Fix unreferenced parameter warning. Patch from STL@microsoft.comEric Fiselier2016-06-301-1/+1
* Avoid applying unary minus to unsigned integers. Patch from STL@microsoft.comEric Fiselier2016-06-301-4/+4
* [libcxx] Fix a bug in strstreambuf::overflow.Akira Hatanaka2016-06-291-0/+32
* Move remaining _LIBCPP_VERSION tests into test/libcxxEric Fiselier2016-06-221-20/+0
* Replace __cplusplus comparisons and dialect __has_feature checks with TEST_ST...Eric Fiselier2016-06-141-1/+3
* Silence more unused variable warnings. Patch from STL@microsoft.comEric Fiselier2016-06-141-0/+8
* Remove trailing whitespace in test suite. Approved by Marshall Clow.Eric Fiselier2016-06-011-1/+1
* Tolerate incorrect return type for 'isinf' and 'isnan' in tests.Eric Fiselier2016-05-273-63/+48
* Cleanup warnings and remove use of __builtin_va_list in depr.c.headersEric Fiselier2016-05-025-20/+9
* Void cast runtime-unused variables. Patch from STL@microsoft.comEric Fiselier2016-05-022-1/+8
* Move extern C include test into test/libcxxEric Fiselier2016-04-291-43/+0
OpenPOWER on IntegriCloud