summaryrefslogtreecommitdiff
path: root/include/demangle.h
AgeCommit message (Expand)Author
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
2002-06-25demangle.h: #include "ansidecl.h" rather than #include <ansidecl.h>.Alan Modra
2002-02-05demangle.h (cplus_demangle_v3): Add "options" parm.Jason Merrill
2002-02-02demangle.h (cplus_demangle_v3_type): New prototype.H.J. Lu
2001-12-06demangle.h (no_demangling): New.Richard Henderson
2001-10-07demangle.h (demangler_engine): Const-ify.Kaveh R. Ghazi
2001-05-08cp-demangle.c (demangle_v3_with_details, [...]): Use K+R style function defin...Zack Weinberg
2001-03-21demangle.h (enum gnu_v3_constructor_kinds, [...]): New declarations.Jim Blandy
2001-03-14Fix copyright datesNick Clifton
2001-02-02Add support for Java demangling under the v3 ABI:Bryce McKinlay
2000-12-05also tweak commentJason Merrill
2000-12-04* demangle.h: Change "new_abi" to "v3" everywhere.Richard Henderson
2000-11-15* demangle.h: Add gnat and java demangle styles.Kenneth Block
2000-06-07configure.in (ac_libiberty_warn_cflags): Add -pedantic.Kaveh R. Ghazi
2000-06-05In include,Alex Samuel