summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/utilities/meta/meta.unary/meta.unary.prop/is_constructible.pass.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix various test failures with GCCEric Fiselier2019-09-131-2/+6
* Support tests in freestandingJF Bastien2019-02-041-1/+3
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Add pre-C++11 is_constructible wrappers for 3 argumentsDimitry Andric2018-01-071-0/+12
* [libcxx] [test] Untabify, NFC.Stephan T. Lavavej2017-07-291-1/+1
* [libcxx] [test] Avoid Clang's -Wunused-const-variable in is_constructible.pas...Stephan T. Lavavej2017-04-121-0/+1
* Adjust libc++ test infastructure to fully support modulesEric Fiselier2016-12-051-0/+1
* Fix __libcpp_is_constructible for source types with explicit conversion opera...Eric Fiselier2016-11-021-2/+118
* Add tests to make sure that is_constructible<cv-void> is false. We already ch...Marshall Clow2016-10-031-0/+3
* Unbreak traits tests by handling differences between version macros in clang/...Eric Fiselier2016-07-201-1/+2
* Unbreak is_constructible tests for Clang <= 3.7.Eric Fiselier2016-07-201-0/+12
* Reimplement is_constructible fallback implementation. Fixes PR21574.Eric Fiselier2016-07-201-7/+53
* Fix typo in #ifdef; leave tests commented out b/c gcc 4.8 harks on them.Marshall Clow2016-07-081-2/+2
* Revert r274605 due to bot failure: http://lab.llvm.org:8080/green/job/clang-s...Manman Ren2016-07-061-7/+7
* Fix typo in #ifdef, and re-enable tests now that the green-dragon bots are no...Marshall Clow2016-07-061-7/+7
* Replace __cplusplus comparisons and dialect __has_feature checks with TEST_ST...Eric Fiselier2016-06-141-2/+2
* Remove trailing whitespace in test suite. Approved by Marshall Clow.Eric Fiselier2016-06-011-2/+2
* These new tests fail on the green-dragon bots, which use an old Apple compiler.Marshall Clow2016-02-231-8/+10
* Add tests for LWG#2560. No code changes, just testsMarshall Clow2016-02-231-0/+9
* Walter pointed out some missing includes in the tests. Fixing the includes un...Marshall Clow2015-11-101-0/+1
* More of P0006R0: type traits variable aliases for C++17.Marshall Clow2015-11-071-2/+17
* Move test into test/std subdirectory.Eric Fiselier2014-12-201-0/+86
OpenPOWER on IntegriCloud