aboutsummaryrefslogtreecommitdiff
path: root/libiberty/cp-demangle.c
AgeCommit message (Expand)AuthorFilesLines
2010-05-06Add support for C++0x nullptr.Jason Merrill1-0/+8
2010-03-22c-pretty-print.c (pp_c_specifier_qualifier_list): Use () rather than [], and ...Jason Merrill1-2/+2
2010-02-03re PR c++/4926 (C++ ABI needs clarification on mangling of complex expressions)Jason Merrill1-4/+19
2010-02-03re PR c++/12909 (ambiguity in mangling vector types)Jason Merrill1-5/+61
2010-01-26cp-demangle.c (cplus_demangle_type): Check for invalid type after "DF".Ian Lance Taylor1-1/+3
2010-01-20re PR c++/42338 ([c++0x] ICE on decltype usage with templates)Jason Merrill1-3/+12
2010-01-09Return dgs.alc on successH.J. Lu1-1/+1
2009-09-29merge in cxx0x-lambdas-branch@152308Jason Merrill1-61/+238
2009-07-17demangle.h (enum demangle_component_type <DEMANGLE_COMPONENT_GLOBAL_CONSTRUCT...Jan Kratochvil1-18/+43
2009-05-19cp-demangle.c (cplus_demangle_fill_ctor): Fix logic bug.Ian Lance Taylor1-4/+4
2009-03-23pt.c (make_fnparm_pack): Split out from...Jason Merrill1-3/+21
2009-03-17decl.c (grokfndecl): Set DECL_CONTEXT on parms.Jason Merrill1-8/+63
2009-01-07* cp-demangle.c (d_expression): Remove mangling for zero-op casts.Jason Merrill1-12/+2
2009-01-06cp-demangle.c (cplus_demangle_type): Return NULL if the character following a...Ben Elliston1-0/+3
2008-12-18re PR c++/38561 (Revision 142799 may cause C++ demangle failures)Jason Merrill1-11/+14
2008-12-17semantics.c (describable_type): New function.Jason Merrill1-15/+19
2008-12-10re PR c++/35319 (ICE throwing fixed-point types)Jason Merrill1-0/+32
2008-10-06PR c++/37376, other mangling issuesJason Merrill1-73/+225
2008-09-09demangle.h (enum demangle_component_type): Add DEMANGLE_COMPONENT_DECLTYPE.Jason Merrill1-9/+125
2008-03-31Update copyright date.Ian Lance Taylor1-1/+2
2008-03-31cp-demangle.c (d_substitution): Correct overflow check to avoid -fstrict-over...Ian Lance Taylor1-5/+8
2008-01-27demangle.h (demangle_component_type): Add DEMANGLE_COMPONENT_JAVA_RESOURCE...David Daney1-0/+125
2007-08-31mangle.c (write_type): Change mangling of rvalue reference from `RR' to `O'.Doug Gregor1-1/+17
2007-08-01* cp-demangle.c (d_print_comp): Guard against null.Michael Snyder1-0/+6
2007-05-06Index: libiberty/ChangeLogGeoffrey Keating1-1/+21
2007-03-16cp-demangle.c (d_encoding): Exit early on error.Geoffrey Keating1-2/+4
2007-01-29demangle.h: New cplus_demangle_print_callback...Simon Baldwin1-312/+444
2006-12-21cp-demangle.h: Add comment explaining what to do to avoid overrunning string.Geoffrey Keating1-29/+28
2006-09-22re PR other/29176 (Seg fault in demangler)Ian Lance Taylor1-0/+2
2006-08-27re PR other/28797 (Problems with demangling (__cxa_demangle()))Ian Lance Taylor1-1/+10
2005-12-11Fixes java/PR9861Terry Laurenzo1-6/+23
2005-07-01re PR other/22268 (libiberty demanger crashes on (invalid) mangled name)Ian Lance Taylor1-1/+5
2005-05-25demangle.h (DEMANGLE_COMPONENT_HIDDEN_ALIAS): New.Richard Henderson1-0/+14
2005-05-24libiberty.h (ACONCAT): Properly cast value of alloca().Gabriel Dos Reis1-7/+7
2005-05-10Update the address and phone number of the FSF organization.Nick Clifton1-1/+1
2005-04-02* cp-demangle.c: Update copyright.Ian Lance Taylor1-1/+1
2005-03-28xregex2.h (_RE_ARGS): Remove definition and uses.Gabriel Dos Reis1-1/+1
2005-03-26demangle.h: Remove uses of PARAMS.Gabriel Dos Reis1-313/+171
2005-02-13cp-demangle.c (__cxa_demangle): Change resolution of ambiguous arguments.Jason Merrill1-15/+0
2004-11-24re PR other/18623 (4 * libiberty local variables set but never used)Ian Lance Taylor1-6/+3
2004-06-28re PR c++/16240 (g++ generates incorrect mangled name)Ian Lance Taylor1-0/+2
2004-02-25cp-demangle.h (enum d_builtin_type_print): Add D_PRINT_UNSIGNED...Ian Lance Taylor1-79/+106
2004-02-25cp-demangle.c (d_print_comp): Don't emit extra parentheses around a cast.Ian Lance Taylor1-3/+1
2004-02-24* cp-demangle.c (__cxa_demangle): Pass DMGL_PARAMS to d_demangle.Ian Lance Taylor1-1/+1
2004-02-24cp-demangle.c (d_print_comp): Don't push more than one of the same CV-qualifi...Ian Lance Taylor1-21/+86
2004-02-24cp-demangle.c (__cxa_demangle): Adjust last patch to handle empty string corr...Ian Lance Taylor1-2/+2
2004-02-24cp-demangle.c (__cxa_demangle): It is not an error if status is not NULL.Ian Lance Taylor1-11/+46
2004-01-13cp-demangle.c (d_make_comp): DEMANGLE_COMPONENT_CONSTRUCTION_VTABLE takes two...Daniel Jacobowitz1-1/+1
2004-01-12demangle.h (enum demangle_component_type): Define.Ian Lance Taylor1-845/+845
2004-01-02cp-demangle.c (d_encoding): When DMGL_PARAMS is not set...Ian Lance Taylor1-1/+18