summaryrefslogtreecommitdiffstats
path: root/libcxx/include/any
Commit message (Expand)AuthorAgeFilesLines
* [NFC][libc++] Remove stray semi-colon after function definitionLouis Dionne2019-06-191-1/+1
* Update the 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-1/+5
* Implement the infrastructure for feature-test macros. Very few actual feature...Marshall Clow2018-09-121-0/+1
* [NFC][libc++] Consistently use spaces to indentLouis Dionne2018-08-031-1/+1
* [libc++] Take 2: Replace uses of _LIBCPP_ALWAYS_INLINE by _LIBCPP_INLINE_VISI...Louis Dionne2018-07-111-3/+3
* Revert "[libc++] Replace uses of _LIBCPP_ALWAYS_INLINE by _LIBCPP_INLINE_VISI...Louis Dionne2018-07-051-3/+3
* [libc++] Replace uses of _LIBCPP_ALWAYS_INLINE by _LIBCPP_INLINE_VISIBILITYLouis Dionne2018-07-051-3/+3
* Implement part of LWG#2857 - any/optional. Still to do - variant. Reviewed as...Marshall Clow2017-04-121-12/+16
* [NFC] Rename _LIBCPP_TYPE_VIS_ONLY to _LIBCPP_TEMPLATE_VISEric Fiselier2017-01-041-5/+5
* Implement P0504R0: Revisiting in-place tag types for any/optional/variantEric Fiselier2016-11-171-3/+3
* Make any_cast<void()>(nullptr) compileEric Fiselier2016-10-161-4/+16
* Update issue status for LWG 2744Eric Fiselier2016-10-161-5/+2
* Update issue status for LWG 2768 and 2769Eric Fiselier2016-10-161-3/+6
* Fix various issues in std::any and the related tests.Eric Fiselier2016-10-071-62/+46
* Followon to r279744. Find the other exception types and make __throw_XXX rout...Marshall Clow2016-08-251-3/+13
* Add an _LIBCPP_NORETURN inline function named __throw_XXX for each exception ...Marshall Clow2016-08-251-1/+0
* [libcxx] Add std::anyEric Fiselier2016-08-111-0/+658
OpenPOWER on IntegriCloud