summaryrefslogtreecommitdiff
path: root/libcxx/include/typeinfo
AgeCommit message (Expand)Author
2025-11-05[libc++][NFC] Make __type_info_implementations a namespace (#166339)Nikolas Klauser
2025-05-28Revert "[libc++] Introduce ABI sensitive areas to avoid requiring _LIBCPP_HID...James Y Knight
2025-05-23[libc++][NFC] Replace a few "namespace std" with the correct macro (#140510)Nikolas Klauser
2025-03-27[libc++] Introduce unversioned namespace macros (#133009)Nikolas Klauser
2024-12-21[libc++][C++03] Use `__cxx03/` headers in C++03 mode (#109002)Nikolas Klauser
2024-12-10[libc++] Add #if 0 block to all the top-level headers (#119234)Nikolas Klauser
2024-10-31[libc++] Granularize <cstddef> includes (#108696)Nikolas Klauser
2024-10-12[libc++][RFC] Always define internal feature test macros (#89178)Nikolas Klauser
2024-09-11[libc++][NFC] Replace _LIBCPP_NORETURN and TEST_NORETURN with [[noreturn]] (#...Nikolas Klauser
2024-09-05[libc++][modules] Modularize <cstddef> (#107254)Louis Dionne
2024-07-23[libc++][libc++abi] Minor follow-up changes after ptrauth upstreaming (#87481)Louis Dionne
2024-04-03[libc++] Upstream ptrauth support in libc++ and libc++abi (#84573)Louis Dionne
2024-04-02[libc++][NFC] Remove a few unused <__availablity> includes (#86126)Nikolas Klauser
2024-02-29[libc++] Clean up includes of <__assert> (#80091)Louis Dionne
2024-01-22[libc++abi] Implement __cxa_init_primary_exception and use it to optimize std...itrofimow
2023-12-18[libc++] Format the code base (#74334)Louis Dionne
2023-12-04[libc++] Rename _LIBCPP_INLINE_VISIBILITY to _LIBCPP_HIDE_FROM_ABI (#74095)Louis Dionne
2023-11-01[libc++] Remove availability annotations which can never be triggered (#69226)philnik777
2023-09-12[libc++][test] Add '-Wdeprecated-copy', '-Wdeprecated-copy-dtor' warnings to ...Igor Zhukov
2023-06-15[libc++] Merge _LIBCPP_FUNC_VIS, _LIBCPP_TYPE_VIS and _LIBCPP_EXCEPTION_ABI i...Nikolas Klauser
2023-06-01[libc++][NFC] Fix header guard for <typeinfo>Louis Dionne
2023-04-16[libc++] Add hide_from_abi check for classesNikolas Klauser
2023-04-09[libc++] Remove <cstdlib> includesNikolas Klauser
2023-03-19[libc++] Granularize <exception> includesNikolas Klauser
2023-03-18[libc++] Use the _LIBCPP_VERBOSE_ABORT macro instead of calling the function ...Nikolas Klauser
2023-03-14[libc++] Use __verbose_abort instead of std::abort in __throw_ functionsNikolas Klauser
2023-03-08[libc++] Granularize <type_traits> includesNikolas Klauser
2023-02-17[libc++][NFC] Rename _LIBCPP_NO_EXCEPTIONS to _LIBCPP_HAS_NO_EXCEPTIONSNikolas Klauser
2023-02-07[libc++] Implement P1328R1 constexpr std::type_info::operator==Louis Dionne
2022-09-29[libc++] Include skipped headers in the --trace-includes outputLouis Dionne
2022-08-25[libc++][NFC] Enable modernize-use-overrideNikolas Klauser
2022-08-17[libcxx] Fix using the vcruntime ABI with _HAS_EXCEPTIONS=0 definedPaul Kirth
2022-08-06[libc++] Remove `operator!=` from `type_info` in C++20Adrian Vogelsgesang
2022-07-28[libc++][AIX] Use non-unique implementation for typeinfo comparisonXing Xue
2022-03-30[libc++] Ensure that all public C++ headers include <__assert>Louis Dionne
2022-02-04[libc++] Normalize all our '#pragma GCC system_header', and regression-test.Arthur O'Dwyer
2021-12-02[libc++][NFC] Update namespace comments in include/Nikolas Klauser
2021-11-17[runtimes][NFC] Remove filenames at the top of the license noticeLouis Dionne
2021-06-28[libc++] Remove unnecessary reinterpret_cast from typeinfoJonathan Crowther
2021-05-29[libc++] Alphabetize and include-what-you-use. NFCI.Arthur O'Dwyer
2021-04-20[libc++] NFC: Normalize `#endif //` comment indentationLouis Dionne
2021-04-01[libc++][NFC] Increase readability of typeinfo comparison of ARM64Louis Dionne
2020-12-01[libc++] Consistently replace `std::` qualification with `_VSTD::` or nothing...Arthur O'Dwyer
2020-11-18[libc++] Clarify how we pick the typeinfo comparisonLouis Dionne
2020-11-05[libc++] Rework the whole availability markup implementationLouis Dionne
2020-05-29[libc++] Fix the LIBCXX_HAS_MERGED_TYPEINFO_NAMES_DEFAULT settingLouis Dionne
2020-03-17Fix -Wdeprecated-copy-dtor and -Wdeprecated-dynamic-exception-spec warnings.Dimitry Andric
2020-02-14add type_traits include as required for std::integral_constantEric Fiselier
2019-05-29Fix build breakage on 32-bit machinesEric Fiselier
2019-05-29Rework std::type_info definition to support systems without fullyEric Fiselier