summaryrefslogtreecommitdiff
path: root/libcxx/test/std/utilities/any/any.class/any.cons/value.pass.cpp
Commit message (Expand)AuthorAgeFilesLines
* [libc++] Use named Lit features to flag back-deployment XFAILsLouis Dionne2023-03-271-2/+1
* [libc++] [test] Remove `using std::any{,_cast}` from std/utilities/any/. NFCI.Arthur O'Dwyer2022-02-161-10/+7
* [runtimes] Simplify how we specify XFAIL & friends based on the tripleLouis Dionne2021-07-011-4/+1
* [libc++] Move handling of the target triple to the DSLLouis Dionne2021-05-081-4/+4
* [libc++] Remove shortcut Lit features for Apple backdeploymentLouis Dionne2020-07-161-1/+5
* [libc++] Remove the c++98 Lit feature from the test suiteLouis Dionne2020-06-031-1/+1
* [libc++/abi/unwind] Rename Lit features for no exceptions to 'no-exceptions'Louis Dionne2020-04-221-1/+1
* libcxx: Rename .hpp files in libcxx/test/support to .hNico Weber2019-08-211-1/+1
* [libc++] Fix XFAILs on macOS when exceptions are disabledLouis Dionne2019-02-051-1/+1
* [libcxx] Start defining lit features for tests depending on availabilityLouis Dionne2019-02-051-7/+1
* 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
* [libcxx] Add availability markup for bad_optional_access, bad_variant_access ...Louis Dionne2018-11-191-6/+7
* Add markup for libc++ dylib availabilityMehdi Amini2017-05-041-1/+8
* Test changes for P0504R0 "Revisiting in-place tag types for any/optional/vari...Eric Fiselier2016-11-171-9/+3
* Cleanup nonportable behavior in tests for std::anyCasey Carter2016-10-261-4/+0
* Update issue status for LWG 2744Eric Fiselier2016-10-161-10/+18
* Fix various issues in std::any and the related tests.Eric Fiselier2016-10-071-29/+1
* [libcxx] Add std::anyEric Fiselier2016-08-111-0/+184