aboutsummaryrefslogtreecommitdiff
path: root/libcxx/include/any
AgeCommit message (Expand)AuthorFilesLines
2023-12-18[libc++] Format the code base (#74334)Louis Dionne1-452/+336
2023-12-09[NFC][libc++] Rewrites a return statement.Mark de Wever1-3/+1
2023-12-05[libc++] Replace uses of _VSTD:: by std:: (#74331)Louis Dionne1-18/+18
2023-12-04[libc++] Rename _LIBCPP_INLINE_VISIBILITY to _LIBCPP_HIDE_FROM_ABI (#74095)Louis Dionne1-50/+50
2023-10-31[libc++] Remove alignment_of uses (#70591)philnik7771-4/+2
2023-07-06Fixing conflicting macro definitions between curses.h and the standard library.Nicole Rabjohn1-0/+5
2023-06-15[libc++] Merge _LIBCPP_FUNC_VIS, _LIBCPP_TYPE_VIS and _LIBCPP_EXCEPTION_ABI i...Nikolas Klauser1-1/+1
2023-05-03[libc++][PSTL] Reduce the amount of transitive includesNikolas Klauser1-0/+1
2023-04-16[libc++] Add hide_from_abi check for classesNikolas Klauser1-1/+1
2023-04-09[libc++] Remove <cstdlib> includesNikolas Klauser1-1/+1
2023-03-18[libc++] Use the _LIBCPP_VERBOSE_ABORT macro instead of calling the function ...Nikolas Klauser1-1/+1
2023-03-14[libc++] Use __verbose_abort instead of std::abort in __throw_ functionsNikolas Klauser1-1/+2
2023-03-12[libc++] Granularize <exception>Nikolas Klauser1-0/+2
2023-03-08[libc++] Granularize <type_traits> includesNikolas Klauser1-1/+14
2023-02-17[libc++][NFC] Rename _LIBCPP_NO_EXCEPTIONS to _LIBCPP_HAS_NO_EXCEPTIONSNikolas Klauser1-1/+1
2023-02-15[libc++][NFC] Replace _LIBCPP_STD_VER > x with _LIBCPP_STD_VER >= xNikolas Klauser1-2/+2
2023-02-05[libc++][NFC] Rename _LIBCPP_NO_RTTI to _LIBCPP_HAS_NO_RTTINikolas Klauser1-5/+5
2023-01-21[libc++] Implement P1413R3 (Deprecate std::aligned_storage and std::aligned_u...Nikolas Klauser1-0/+2
2022-11-05[libc++] Split __allocator_destructor out of shared_ptr.hNikolas Klauser1-1/+3
2022-11-05[libc++] Granularize <concept> includesNikolas Klauser1-0/+1
2022-09-25[libc++] Rewrites graph_header_deps.py.Mark de Wever1-1/+1
2022-09-06[libc++] Avoid instantiating type_trait classesNikolas Klauser1-4/+4
2022-09-05[libc++] Granularize the rest of memoryNikolas Klauser1-1/+10
2022-09-03[NFC][libc++] Moves transitive includes location.Mark de Wever1-4/+4
2022-09-02Revert "[libc++] Granularize the rest of memory"Vitaly Buka1-11/+1
2022-09-02[libc++] Granularize the rest of memoryNikolas Klauser1-1/+11
2022-09-02[libc++] Make the naming of private member variables consistent and enforce i...Nikolas Klauser1-33/+33
2022-08-31[libc++] Reduces the number of transitive includes.Mark de Wever1-2/+2
2022-08-25[libc++][NFC] Enable modernize-use-overrideNikolas Klauser1-1/+1
2022-07-08[libc++] Make parameter names consistent and enforce the naming style using r...Nikolas Klauser1-1/+1
2022-06-27[libc++] Re-add transitive includes that had been removed since LLVM 14Louis Dionne1-0/+4
2022-06-10[libc++] Granularize <iterator> includesNikolas Klauser1-0/+1
2022-05-27[libc++] Add various missing _LIBCPP_HIDE_FROM_ABILouis Dionne1-0/+1
2022-03-30[libc++] Ensure that all public C++ headers include <__assert>Louis Dionne1-0/+1
2022-03-15[libc++] Define _LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER whenever we enable warnin...Louis Dionne1-0/+3
2022-03-05[libc++] Granularize <utility> includesNikolas Klauser1-0/+2
2022-02-04[libc++] Normalize all our '#pragma GCC system_header', and regression-test.Arthur O'Dwyer1-1/+1
2021-11-17[runtimes][NFC] Remove filenames at the top of the license noticeLouis Dionne1-1/+1
2021-06-24[libcxx][modularisation] moves <utility> content out of <type_traits>Christopher Di Bella1-0/+1
2021-05-29[libc++] Alphabetize and include-what-you-use. NFCI.Arthur O'Dwyer1-3/+3
2021-03-22[libc++] Include <__config> first in all standard headers.Arthur O'Dwyer1-1/+1
2020-11-05[libc++] Rework the whole availability markup implementationLouis Dionne1-0/+1
2020-09-21[libc++] Fix failures when running the test suite without RTTILouis Dionne1-1/+1
2020-09-15[libc++] Use allocator_traits to consistently allocate/deallocate/construct/d...Marshall Clow1-7/+20
2019-06-19[NFC][libc++] Remove stray semi-colon after function definitionLouis Dionne1-1/+1
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-11-19[libcxx] Add availability markup for bad_optional_access, bad_variant_access ...Louis Dionne1-1/+5
2018-09-12Implement the infrastructure for feature-test macros. Very few actual feature...Marshall Clow1-0/+1
2018-08-03[NFC][libc++] Consistently use spaces to indentLouis Dionne1-1/+1
2018-07-11[libc++] Take 2: Replace uses of _LIBCPP_ALWAYS_INLINE by _LIBCPP_INLINE_VISI...Louis Dionne1-3/+3