summaryrefslogtreecommitdiff
path: root/libcxx/test/std/utilities/any/any.class/any.cons/default.pass.cpp
Commit message (Expand)AuthorAgeFilesLines
* [libc++] [test] Remove `using std::any{,_cast}` from std/utilities/any/. NFCI.Arthur O'Dwyer2022-02-161-3/+2
* [libc++] Rename *SAFE_STATIC to *CONSTINIT, and normalize its uses.Arthur O'Dwyer2022-02-151-2/+2
* [libc++][nfc] Use TEST_SAFE_STATIC.Mark de Wever2022-02-081-3/+1
* [libc++] Remove the c++98 Lit feature from the test suiteLouis Dionne2020-06-031-1/+1
* libcxx: Rename .hpp files in libcxx/test/support to .hNico Weber2019-08-211-1/+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
* Improve constexpr tests for std::anyEric Fiselier2016-09-071-9/+9
* [libcxx] Add std::anyEric Fiselier2016-08-111-0/+47