summaryrefslogtreecommitdiff
path: root/libiberty/cp-demangle.c
Commit message (Expand)AuthorAgeFilesLines
* libiberty: Initialize d_printing in all cplus_demangle_fill_* functions.mark2017-03-131-0/+4
* Fix PR demangler/70909 and 67264 (endless demangler recursion)trippels2017-03-081-25/+34
* Fix PR70182 -- missing "on" in mangling of unresolved operatorstrippels2017-01-181-0/+2
* Fix PR77489 -- mangling of discriminator >= 1trippels2017-01-181-2/+20
* Update copyright years.jakub2017-01-041-2/+1
* PR c++/78761jakub2016-12-131-1/+5
* libiberty/nathan2016-12-121-22/+39
* * cp-demangle.c (d_print_comp_inner): Fix parameter indentation.nathan2016-11-291-1/+1
* libiberty: demangler crash with missing :? or fold expression component.mark2016-11-151-0/+4
* Implement P0012R1, Make exception specifications part of the type system.jason2016-11-071-68/+113
* Implement P0136R1, Rewording inheriting constructors.jason2016-11-021-0/+12
* Fix -Wshadow warning in libiberty/cp-demangle.cmark2016-09-101-5/+5
* PR c/7652mpolacek2016-08-121-0/+2
* Demangle C++17 fold-expressions.jason2016-07-181-2/+89
* PR c++/71814 - mangling sizeof... (sP and sZ)jason2016-07-151-5/+57
* 2016-06-12 Brooks Moses <bmoses@google.com>brooks2016-07-111-2/+6
* PR c++/70498jakub2016-05-191-1/+1
* Demangler integer overflow fixes from Marcel Böhme.bernds2016-05-021-22/+30
* PR other/61321 - demangler crash on casts in template parameterstrippels2015-11-271-8/+29
* Implement N4514, C++ Extensions for Transactional Memory.jason2015-10-041-5/+31
* * cp-demangle.c (d_abi_tags): Preserve di->last_name across anyian2015-08-151-0/+8
* Fix several crashes of C++ demangler on fuzzed input.miyuki2015-07-131-6/+24
* PR c++/44282jason2015-06-021-0/+3
* gcc/cp/jason2014-09-261-1/+10
* * cp-demangle.c (d_dump): Only access field from s_fixed part ofjason2014-08-291-2/+8
* Fix demangler testsuite crashes with CP_DEMANGLE_DEBUG definedpalves2014-05-281-0/+6
* libiberty/gary2014-05-081-6/+54
* Avoid "'dc' may be uninitialized" warning.tschwinge2014-01-281-1/+3
* libiberty/gary2014-01-061-61/+206
* PR c++/41090jason2013-12-231-0/+7
* Fix demangler to handle conversion operators correctly.ccoutant2013-11-221-36/+154
* * cp-demangle.c (d_copy_templates): Cast result of mallocuros2013-11-121-4/+6
* libiberty/gary2013-10-251-2/+129
* 2013-10-11 Paul Pluzhnikov <ppluzhnikov@google.com>ppluzhnikov2013-10-121-1/+1
* 2013-09-10 Paolo Carlini <paolo.carlini@oracle.com>paolo2013-09-101-167/+2
* 2013-09-10 Gary Benson <gbenson@redhat.com>gary2013-09-101-2/+167
* libiberty/jason2013-04-041-42/+29
* Demangle C++11 ref-qualifier.jason2013-04-031-13/+124
* PR c++/55223jason2013-02-151-1/+20
* * cp-demangle.c (d_unqualified_name): Handle abi tags here.jason2012-11-111-22/+16
* Add C++ attribute abi_tag and -Wabi-tag option.jason2012-11-091-5/+43
* Allow dynamic initialization of thread_locals.jason2012-10-081-0/+26
* * cp-demangle.c (cplus_demangle_operators): Add *_cast.jason2012-07-181-1/+31
* http://sourceware.org/bugzilla/show_bug.cgi?id=14065tromey2012-05-221-0/+1
* gcc/cp/jason2012-03-211-0/+5
* * cp-demangle.c (cplus_demangle_operators): Add li.jason2012-03-071-1/+7
* * cp-demangle.c (d_print_comp) [DEMANGLE_COMPONENT_OPERATOR]:jason2012-01-101-5/+8
* PR c++/6057jason2012-01-061-76/+196
* * cp-demangle.c (cplus_demangle_type): decltype, pack expansionjason2012-01-061-3/+7
* Merge from transactional-memory branch.aldyh2011-11-081-2/+45