summaryrefslogtreecommitdiff
path: root/libcxx/src/typeinfo.cpp
AgeCommit message (Expand)Author
2023-12-18[libc++] Format the code base (#74334)Louis Dionne
2022-02-15[libc++] Replace `#include ""` with `<>` in libcxx/src/. NFCI.Arthur O'Dwyer
2021-11-17[runtimes][NFC] Remove filenames at the top of the license noticeLouis Dionne
2021-03-03[libc++/abi] Replace uses of _NOEXCEPT in src/ by noexceptLouis Dionne
2019-04-23[libc++] Remove redundant conditionals for Apple platformsLouis Dionne
2019-03-05Make VCRuntime ABI configuration a first-class option.Eric Fiselier
2019-01-19Update more file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-01-26libcxx: Use vcruntime declarations for typeinfo on Windows.Peter Collingbourne
2017-09-15typeinfo: provide a partial implementation for Win32Saleem Abdulrasool
2017-02-10Fix yet another Apple buildit bugEric Fiselier
2017-02-10Recommit "Split exception.cpp and new.cpp implementation into different files...Eric Fiselier
2017-02-10Revert "Split exception.cpp and new.cpp implementation into different files f...Eric Fiselier
2017-02-10Split exception.cpp and new.cpp implementation into different files for diffe...Eric Fiselier
2017-01-16Improve CMake and LIT support for WindowsEric Fiselier
2017-01-03Recommit r290839 - Fix configuring and building libc++ w/o an ABI library.Eric Fiselier
2017-01-02Revert r290839 - Fix configuring and building libc++ w/o an ABI libraryEric Fiselier
2017-01-02Fix configuring and building libc++ w/o an ABI library.Eric Fiselier
2016-08-25Add an _LIBCPP_NORETURN inline function named __throw_XXX for each exception ...Marshall Clow
2015-10-16Remove a long-standing __has_include hack.Benjamin Kramer
2013-10-03Re-add bad_cast and bad_typeid default ctor definitions under libsupc++.Peter Collingbourne
2013-09-25Make the guard for external ABI libraries include the guard forChandler Carruth
2013-03-28Fix a few warnings/errors for compiling with -fno-exceptions.Howard Hinnant
2013-03-18Removed raw references to __APPLE__; now just check to see if it is defined.Marshall Clow
2012-07-26Patch by Andrew C. Morrow: Conditionally include cxxabi.h in new.cpp and typ...Howard Hinnant
2012-02-29Some libcxxrt-compatibility cleanups (avoid defining things twice).David Chisnall
2012-02-02Prepare for running on top of new libc++abi.Howard Hinnant
2011-05-26Applied noexcept to everything in [language.support] (Chapter 18)Howard Hinnant
2010-11-16license changeHoward Hinnant
2010-10-02Bug 8254 by Bernhard RosenkraenzerHoward Hinnant
2010-09-10<rdar://problem/8279559> [libstdcxx] use new linker options to make symbols n...Nick Kledzik
2010-08-22Fixing whitespace problemsHoward Hinnant
2010-05-14add headers and implementation for <new>, <exception>, and <typeinfo>Nick Kledzik