summaryrefslogtreecommitdiff
path: root/include/demangle.h
Commit message (Expand)AuthorAgeFilesLines
* Remove support for demangling GCC 2.x era mangling schemes.Jason Merrill2018-12-221-32/+1
* Fix a failure in the libiberty testsuite by increasing the demangle recursion...Nick Clifton2018-12-111-1/+1
* Add a recursion limit to libiberty's demangling code. The limit is enabled b...Nick Clifton2018-12-071-0/+11
* Implement P0732R2, class types in non-type template parameters.Jason Merrill2018-11-051-0/+3
* Update copyright years.Jakub Jelinek2018-01-031-1/+1
* Fix PR demangler/70909 and 67264 (endless demangler recursion)Mark Wielaard2017-03-081-2/+7
* Update copyright years.Jakub Jelinek2017-01-041-1/+1
* libiberty: Add Rust symbol demangling.David Tolnay2016-11-161-2/+27
* Implement P0012R1, Make exception specifications part of the type system.Jason Merrill2016-11-071-1/+3
* PR other/61321 - demangler crash on casts in template parametersPedro Alves2015-11-271-0/+4
* Implement N4514, C++ Extensions for Transactional Memory.Jason Merrill2015-10-041-0/+2
* Remove trailing spaces in demangle.hH.J. Lu2015-07-141-2/+2
* Update copyright year in includeH.J. Lu2015-07-141-3/+2
* demangle.h (DMGL_DLANG): New macro.Iain Buclaw2014-09-231-2/+9
* re PR c++/41090 (Using static label reference in c++ class constructor produc...Jason Merrill2013-12-231-0/+8
* Demangle C++11 ref-qualifier.Jason Merrill2013-04-031-0/+6
* Add C++ attribute abi_tag and -Wabi-tag option.Jason Merrill2012-11-091-0/+2
* Allow dynamic initialization of thread_locals.Jason Merrill2012-10-081-0/+3
* re PR c++/6057 (expression mangling doesn't work for operator new)Jason Merrill2012-01-061-0/+5
* Merge from transactional-memory branch.Aldy Hernandez2011-11-081-2/+11
* re PR c++/40831 (g++ generated symbols for cloned function that be demangled.)Cary Coutant2011-09-231-1/+3
* demangle.h (DMGL_RET_POSTFIX): Extend the comment.Jan Kratochvil2011-06-131-1/+7
* Update Copyright years for files modified in 2010.Jakub Jelinek2011-01-031-1/+1
* re PR c++/12909 (ambiguity in mangling vector types)Jason Merrill2010-02-031-0/+5
* demangle.h (ada_demangle): Add prototype.Tristan Gingold2010-01-111-0/+3
* merge in cxx0x-lambdas-branch@152308Jason Merrill2009-09-291-0/+14
* update copyright datesAlan Modra2009-09-031-1/+1
* demangle.h (enum demangle_component_type <DEMANGLE_COMPONENT_GLOBAL_CONSTRUCT...Jan Kratochvil2009-07-171-0/+4
* decl.c (grokfndecl): Set DECL_CONTEXT on parms.Jason Merrill2009-03-171-2/+4
* re PR c++/35319 (ICE throwing fixed-point types)Jason Merrill2008-12-101-0/+13
* PR c++/37376, other mangling issuesJason Merrill2008-10-061-1/+3
* demangle.h (enum demangle_component_type): Add DEMANGLE_COMPONENT_DECLTYPE.Jason Merrill2008-09-091-1/+3
* demangle.h (demangle_component_type): Add DEMANGLE_COMPONENT_JAVA_RESOURCE...David Daney2008-01-271-1/+15
* mangle.c (write_type): Change mangling of rvalue reference from `RR' to `O'.Doug Gregor2007-08-311-0/+3
* * demangle.h: Change license to LGPL + exception.Mark Mitchell2007-04-261-14/+23
* demangle.h: New cplus_demangle_print_callback...Simon Baldwin2007-01-291-5/+36
* Fixes java/PR9861Terry Laurenzo2005-12-111-0/+2
* demangle.h (DEMANGLE_COMPONENT_HIDDEN_ALIAS): New.Richard Henderson2005-05-251-0/+3
* Update the address and phone number of the FSF organization.Nick Clifton2005-05-101-2/+2
* demangle.h: Remove uses of PARAMS.Gabriel Dos Reis2005-03-261-36/+34
* demangle.h: Do not use C++ reserved keyword typename as parameter for...Andreas Jaeger2004-05-041-1/+1
* demangle.h: Instead of checking ANSI_PROTOTYPES, just include "libiberty.h".Ian Lance Taylor2004-01-131-6/+1
* * demangle.h: If ANSI_PROTOTYPES is defined, include <stddef.h>.Ian Lance Taylor2004-01-131-0/+5
* demangle.h (enum demangle_component_type): Define.Ian Lance Taylor2004-01-121-2/+364
* demangle.h: Support C++.H.J. Lu2003-07-061-0/+8
* demangle.h: #include "ansidecl.h" rather than #include <ansidecl.h>.Alan Modra2002-06-251-2/+2
* demangle.h (cplus_demangle_v3): Add "options" parm.Jason Merrill2002-02-051-6/+3
* demangle.h (cplus_demangle_v3_type): New prototype.H.J. Lu2002-02-021-0/+5
* demangle.h (no_demangling): New.Richard Henderson2001-12-061-0/+2
* demangle.h (demangler_engine): Const-ify.Kaveh R. Ghazi2001-10-071-5/+5