aboutsummaryrefslogtreecommitdiff
path: root/libcxx/src/any.cpp
AgeCommit message (Expand)AuthorFilesLines
2023-06-15[libc++] Merge _LIBCPP_FUNC_VIS, _LIBCPP_TYPE_VIS and _LIBCPP_EXCEPTION_ABI i...Nikolas Klauser1-1/+1
2022-02-15[libc++] Replace `#include ""` with `<>` in libcxx/src/. NFCI.Arthur O'Dwyer1-1/+1
2021-11-17[runtimes][NFC] Remove filenames at the top of the license noticeLouis Dionne1-1/+1
2021-03-03[libc++/abi] Replace uses of _NOEXCEPT in src/ by noexceptLouis Dionne1-3/+3
2019-01-19Update more file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-02-01Put the exception classes for experimental::optional and experimental::any ba...Marshall Clow1-0/+19
2018-02-01Remove <experimental/any>; use <any> instead. See https://libcxx.llvm.org/TS_...Marshall Clow1-7/+0
2016-08-11[libcxx] Add std::anyEric Fiselier1-2/+7
2015-08-19Remove commented out TODOs. They defined unneeded methods.Eric Fiselier1-4/+0
2015-07-31Mark any as done and comment out extra methods until speaking to MarshallEric Fiselier1-3/+3
2015-07-31[libcxx] Add <experimental/any> v2.Eric Fiselier1-0/+22