summaryrefslogtreecommitdiffstats
path: root/libcxxabi/test
Commit message (Expand)AuthorAgeFilesLines
* [libcxxabi] Allow tests to link with static libc++abi/libc++ even if the shar...Sergej Jaskiewicz2020-01-092-2/+4
* P1152R4: Fix deprecation warnings in libc++ testsuite and in uses of is_invoc...Richard Smith2019-10-191-8/+8
* [Testing] unbreak after r372963David Zarzycki2019-09-261-0/+1
* Update XFAIL list for new GCC versionsEric Fiselier2019-09-131-1/+1
* Fix incorrect demangling of call operator of lambda with explicitRichard Smith2019-09-091-1/+6
* Simplify demangler rule for lambda-expressions to match discussion onRichard Smith2019-09-091-1/+3
* Implement demangling support for C++20 lambda expression extensions.Richard Smith2019-09-061-2/+12
* small follow-up to r368604Nico Weber2019-08-121-3/+3
* libcxxabi: Rename .hpp files to .hNico Weber2019-08-127-6/+6
* [libc++abi] Fix tests when pstl is enabledLouis Dionne2019-08-082-0/+4
* [demangle] Support for C++2a char8_tErik Pilkington2019-06-281-0/+3
* [demangle] Special case clang's creative mangling of __uuidof expressions.Erik Pilkington2019-06-181-0/+3
* [demangle] Vendor extended types shouldn't be considered substitution candidatesErik Pilkington2019-06-101-1/+4
* [libcxxabi] Add a test for invalid assumptions on the alignment of exceptionsLouis Dionne2019-05-171-0/+34
* XFAIL test for new GCC versionEric Fiselier2019-05-161-1/+1
* Attempt to fix flaky tests.Eric Fiselier2019-05-021-188/+149
* Remove XFail for new GCC. They fixed itEric Fiselier2019-04-291-1/+1
* Cleanup new cxa guard implementation.Eric Fiselier2019-04-242-4/+45
* Work around GCC test failure.Eric Fiselier2019-04-241-2/+2
* Rewrite cxa guard implementation.Eric Fiselier2019-04-242-0/+532
* [libc++abi] Don't use a .sh.cpp test for uncaught_exceptionLouis Dionne2019-04-231-6/+0
* [libc++] Make sure we re-export some missing libc++abi symbols from libc++Louis Dionne2019-04-182-16/+40
* [NFC] Correct outdated links to the Itanium C++ ABI documentationLouis Dionne2019-04-111-1/+1
* Fix PR41395 - __cxa_vec_new may overflow in allocation size calculation.Eric Fiselier2019-04-051-0/+122
* llvm-cxxfilt: Demangle gcc "old-style unified" ctors and dtorsNico Weber2019-04-031-0/+6
* [CMake] Support compiler-rt builtins library in testsPetr Hosek2019-02-051-1/+1
* [CMake] Update lit test configurationPetr Hosek2019-02-052-7/+9
* [CMake] Support CMake variables for setting target, sysroot and toolchainPetr Hosek2019-02-041-1/+1
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-1958-232/+174
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Remove unnecesasry comment markers.Chandler Carruth2019-01-191-8/+8
* [demangler] Support for block literals.Erik Pilkington2019-01-171-0/+2
* [demangler] Ignore leading underscores if presentErik Pilkington2019-01-171-0/+4
* [libcxxabi] Allow building with sanitizers enabledLouis Dionne2018-10-101-0/+1
* [libcxxabi] Fix test_exception_address_alignment test for ARMYvan Roux2018-08-161-1/+2
* [itanium demangler] Support dot suffixes on block invocation functionsErik Pilkington2018-08-021-0/+2
* [demangler] Support for reference collapsingErik Pilkington2018-07-271-0/+4
* Fix dangling reference in testEric Fiselier2018-07-251-1/+1
* Add GCC 9 to XFAILs list for testEric Fiselier2018-07-221-1/+1
* Fix libcxxabi tests after clang r334924Vitaly Buka2018-06-181-1/+1
* Fix libcxx tests after clang r334677.Vitaly Buka2018-06-181-1/+2
* private_typeinfo: limit is_dst_type_derived_from_static_type optimizationEric Fiselier2018-05-181-0/+51
* private_typeinfo: propagate static flags in vmi search_above_dst methodEric Fiselier2018-05-181-0/+103
* Fix test failure for missing _LIBCPP_ENABLE_CXX17_REMOVED_UNEXPECTED_FUNCTIONSNico Weber2018-05-031-1/+4
* Move _LIBCPP_ENABLE_CXX17_REMOVED_UNEXPECTED_FUNCTIONS macro to build systemNico Weber2018-04-291-5/+0
* [demangler] Support for fold expressions.Erik Pilkington2018-04-091-0/+6
* [demangler] Support for <data-member-prefix>.Erik Pilkington2018-04-091-0/+3
* [demangler] Support for partially substituted sizeof....Erik Pilkington2018-04-091-0/+2
* [demangler] Use a back-patching scheme to resolve forward references.Erik Pilkington2018-03-251-2/+8
* [demangler] Tweak how parameter pack sizes are determined.Erik Pilkington2018-03-251-7/+10