summaryrefslogtreecommitdiff
path: root/libiberty/cp-demangle.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright years.Jakub Jelinek2022-01-031-1/+1
* libiberty: support digits in cpp mangled clone namesLancelot SIX2021-12-301-2/+3
* c++: Adjust mangling of __alignof__ [PR88115]Patrick Palka2021-03-301-20/+27
* Update copyright years.Jakub Jelinek2021-01-041-1/+1
* c++: Fix demangling of <unresolved-name>Jason Merrill2020-12-211-22/+65
* c++: Fix demangling of qualified-id after '.'Jason Merrill2020-12-211-4/+16
* c++: Fix demangling of x.operator typeJason Merrill2020-12-211-1/+7
* c++: Change the mangling of __alignof__ [PR88115]Patrick Palka2020-11-111-5/+20
* demangler: don't treat lambda as a substitution candidateIan Lance Taylor2020-07-141-3/+0
* c++: Support non-type template parms of union type.Jason Merrill2020-07-101-1/+76
* demangler: Handle <=> operator in the demangler [PR94797]Jakub Jelinek2020-04-271-0/+1
* [libiberty] Update demangler to handle co_await operator.Iain Sandoe2020-01-181-0/+1
* Update copyright years.Jakub Jelinek2020-01-011-1/+1
* [PATCH] Fix slowness in demanglerJeff Law2019-11-161-4/+11
* PR c++/91979 - mangling nullptr expressionKamlesh Kumar2019-11-041-0/+11
* cp-demangle.c (d_number): Avoid signed int overflow.Paul Pluzhnikov2019-10-291-1/+1
* cp-demangle.c (d_print_mod): Add a space before printing `complex` and `imagi...Miguel Saldivar2019-10-281-2/+2
* cp-demangle.c: Don't define CP_DYNAMIC_ARRAYS if __STDC_NO_VLA__ is non-zero.Michael Forney2019-05-311-2/+2
* cp-demangle (d_print_comp_inner): Guard against a NULL 'typed_name'.Ben L2019-04-301-6/+7
* cp-demangle.c (d_encoding): Guard against NULL return values from d_right (dc).Ben L2019-04-301-2/+8
* cp-demangle.c (d_expression_1): Don't peek ahead unless the current char is v...Ben L2019-04-291-1/+1
* Fix a stack exhaustion bug in libiberty's demangler when decoding a pathalogi...Nick Clifton2019-04-101-22/+26
* Implement P0482R5, char8_t: A type for UTF-8 characters and stringsTom Honermann2019-01-141-6/+12
* PR other/16615 [2/5]Sandra Loosemore2019-01-091-2/+2
* Update copyright years.Jakub Jelinek2019-01-011-1/+1
* Add a recursion limit to libiberty's demangling code. The limit is enabled b...Nick Clifton2018-12-071-11/+40
* Implement P0732R2, class types in non-type template parameters.Jason Merrill2018-11-051-1/+16
* libiberty: fix URL for demangler ABIDavid Malcolm2018-03-021-1/+1
* Update copyright years.Jakub Jelinek2018-01-031-1/+1
* re PR demangler/82195 (Undemangleable lambda)Nathan Sidwell2017-09-261-2/+19
* [demangler PATCH]: Revert and update generic lambda demanglingNathan Sidwell2017-09-211-71/+60
* [demangler] Fix nested generic lambdaNathan Sidwell2017-09-151-17/+34
* [Demangle PATCH] Some pre-fix cleanupsNathan Sidwell2017-09-151-37/+32
* PR demangler/80513 check for overflows and invalid characters in thunksJonathan Wakely2017-04-271-0/+2
* libiberty: Limit demangler maximum d_print_comp recursion call depth.Mark Wielaard2017-04-211-3/+12
* libiberty: Always return NULL if d_add_substitution fails.Mark Wielaard2017-04-211-1/+2
* libiberty: Don't update and remove did_subs field from demangler structs.Mark Wielaard2017-04-211-8/+0
* libiberty: Initialize d_printing in all cplus_demangle_fill_* functions.Mark Wielaard2017-03-131-0/+4
* Fix PR demangler/70909 and 67264 (endless demangler recursion)Mark Wielaard2017-03-081-25/+34
* Fix PR70182 -- missing "on" in mangling of unresolved operatorsMarkus Trippelsdorf2017-01-181-0/+2
* Fix PR77489 -- mangling of discriminator >= 1Markus Trippelsdorf2017-01-181-2/+20
* Update copyright years.Jakub Jelinek2017-01-041-2/+1
* re PR c++/78761 (C++14, compiler generate mangled name that can not be demang...Jakub Jelinek2016-12-131-1/+5
* re PR other/78252 (C++ demangler crashes with infinite recursion with lambda ...Nathan Sidwell2016-12-121-22/+39
* * cp-demangle.c (d_print_comp_inner): Fix parameter indentation.Nathan Sidwell2016-11-291-1/+1
* libiberty: demangler crash with missing :? or fold expression component.Mark Wielaard2016-11-151-0/+4
* Implement P0012R1, Make exception specifications part of the type system.Jason Merrill2016-11-071-68/+113
* Implement P0136R1, Rewording inheriting constructors.Jason Merrill2016-11-011-0/+12
* Fix -Wshadow warning in libiberty/cp-demangle.cMark Wielaard2016-09-101-5/+5
* re PR c/7652 (-Wswitch-break : Warn if a switch case falls through)Marek Polacek2016-08-121-0/+2