summaryrefslogtreecommitdiff
path: root/libcxx/src/any.cpp
AgeCommit message (Expand)Author
2025-06-02[libc++] Remove availability annotations which can't fire anymore (#140049)Nikolas Klauser
2025-05-28Revert "[libc++] Introduce ABI sensitive areas to avoid requiring _LIBCPP_HID...James Y Knight
2025-05-18[libc++] Introduce ABI sensitive areas to avoid requiring _LIBCPP_HIDE_FROM_A...Nikolas Klauser
2024-09-11[libc++] Get rid of experimental/__config (#108233)Louis Dionne
2023-12-18[libc++] Format the code base (#74334)Louis Dionne
2023-06-15[libc++] Merge _LIBCPP_FUNC_VIS, _LIBCPP_TYPE_VIS and _LIBCPP_EXCEPTION_ABI i...Nikolas Klauser
2022-02-15[libc++] Replace `#include ""` with `<>` in libcxx/src/. NFCI.Arthur O'Dwyer
2021-11-17[runtimes][NFC] Remove filenames at the top of the license noticeLouis Dionne
2021-03-03[libc++/abi] Replace uses of _NOEXCEPT in src/ by noexceptLouis Dionne
2019-01-19Update more file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-02-01Put the exception classes for experimental::optional and experimental::any ba...Marshall Clow
2018-02-01Remove <experimental/any>; use <any> instead. See https://libcxx.llvm.org/TS_...Marshall Clow
2016-08-11[libcxx] Add std::anyEric Fiselier
2015-08-19Remove commented out TODOs. They defined unneeded methods.Eric Fiselier
2015-07-31Mark any as done and comment out extra methods until speaking to MarshallEric Fiselier
2015-07-31[libcxx] Add <experimental/any> v2.Eric Fiselier