aboutsummaryrefslogtreecommitdiff
path: root/libiberty/testsuite/demangle-expected
AgeCommit message (Expand)AuthorFilesLines
2024-01-13c++, demangle: Implement https://github.com/itanium-cxx-abi/cxx-abi/issues/14...Jakub Jelinek1-0/+9
2023-12-01c++: mangle function template constraintsJason Merrill1-0/+8
2023-08-22c++: constrained hidden friends [PR109751]Jason Merrill1-0/+3
2023-06-13c++: Fix templated convertion operator demanglingNathan Sidwell1-0/+27
2023-06-03c++: mangle noexcept-expr [PR70790]Patrick Palka1-0/+3
2022-11-15demangler: Templated lambda demanglingNathan Sidwell1-0/+53
2022-10-14middle-end, c++, i386, libgcc: std::bfloat16_t and __bf16 arithmetic supportJakub Jelinek1-0/+4
2022-10-11libiberty: Demangling 'M' prefixesNathan Sidwell1-0/+21
2022-10-07libiberty: Demangle variadic template lambdasNathan Sidwell1-0/+7
2022-09-27c++: Implement P1467R9 - Extended floating-point types and standard names com...Jakub Jelinek1-2/+6
2022-05-23demangler: C++ modules supportNathan Sidwell1-0/+67
2022-05-17demangler: Structured BindingsNathan Sidwell1-0/+10
2021-12-30libiberty: support digits in cpp mangled clone namesLancelot SIX1-0/+5
2021-03-30c++: Adjust mangling of __alignof__ [PR88115]Patrick Palka1-2/+2
2020-12-21c++: Fix demangling of <unresolved-name>Jason Merrill1-0/+3
2020-12-21c++: Fix demangling of qualified-id after '.'Jason Merrill1-0/+3
2020-12-21c++: Fix demangling of x.operator typeJason Merrill1-0/+6
2020-11-11c++: Change the mangling of __alignof__ [PR88115]Patrick Palka1-0/+7
2020-07-14demangler: don't treat lambda as a substitution candidateIan Lance Taylor1-5/+9
2020-07-10c++: Support non-type template parms of union type.Jason Merrill1-0/+9
2020-04-27demangler: Handle <=> operator in the demangler [PR94797]Jakub Jelinek1-0/+3
2020-03-02Fix a libiberty testsuite failureNick Clifton1-1/+1
2020-01-18[libiberty] Update demangler to handle co_await operator.Iain Sandoe1-0/+3
2019-11-16* testsuite/demangle-expected: Fix test.Miguel Saldivar1-1/+1
2019-11-04PR c++/91979 - mangling nullptr expressionKamlesh Kumar1-0/+4
2019-10-28cp-demangle.c (d_print_mod): Add a space before printing `complex` and `imagi...Miguel Saldivar1-1/+1
2019-04-30cp-demangle (d_print_comp_inner): Guard against a NULL 'typed_name'.Ben L1-0/+4
2019-04-30cp-demangle.c (d_encoding): Guard against NULL return values from d_right (dc).Ben L1-0/+5
2019-04-29cp-demangle.c (d_expression_1): Don't peek ahead unless the current char is v...Ben L1-0/+4
2018-12-22Remove support for demangling GCC 2.x era mangling schemes.Jason Merrill1-3389/+52
2018-11-05Implement P0732R2, class types in non-type template parameters.Jason Merrill1-0/+6
2017-09-26re PR demangler/82195 (Undemangleable lambda)Nathan Sidwell1-20/+29
2017-09-21[demangler PATCH]: Revert and update generic lambda demanglingNathan Sidwell1-6/+11
2017-09-15[demangler] Fix nested generic lambdaNathan Sidwell1-0/+14
2017-09-15[Demangle PATCH] Some pre-fix cleanupsNathan Sidwell1-3/+4
2017-04-27PR demangler/80513 check for overflows and invalid characters in thunksJonathan Wakely1-0/+15
2017-03-08Fix PR demangler/70909 and 67264 (endless demangler recursion)Mark Wielaard1-0/+31
2017-01-18Fix PR70182 -- missing "on" in mangling of unresolved operatorsMarkus Trippelsdorf1-0/+7
2017-01-18Fix PR77489 -- mangling of discriminator >= 1Markus Trippelsdorf1-0/+16
2016-12-13re PR c++/78761 (C++14, compiler generate mangled name that can not be demang...Jakub Jelinek1-0/+3
2016-12-12re PR other/78252 (C++ demangler crashes with infinite recursion with lambda ...Nathan Sidwell1-0/+29
2016-11-15libiberty: demangler crash with missing :? or fold expression component.Mark Wielaard1-0/+8
2016-11-15libiberty: Fix some demangler crashes caused by reading past end of input.Mark Wielaard1-0/+20
2016-11-07Implement P0012R1, Make exception specifications part of the type system.Jason Merrill1-0/+10
2016-11-01Implement P0136R1, Rewording inheriting constructors.Jason Merrill1-0/+4
2016-08-04re PR c++/71696 (Libiberty Demangler segfaults (6))Marcel Böhme1-0/+5
2016-07-18Demangle C++17 fold-expressions.Jason Merrill1-0/+12
2016-07-15PR c++/71814 - mangling sizeof... (sP and sZ)Jason Merrill1-0/+6
2016-07-13re PR c++/70926 (Libiberty Demangler segfaults (5))Marcel Böhme1-0/+13
2016-05-18cplus-dem.c (enum type_kind_t): Add tk_rvalue_reference constant.Artemiy Volkov1-0/+115