summaryrefslogtreecommitdiff
path: root/libiberty/testsuite
AgeCommit message (Expand)Author
2022-02-17libiberty rust-demangle, ignore .suffixMark Wielaard
2022-01-03Update copyright years.Jakub Jelinek
2021-12-30libiberty: support digits in cpp mangled clone namesLancelot SIX
2021-10-17[PATCH] d-demangle: properly skip anonymous symbolsLuís Ferreira
2021-10-14libiberty: d-demangle: Add test case for function literalsLuís Ferreira
2021-10-14libiberty: d-demangle: add test cases for simple special manglesLuís Ferreira
2021-10-01libiberty: testsuite: add missing format on d-demangle-expectedLuís Ferreira
2021-09-23libiberty: prevent null dereferencing on dlang_typeLuís Ferreira
2021-08-30libiberty: Add support for demangling local D template declarationsIain Buclaw
2021-08-30libiberty: Add support for demangling D function literals as template value p...Iain Buclaw
2021-08-30libiberty: Add support for D `typeof(*null)' typesIain Buclaw
2021-03-30c++: Adjust mangling of __alignof__ [PR88115]Patrick Palka
2021-01-04Update copyright years.Jakub Jelinek
2020-12-21c++: Fix demangling of <unresolved-name>Jason Merrill
2020-12-21c++: Fix demangling of qualified-id after '.'Jason Merrill
2020-12-21c++: Fix demangling of x.operator typeJason Merrill
2020-11-13libiberty: Support the new ("v0") mangling scheme in rust-demangleEduard-Mihai Burtescu
2020-11-11c++: Change the mangling of __alignof__ [PR88115]Patrick Palka
2020-09-08ubsan: d-demangle.c:214 signed integer overflowAlan Modra
2020-08-26libiberty: Add support for `in' and `in ref' storage classes.Iain Buclaw
2020-07-14demangler: don't treat lambda as a substitution candidateIan Lance Taylor
2020-07-10c++: Support non-type template parms of union type.Jason Merrill
2020-05-15libiberty: Handle @live attribute in D demangler.Iain Buclaw
2020-05-14libiberty: Update D symbol demangling for latest ABI spec.Iain Buclaw
2020-04-27demangler: Handle <=> operator in the demangler [PR94797]Jakub Jelinek
2020-03-02Fix a libiberty testsuite failureNick Clifton
2020-01-18[libiberty] Update demangler to handle co_await operator.Iain Sandoe
2020-01-01Update copyright years.Jakub Jelinek
2019-11-16* testsuite/demangle-expected: Fix test.Miguel Saldivar
2019-11-04PR c++/91979 - mangling nullptr expressionKamlesh Kumar
2019-10-28cp-demangle.c (d_print_mod): Add a space before printing `complex` and `imagi...Miguel Saldivar
2019-10-03rust-demangle.c (looks_like_rust): Remove.Eduard-Mihai Burtescu
2019-09-03rust-demangle.c (unescape): Remove.Eduard-Mihai Burtescu
2019-04-30d-demangle.c (dlang_parse_assocarray): Correctly handle error result.Ben L
2019-04-30d-demangle.c (dlang_parse_tuple): Correctly handle error result.Ben L
2019-04-30d-demangle.c (dlang_parse_structlit): Correctly handle error result.Ben L
2019-04-30d-demangle.c (dlang_parse_arrayliteral): Correctly handle error result.Ben L
2019-04-30d-demangle.c (dlang_parse_integer): Fix stack underflow.Ben L
2019-04-30cp-demangle (d_print_comp_inner): Guard against a NULL 'typed_name'.Ben L
2019-04-30cp-demangle.c (d_encoding): Guard against NULL return values from d_right (dc).Ben L
2019-04-29cp-demangle.c (d_expression_1): Don't peek ahead unless the current char is v...Ben L
2019-01-01Update copyright years.Jakub Jelinek
2018-12-22Remove support for demangling GCC 2.x era mangling schemes.Jason Merrill
2018-11-05Implement P0732R2, class types in non-type template parameters.Jason Merrill
2018-01-03Update copyright years.Jakub Jelinek
2017-09-26re PR demangler/82195 (Undemangleable lambda)Nathan Sidwell
2017-09-21[demangler PATCH]: Revert and update generic lambda demanglingNathan Sidwell
2017-09-15[demangler] Fix nested generic lambdaNathan Sidwell
2017-09-15[Demangle PATCH] Some pre-fix cleanupsNathan Sidwell
2017-05-27d-demangle.c (dlang_identifier): Prefix mangled init symbols with `initialize...Iain Buclaw