summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/utilities/meta/meta.unary/meta.unary.prop/is_default_constructible.pass.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-1/+13
* Reimplement is_constructible fallback implementation. Fixes PR21574.Eric Fiselier2016-07-201-0/+7
* Replace __cplusplus comparisons and dialect __has_feature checks with TEST_ST...Eric Fiselier2016-06-141-1/+1
* Remove trailing whitespace in test suite. Approved by Marshall Clow.Eric Fiselier2016-06-011-1/+1
* 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-0/+12
* Removed some tabs that snuck into the test suite. No functionality changeMarshall Clow2015-01-281-1/+1
* Move test into test/std subdirectory.Eric Fiselier2014-12-201-0/+93
OpenPOWER on IntegriCloud