summaryrefslogtreecommitdiff
path: root/libcxx/include/any
Commit message (Expand)AuthorAgeFilesLines
* [libc++][PSTL] Reduce the amount of transitive includesNikolas Klauser2023-05-031-0/+1
* [libc++] Add hide_from_abi check for classesNikolas Klauser2023-04-161-1/+1
* [libc++] Remove <cstdlib> includesNikolas Klauser2023-04-091-1/+1
* [libc++] Use the _LIBCPP_VERBOSE_ABORT macro instead of calling the function ...Nikolas Klauser2023-03-181-1/+1
* [libc++] Use __verbose_abort instead of std::abort in __throw_ functionsNikolas Klauser2023-03-141-1/+2
* [libc++] Granularize <exception>Nikolas Klauser2023-03-121-0/+2
* [libc++] Granularize <type_traits> includesNikolas Klauser2023-03-081-1/+14
* [libc++][NFC] Rename _LIBCPP_NO_EXCEPTIONS to _LIBCPP_HAS_NO_EXCEPTIONSNikolas Klauser2023-02-171-1/+1
* [libc++][NFC] Replace _LIBCPP_STD_VER > x with _LIBCPP_STD_VER >= xNikolas Klauser2023-02-151-2/+2
* [libc++][NFC] Rename _LIBCPP_NO_RTTI to _LIBCPP_HAS_NO_RTTINikolas Klauser2023-02-051-5/+5
* [libc++] Implement P1413R3 (Deprecate std::aligned_storage and std::aligned_u...Nikolas Klauser2023-01-211-0/+2
* [libc++] Split __allocator_destructor out of shared_ptr.hNikolas Klauser2022-11-051-1/+3
* [libc++] Granularize <concept> includesNikolas Klauser2022-11-051-0/+1
* [libc++] Rewrites graph_header_deps.py.Mark de Wever2022-09-251-1/+1
* [libc++] Avoid instantiating type_trait classesNikolas Klauser2022-09-061-4/+4
* [libc++] Granularize the rest of memoryNikolas Klauser2022-09-051-1/+10
* [NFC][libc++] Moves transitive includes location.Mark de Wever2022-09-031-4/+4
* Revert "[libc++] Granularize the rest of memory"Vitaly Buka2022-09-021-11/+1
* [libc++] Granularize the rest of memoryNikolas Klauser2022-09-021-1/+11
* [libc++] Make the naming of private member variables consistent and enforce i...Nikolas Klauser2022-09-021-33/+33
* [libc++] Reduces the number of transitive includes.Mark de Wever2022-08-311-2/+2
* [libc++][NFC] Enable modernize-use-overrideNikolas Klauser2022-08-251-1/+1
* [libc++] Make parameter names consistent and enforce the naming style using r...Nikolas Klauser2022-07-081-1/+1
* [libc++] Re-add transitive includes that had been removed since LLVM 14Louis Dionne2022-06-271-0/+4
* [libc++] Granularize <iterator> includesNikolas Klauser2022-06-101-0/+1
* [libc++] Add various missing _LIBCPP_HIDE_FROM_ABILouis Dionne2022-05-271-0/+1
* [libc++] Ensure that all public C++ headers include <__assert>Louis Dionne2022-03-301-0/+1
* [libc++] Define _LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER whenever we enable warnin...Louis Dionne2022-03-151-0/+3
* [libc++] Granularize <utility> includesNikolas Klauser2022-03-051-0/+2
* [libc++] Normalize all our '#pragma GCC system_header', and regression-test.Arthur O'Dwyer2022-02-041-1/+1
* [runtimes][NFC] Remove filenames at the top of the license noticeLouis Dionne2021-11-171-1/+1
* [libcxx][modularisation] moves <utility> content out of <type_traits>Christopher Di Bella2021-06-241-0/+1
* [libc++] Alphabetize and include-what-you-use. NFCI.Arthur O'Dwyer2021-05-291-3/+3
* [libc++] Include <__config> first in all standard headers.Arthur O'Dwyer2021-03-221-1/+1
* [libc++] Rework the whole availability markup implementationLouis Dionne2020-11-051-0/+1
* [libc++] Fix failures when running the test suite without RTTILouis Dionne2020-09-211-1/+1
* [libc++] Use allocator_traits to consistently allocate/deallocate/construct/d...Marshall Clow2020-09-151-7/+20
* [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