aboutsummaryrefslogtreecommitdiff
path: root/libiberty/cp-demangle.c
AgeCommit message (Expand)AuthorFilesLines
2018-03-02libiberty: fix URL for demangler ABIDavid Malcolm1-1/+1
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-09-26re PR demangler/82195 (Undemangleable lambda)Nathan Sidwell1-2/+19
2017-09-21[demangler PATCH]: Revert and update generic lambda demanglingNathan Sidwell1-71/+60
2017-09-15[demangler] Fix nested generic lambdaNathan Sidwell1-17/+34
2017-09-15[Demangle PATCH] Some pre-fix cleanupsNathan Sidwell1-37/+32
2017-04-27PR demangler/80513 check for overflows and invalid characters in thunksJonathan Wakely1-0/+2
2017-04-21libiberty: Limit demangler maximum d_print_comp recursion call depth.Mark Wielaard1-3/+12
2017-04-21libiberty: Always return NULL if d_add_substitution fails.Mark Wielaard1-1/+2
2017-04-21libiberty: Don't update and remove did_subs field from demangler structs.Mark Wielaard1-8/+0
2017-03-13libiberty: Initialize d_printing in all cplus_demangle_fill_* functions.Mark Wielaard1-0/+4
2017-03-08Fix PR demangler/70909 and 67264 (endless demangler recursion)Mark Wielaard1-25/+34
2017-01-18Fix PR70182 -- missing "on" in mangling of unresolved operatorsMarkus Trippelsdorf1-0/+2
2017-01-18Fix PR77489 -- mangling of discriminator >= 1Markus Trippelsdorf1-2/+20
2017-01-04Update copyright years.Jakub Jelinek1-2/+1
2016-12-13re PR c++/78761 (C++14, compiler generate mangled name that can not be demang...Jakub Jelinek1-1/+5
2016-12-12re PR other/78252 (C++ demangler crashes with infinite recursion with lambda ...Nathan Sidwell1-22/+39
2016-11-29* cp-demangle.c (d_print_comp_inner): Fix parameter indentation.Nathan Sidwell1-1/+1
2016-11-15libiberty: demangler crash with missing :? or fold expression component.Mark Wielaard1-0/+4
2016-11-07Implement P0012R1, Make exception specifications part of the type system.Jason Merrill1-68/+113
2016-11-01Implement P0136R1, Rewording inheriting constructors.Jason Merrill1-0/+12
2016-09-10Fix -Wshadow warning in libiberty/cp-demangle.cMark Wielaard1-5/+5
2016-08-12re PR c/7652 (-Wswitch-break : Warn if a switch case falls through)Marek Polacek1-0/+2
2016-07-18Demangle C++17 fold-expressions.Jason Merrill1-2/+89
2016-07-15PR c++/71814 - mangling sizeof... (sP and sZ)Jason Merrill1-5/+57
2016-07-11cp-demangle.c (cplus_demangle_print_callback): Avoid zero-length VLAs.Brooks Moses1-2/+6
2016-05-19re PR c++/70498 (Libiberty Demangler segfaults (3))Jakub Jelinek1-1/+1
2016-05-02Demangler integer overflow fixes from Marcel Böhme.Marcel Böhme1-22/+30
2015-11-27PR other/61321 - demangler crash on casts in template parametersPedro Alves1-8/+29
2015-10-04Implement N4514, C++ Extensions for Transactional Memory.Jason Merrill1-5/+31
2015-08-15cp-demangle.c (d_abi_tags): Preserve di->last_name across any ABI tags.Ian Lance Taylor1-0/+8
2015-07-13Fix several crashes of C++ demangler on fuzzed input.Mikhail Maltsev1-6/+24
2015-06-01re PR c++/44282 (fastcall is not mangled at all)Jason Merrill1-0/+3
2014-09-26mangle.c (is_std_substitution): Check for abi_tag.Jason Merrill1-1/+10
2014-08-29cp-demangle.c (d_dump): Only access field from s_fixed part of the union for ...Andrew Burgess1-2/+8
2014-05-28Fix demangler testsuite crashes with CP_DEMANGLE_DEBUG definedPedro Alves1-0/+6
2014-05-08cp-demangle.c (struct d_component_stack): New structure.Gary Benson1-6/+54
2014-01-28Avoid "'dc' may be uninitialized" warning.Thomas Schwinge1-1/+3
2014-01-06cp-demangle.c (struct d_print_info): New fields next_saved_scope...Gary Benson1-61/+206
2013-12-23re PR c++/41090 (Using static label reference in c++ class constructor produc...Jason Merrill1-0/+7
2013-11-22Fix demangler to handle conversion operators correctly.Cary Coutant1-36/+154
2013-11-12cp-demangle.c (d_copy_templates): Cast result of malloc to (struct d_print_te...Uros Bizjak1-4/+6
2013-10-25cp-demangle.c (struct d_saved_scope): New structure.Gary Benson1-2/+129
2013-10-11cp-demangle.c (d_name): Demangle local-source-names.Paul Pluzhnikov1-1/+1
2013-09-10re PR bootstrap/58386 (libstdc++.so.6: undefined symbol: htab_hash_pointer)Paolo Carlini1-167/+2
2013-09-10cp-demangle.c: Include hashtab.h.Gary Benson1-2/+167
2013-04-03cp-demangle.c (cplus_demangle_type): Fix function quals.Jason Merrill1-42/+29
2013-04-03Demangle C++11 ref-qualifier.Jason Merrill1-13/+124
2013-02-14re PR c++/55223 ([C++11] Default lambda expression of a templated class member)Jason Merrill1-1/+20
2012-11-10cp-demangle.c (d_unqualified_name): Handle abi tags here.Jason Merrill1-22/+16