aboutsummaryrefslogtreecommitdiff
path: root/libiberty/cp-demangle.c
AgeCommit message (Expand)Author
2014-01-28Avoid "'dc' may be uninitialized" warning.Thomas Schwinge
2014-01-06cp-demangle.c (struct d_print_info): New fields next_saved_scope...Gary Benson
2013-12-23re PR c++/41090 (Using static label reference in c++ class constructor produc...Jason Merrill
2013-11-22Fix demangler to handle conversion operators correctly.Cary Coutant
2013-11-12cp-demangle.c (d_copy_templates): Cast result of malloc to (struct d_print_te...Uros Bizjak
2013-10-25cp-demangle.c (struct d_saved_scope): New structure.Gary Benson
2013-10-11cp-demangle.c (d_name): Demangle local-source-names.Paul Pluzhnikov
2013-09-10re PR bootstrap/58386 (libstdc++.so.6: undefined symbol: htab_hash_pointer)Paolo Carlini
2013-09-10cp-demangle.c: Include hashtab.h.Gary Benson
2013-04-03cp-demangle.c (cplus_demangle_type): Fix function quals.Jason Merrill
2013-04-03Demangle C++11 ref-qualifier.Jason Merrill
2013-02-14re PR c++/55223 ([C++11] Default lambda expression of a templated class member)Jason Merrill
2012-11-10cp-demangle.c (d_unqualified_name): Handle abi tags here.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-07-18cp-demangle.c (cplus_demangle_operators): Add *_cast.Jason Merrill
2012-05-22demangle-expected: Add regression test.Tom Tromey
2012-03-21mangle.c (write_type): Handle 'auto'.Jason Merrill
2012-03-07cp-demangle.c (cplus_demangle_operators): Add li.Jason Merrill
2012-01-10cp-demangle.c (d_print_comp): Omit a trailing space in the operator name.Jason Merrill
2012-01-06re PR c++/6057 (expression mangling doesn't work for operator new)Jason Merrill
2012-01-06cp-demangle.c (cplus_demangle_type): decltype, pack expansion and vector are ...Jason Merrill
2011-11-08Merge from transactional-memory branch.Aldy Hernandez
2011-11-04re PR c++/48370 (G++ fails to extend reference temporary lifetime in some sit...Jason Merrill
2011-10-10re PR c++/48665 (type of const member function)Ian Lance Taylor
2011-09-23re PR c++/40831 (g++ generated symbols for cloned function that be demangled.)Cary Coutant
2011-08-01re PR c++/49932 ([C++0x] ICE on instantiating decltype(expr)::type with templ...Jason Merrill
2011-07-26cp-demangle.c (d_print_init): Initialize pack_index field.Ian Lance Taylor
2011-07-04cp-demangle.c (d_expression): Handle 'this'.Jason Merrill
2011-07-01re PR debug/49408 (member function template id not matching linkage name)Jan Kratochvil
2011-06-20re PR c++/37089 ([C++0x] rvalue/lvalue reference collapsing not performed in ...Jason Merrill
2011-06-13cp-demangle.c (d_print_comp): Suppress d_print_mod for DMGL_RET_POSTFIX.Jan Kratochvil
2011-06-13demangle.h (DMGL_RET_POSTFIX): Extend the comment.Jan Kratochvil
2011-06-13cp-demangle.c (struct d_print_info): Remove field options.Jan Kratochvil
2010-11-16Properly demangle a global constructor symbol.H.J. Lu
2010-11-13re PR other/46332 (__cxa_demangle yields excess parentheses for function types)Ian Lance Taylor
2010-09-10cp-demangle.c (d_find_pack): Add case for DEMANGLE_COMPONENT_LAMBDA.James Lyon
2010-06-10re PR other/43838 (Incorrect output from abi::__cxa_demangle)Jakub Jelinek
2010-05-06Add support for C++0x nullptr.Jason Merrill
2010-03-22c-pretty-print.c (pp_c_specifier_qualifier_list): Use () rather than [], and ...Jason Merrill
2010-02-03re PR c++/4926 (C++ ABI needs clarification on mangling of complex expressions)Jason Merrill
2010-02-03re PR c++/12909 (ambiguity in mangling vector types)Jason Merrill
2010-01-26cp-demangle.c (cplus_demangle_type): Check for invalid type after "DF".Ian Lance Taylor
2010-01-20re PR c++/42338 ([c++0x] ICE on decltype usage with templates)Jason Merrill
2010-01-09Return dgs.alc on successH.J. Lu
2009-09-29merge in cxx0x-lambdas-branch@152308Jason Merrill
2009-07-17demangle.h (enum demangle_component_type <DEMANGLE_COMPONENT_GLOBAL_CONSTRUCT...Jan Kratochvil
2009-05-19cp-demangle.c (cplus_demangle_fill_ctor): Fix logic bug.Ian Lance Taylor
2009-03-23pt.c (make_fnparm_pack): Split out from...Jason Merrill
2009-03-17decl.c (grokfndecl): Set DECL_CONTEXT on parms.Jason Merrill