summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/utilities/meta/meta.trans/meta.trans.other/aligned_storage.pass.cpp
Commit message (Expand)AuthorAgeFilesLines
* Support overaligned types in `aligned_storage`.Eric Fiselier2019-04-301-0/+8
* Reworked all the utilities/meta tests to use ASSERT_SAME_TYPE instead of 'sta...Marshall Clow2019-03-281-21/+21
* 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
* Move internal usages of `alignof`/`__alignof` to use `_LIBCPP_ALIGNOF`. Eric Fiselier2019-01-161-6/+3
* Revert "Move internal usages of `alignof`/`__alignof` to use `_LIBCPP_ALIGNOF...Eric Fiselier2018-11-281-3/+6
* Move internal usages of `alignof`/`__alignof` to use `_LIBCPP_ALIGNOF`. Eric Fiselier2018-11-281-6/+3
* [test] [NFC] cleanup aligned_storage testCasey Carter2018-04-091-106/+55
* Implement LWG3034: P0767R1 breaks previously-standard-layout typesMarshall Clow2018-03-211-0/+45
* Implement P0767R1 - Deprecate PODMarshall Clow2018-03-061-0/+102
* Replace __cplusplus comparisons and dialect __has_feature checks with TEST_ST...Eric Fiselier2016-06-141-1/+1
* Walter pointed out some missing includes in the tests. Fixing the includes un...Marshall Clow2015-11-101-21/+23
* Move test into test/std subdirectory.Eric Fiselier2014-12-201-0/+194
OpenPOWER on IntegriCloud