summaryrefslogtreecommitdiffstats
path: root/libcxx/include/typeinfo
Commit message (Expand)AuthorAgeFilesLines
* Fix build breakage on 32-bit machinesEric Fiselier2019-05-291-1/+4
* Rework std::type_info definition to support systems without fullyEric Fiselier2019-05-291-78/+146
* Make VCRuntime ABI configuration a first-class option.Eric Fiselier2019-03-051-2/+2
* [libc++] Disentangle the 3 implementations of type_infoLouis Dionne2019-02-011-31/+75
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [libcxx] Remove unused macro _LIBCPP_HAS_UNIQUE_TYPEINFOLouis Dionne2018-12-211-6/+2
* [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-1/+1
* Revert "[libc++] Replace uses of _LIBCPP_ALWAYS_INLINE by _LIBCPP_INLINE_VISI...Louis Dionne2018-07-051-1/+1
* [libc++] Replace uses of _LIBCPP_ALWAYS_INLINE by _LIBCPP_INLINE_VISIBILITYLouis Dionne2018-07-051-1/+1
* libcxx: Use vcruntime declarations for typeinfo on Windows.Peter Collingbourne2018-01-261-0/+6
* [libc++] Remove unnecessary struct tagShoaib Meenai2017-09-151-1/+1
* typeinfo: provide a partial implementation for Win32Saleem Abdulrasool2017-09-151-6/+30
* Add markup for libc++ dylib availabilityMehdi Amini2017-05-041-0/+1
* Recommit "Split exception.cpp and new.cpp implementation into different files...Eric Fiselier2017-02-101-1/+6
* Revert "Split exception.cpp and new.cpp implementation into different files f...Eric Fiselier2017-02-101-6/+1
* Split exception.cpp and new.cpp implementation into different files for diffe...Eric Fiselier2017-02-101-1/+6
* Fix type_info's constructor by making it explicit again.Eric Fiselier2017-01-171-2/+3
* typeinfo: style adjustments for adding MS ABI RTTISaleem Abdulrasool2017-01-051-43/+62
* Fix strict-aliasing violation in typeinfo::hash_code()Eric Fiselier2016-10-051-3/+1
* Try 2 - Remove <cstdlib> include from `<exception>`Eric Fiselier2016-09-061-0/+3
* Revert r280743 and r280745. Remove <cstdlib> include from `<exception>`Eric Fiselier2016-09-061-1/+0
* Add missing <cstdlib> include. Sorry about the bot breakageEric Fiselier2016-09-061-0/+1
* Fix or suppress GCC warnings during build.Eric Fiselier2016-08-291-1/+4
* Add an _LIBCPP_NORETURN inline function named __throw_XXX for each exception ...Marshall Clow2016-08-251-0/+12
* RTTI Uniqueness: remove __name_for_load function.Tim Northover2014-04-031-10/+2
* ARM64: compare RTTI names as stringsTim Northover2014-03-301-1/+53
* Windows support by Ruben Van Boxem.Howard Hinnant2011-10-171-0/+2
* Applied noexcept to everything in [language.support] (Chapter 18)Howard Hinnant2011-05-261-24/+24
* license changeHoward Hinnant2010-11-161-2/+2
* visibility-decoration sweep completed.Howard Hinnant2010-09-231-0/+6
* Fixing whitespace problemsHoward Hinnant2010-08-221-10/+6
* add headers and implementation for <new>, <exception>, and <typeinfo>Nick Kledzik2010-05-141-16/+7
* Wiped out some non-ascii characters that snuck into the copyright.Howard Hinnant2010-05-111-1/+1
* libcxx initial importHoward Hinnant2010-05-111-0/+129
OpenPOWER on IntegriCloud