summaryrefslogtreecommitdiff
path: root/libiberty/cp-demangle.c
AgeCommit message (Expand)Author
2020-04-27demangler: Handle <=> operator in the demangler [PR94797]Jakub Jelinek
2020-01-18[libiberty] Update demangler to handle co_await operator.Iain Sandoe
2020-01-01Update copyright years.Jakub Jelinek
2019-11-16[PATCH] Fix slowness in demanglerJeff Law
2019-11-04PR c++/91979 - mangling nullptr expressionKamlesh Kumar
2019-10-29cp-demangle.c (d_number): Avoid signed int overflow.Paul Pluzhnikov
2019-10-28cp-demangle.c (d_print_mod): Add a space before printing `complex` and `imagi...Miguel Saldivar
2019-05-31cp-demangle.c: Don't define CP_DYNAMIC_ARRAYS if __STDC_NO_VLA__ is non-zero.Michael Forney
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-04-10Fix a stack exhaustion bug in libiberty's demangler when decoding a pathalogi...Nick Clifton
2019-01-14Implement P0482R5, char8_t: A type for UTF-8 characters and stringsTom Honermann
2019-01-09PR other/16615 [2/5]Sandra Loosemore
2019-01-01Update copyright years.Jakub Jelinek
2018-12-07Add a recursion limit to libiberty's demangling code. The limit is enabled b...Nick Clifton
2018-11-05Implement P0732R2, class types in non-type template parameters.Jason Merrill
2018-03-02libiberty: fix URL for demangler ABIDavid Malcolm
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-04-27PR demangler/80513 check for overflows and invalid characters in thunksJonathan Wakely
2017-04-21libiberty: Limit demangler maximum d_print_comp recursion call depth.Mark Wielaard
2017-04-21libiberty: Always return NULL if d_add_substitution fails.Mark Wielaard
2017-04-21libiberty: Don't update and remove did_subs field from demangler structs.Mark Wielaard
2017-03-13libiberty: Initialize d_printing in all cplus_demangle_fill_* functions.Mark Wielaard
2017-03-08Fix PR demangler/70909 and 67264 (endless demangler recursion)Mark Wielaard
2017-01-18Fix PR70182 -- missing "on" in mangling of unresolved operatorsMarkus Trippelsdorf
2017-01-18Fix PR77489 -- mangling of discriminator >= 1Markus Trippelsdorf
2017-01-04Update copyright years.Jakub Jelinek
2016-12-13re PR c++/78761 (C++14, compiler generate mangled name that can not be demang...Jakub Jelinek
2016-12-12re PR other/78252 (C++ demangler crashes with infinite recursion with lambda ...Nathan Sidwell
2016-11-29* cp-demangle.c (d_print_comp_inner): Fix parameter indentation.Nathan Sidwell
2016-11-15libiberty: demangler crash with missing :? or fold expression component.Mark Wielaard
2016-11-07Implement P0012R1, Make exception specifications part of the type system.Jason Merrill
2016-11-01Implement P0136R1, Rewording inheriting constructors.Jason Merrill
2016-09-10Fix -Wshadow warning in libiberty/cp-demangle.cMark Wielaard
2016-08-12re PR c/7652 (-Wswitch-break : Warn if a switch case falls through)Marek Polacek
2016-07-18Demangle C++17 fold-expressions.Jason Merrill
2016-07-15PR c++/71814 - mangling sizeof... (sP and sZ)Jason Merrill
2016-07-11cp-demangle.c (cplus_demangle_print_callback): Avoid zero-length VLAs.Brooks Moses
2016-05-19re PR c++/70498 (Libiberty Demangler segfaults (3))Jakub Jelinek
2016-05-02Demangler integer overflow fixes from Marcel Böhme.Marcel Böhme
2015-11-27PR other/61321 - demangler crash on casts in template parametersPedro Alves
2015-10-04Implement N4514, C++ Extensions for Transactional Memory.Jason Merrill
2015-08-15cp-demangle.c (d_abi_tags): Preserve di->last_name across any ABI tags.Ian Lance Taylor
2015-07-13Fix several crashes of C++ demangler on fuzzed input.Mikhail Maltsev
2015-06-01re PR c++/44282 (fastcall is not mangled at all)Jason Merrill