summaryrefslogtreecommitdiff
path: root/libiberty/cp-demangle.c
Commit message (Expand)AuthorAgeFilesLines
* cp-demangle.c (d_print_init): Initialize pack_index field.Ian Lance Taylor2011-07-261-1/+9
* cp-demangle.c (d_expression): Handle 'this'.Jason Merrill2011-07-041-7/+23
* re PR debug/49408 (member function template id not matching linkage name)Jan Kratochvil2011-07-011-2/+55
* re PR c++/37089 ([C++0x] rvalue/lvalue reference collapsing not performed in ...Jason Merrill2011-06-201-3/+31
* cp-demangle.c (d_print_comp): Suppress d_print_mod for DMGL_RET_POSTFIX.Jan Kratochvil2011-06-131-1/+4
* demangle.h (DMGL_RET_POSTFIX): Extend the comment.Jan Kratochvil2011-06-131-4/+9
* cp-demangle.c (struct d_print_info): Remove field options.Jan Kratochvil2011-06-131-118/+115
* Properly demangle a global constructor symbol.H.J. Lu2010-11-161-1/+15
* re PR other/46332 (__cxa_demangle yields excess parentheses for function types)Ian Lance Taylor2010-11-131-6/+0
* cp-demangle.c (d_find_pack): Add case for DEMANGLE_COMPONENT_LAMBDA.James Lyon2010-09-101-0/+1
* re PR other/43838 (Incorrect output from abi::__cxa_demangle)Jakub Jelinek2010-06-101-1/+11
* Add support for C++0x nullptr.Jason Merrill2010-05-061-0/+8
* c-pretty-print.c (pp_c_specifier_qualifier_list): Use () rather than [], and ...Jason Merrill2010-03-221-2/+2
* re PR c++/4926 (C++ ABI needs clarification on mangling of complex expressions)Jason Merrill2010-02-031-4/+19
* re PR c++/12909 (ambiguity in mangling vector types)Jason Merrill2010-02-031-5/+61
* cp-demangle.c (cplus_demangle_type): Check for invalid type after "DF".Ian Lance Taylor2010-01-261-1/+3
* re PR c++/42338 ([c++0x] ICE on decltype usage with templates)Jason Merrill2010-01-201-3/+12
* Return dgs.alc on successH.J. Lu2010-01-091-1/+1
* merge in cxx0x-lambdas-branch@152308Jason Merrill2009-09-291-61/+238
* demangle.h (enum demangle_component_type <DEMANGLE_COMPONENT_GLOBAL_CONSTRUCT...Jan Kratochvil2009-07-171-18/+43
* cp-demangle.c (cplus_demangle_fill_ctor): Fix logic bug.Ian Lance Taylor2009-05-191-4/+4
* pt.c (make_fnparm_pack): Split out from...Jason Merrill2009-03-231-3/+21
* decl.c (grokfndecl): Set DECL_CONTEXT on parms.Jason Merrill2009-03-171-8/+63
* * cp-demangle.c (d_expression): Remove mangling for zero-op casts.Jason Merrill2009-01-071-12/+2
* cp-demangle.c (cplus_demangle_type): Return NULL if the character following a...Ben Elliston2009-01-061-0/+3
* re PR c++/38561 (Revision 142799 may cause C++ demangle failures)Jason Merrill2008-12-181-11/+14
* semantics.c (describable_type): New function.Jason Merrill2008-12-171-15/+19
* re PR c++/35319 (ICE throwing fixed-point types)Jason Merrill2008-12-101-0/+32
* PR c++/37376, other mangling issuesJason Merrill2008-10-061-73/+225
* demangle.h (enum demangle_component_type): Add DEMANGLE_COMPONENT_DECLTYPE.Jason Merrill2008-09-091-9/+125
* Update copyright date.Ian Lance Taylor2008-03-311-1/+2
* cp-demangle.c (d_substitution): Correct overflow check to avoid -fstrict-over...Ian Lance Taylor2008-03-311-5/+8
* demangle.h (demangle_component_type): Add DEMANGLE_COMPONENT_JAVA_RESOURCE...David Daney2008-01-271-0/+125
* mangle.c (write_type): Change mangling of rvalue reference from `RR' to `O'.Doug Gregor2007-08-311-1/+17
* * cp-demangle.c (d_print_comp): Guard against null.Michael Snyder2007-08-011-0/+6
* Index: libiberty/ChangeLogGeoffrey Keating2007-05-061-1/+21
* cp-demangle.c (d_encoding): Exit early on error.Geoffrey Keating2007-03-161-2/+4
* demangle.h: New cplus_demangle_print_callback...Simon Baldwin2007-01-291-312/+444
* cp-demangle.h: Add comment explaining what to do to avoid overrunning string.Geoffrey Keating2006-12-211-29/+28
* re PR other/29176 (Seg fault in demangler)Ian Lance Taylor2006-09-221-0/+2
* re PR other/28797 (Problems with demangling (__cxa_demangle()))Ian Lance Taylor2006-08-271-1/+10
* Fixes java/PR9861Terry Laurenzo2005-12-111-6/+23
* re PR other/22268 (libiberty demanger crashes on (invalid) mangled name)Ian Lance Taylor2005-07-011-1/+5
* demangle.h (DEMANGLE_COMPONENT_HIDDEN_ALIAS): New.Richard Henderson2005-05-251-0/+14
* libiberty.h (ACONCAT): Properly cast value of alloca().Gabriel Dos Reis2005-05-241-7/+7
* Update the address and phone number of the FSF organization.Nick Clifton2005-05-101-1/+1
* * cp-demangle.c: Update copyright.Ian Lance Taylor2005-04-021-1/+1
* xregex2.h (_RE_ARGS): Remove definition and uses.Gabriel Dos Reis2005-03-281-1/+1
* demangle.h: Remove uses of PARAMS.Gabriel Dos Reis2005-03-261-313/+171
* cp-demangle.c (__cxa_demangle): Change resolution of ambiguous arguments.Jason Merrill2005-02-131-15/+0