summaryrefslogtreecommitdiff
path: root/include/demangle.h
AgeCommit message (Expand)Author
2020-01-01Update copyright years.Jakub Jelinek
2019-11-16[PATCH] Fix slowness in demanglerJeff Law
2019-11-16[PATCH] Refactor rust-demangle to be independent of C++ demangling.Eduard-Mihai Burtescu
2019-07-18demangle.h (rust_is_mangled): Move to libiberty/rust-demangle.h.Eduard-Mihai Burtescu
2019-01-01Update copyright years.Jakub Jelinek
2018-12-22Remove support for demangling GCC 2.x era mangling schemes.Jason Merrill
2018-12-11Fix a failure in the libiberty testsuite by increasing the demangle recursion...Nick Clifton
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-01-03Update copyright years.Jakub Jelinek
2017-03-08Fix PR demangler/70909 and 67264 (endless demangler recursion)Mark Wielaard
2017-01-04Update copyright years.Jakub Jelinek
2016-11-16libiberty: Add Rust symbol demangling.David Tolnay
2016-11-07Implement P0012R1, Make exception specifications part of the type system.Jason Merrill
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-07-14Remove trailing spaces in demangle.hH.J. Lu
2015-07-14Update copyright year in includeH.J. Lu
2014-09-23demangle.h (DMGL_DLANG): New macro.Iain Buclaw
2013-12-23re PR c++/41090 (Using static label reference in c++ class constructor produc...Jason Merrill
2013-04-03Demangle C++11 ref-qualifier.Jason Merrill
2012-11-09Add C++ attribute abi_tag and -Wabi-tag option.Jason Merrill
2012-10-08Allow dynamic initialization of thread_locals.Jason Merrill
2012-01-06re PR c++/6057 (expression mangling doesn't work for operator new)Jason Merrill
2011-11-08Merge from transactional-memory branch.Aldy Hernandez
2011-09-23re PR c++/40831 (g++ generated symbols for cloned function that be demangled.)Cary Coutant
2011-06-13demangle.h (DMGL_RET_POSTFIX): Extend the comment.Jan Kratochvil
2011-01-03Update Copyright years for files modified in 2010.Jakub Jelinek
2010-02-03re PR c++/12909 (ambiguity in mangling vector types)Jason Merrill
2010-01-11demangle.h (ada_demangle): Add prototype.Tristan Gingold
2009-09-29merge in cxx0x-lambdas-branch@152308Jason Merrill
2009-09-03update copyright datesAlan Modra
2009-07-17demangle.h (enum demangle_component_type <DEMANGLE_COMPONENT_GLOBAL_CONSTRUCT...Jan Kratochvil
2009-03-17decl.c (grokfndecl): Set DECL_CONTEXT on parms.Jason Merrill
2008-12-10re PR c++/35319 (ICE throwing fixed-point types)Jason Merrill
2008-10-06PR c++/37376, other mangling issuesJason Merrill
2008-09-09demangle.h (enum demangle_component_type): Add DEMANGLE_COMPONENT_DECLTYPE.Jason Merrill
2008-01-27demangle.h (demangle_component_type): Add DEMANGLE_COMPONENT_JAVA_RESOURCE...David Daney
2007-08-31mangle.c (write_type): Change mangling of rvalue reference from `RR' to `O'.Doug Gregor
2007-04-26* demangle.h: Change license to LGPL + exception.Mark Mitchell
2007-01-29demangle.h: New cplus_demangle_print_callback...Simon Baldwin
2005-12-11Fixes java/PR9861Terry Laurenzo
2005-05-25demangle.h (DEMANGLE_COMPONENT_HIDDEN_ALIAS): New.Richard Henderson
2005-05-10Update the address and phone number of the FSF organization.Nick Clifton
2005-03-26demangle.h: Remove uses of PARAMS.Gabriel Dos Reis
2004-05-04demangle.h: Do not use C++ reserved keyword typename as parameter for...Andreas Jaeger
2004-01-13demangle.h: Instead of checking ANSI_PROTOTYPES, just include "libiberty.h".Ian Lance Taylor
2004-01-13* demangle.h: If ANSI_PROTOTYPES is defined, include <stddef.h>.Ian Lance Taylor
2004-01-12demangle.h (enum demangle_component_type): Define.Ian Lance Taylor
2003-07-06demangle.h: Support C++.H.J. Lu