summaryrefslogtreecommitdiff
path: root/libiberty/cp-demangle.c
Commit message (Expand)AuthorAgeFilesLines
* PR other/61321 - demangler crash on casts in template parametersPedro Alves2015-11-271-8/+29
* Implement N4514, C++ Extensions for Transactional Memory.Jason Merrill2015-10-041-5/+31
* cp-demangle.c (d_abi_tags): Preserve di->last_name across any ABI tags.Ian Lance Taylor2015-08-151-0/+8
* Fix several crashes of C++ demangler on fuzzed input.Mikhail Maltsev2015-07-131-6/+24
* re PR c++/44282 (fastcall is not mangled at all)Jason Merrill2015-06-011-0/+3
* mangle.c (is_std_substitution): Check for abi_tag.Jason Merrill2014-09-261-1/+10
* cp-demangle.c (d_dump): Only access field from s_fixed part of the union for ...Andrew Burgess2014-08-291-2/+8
* Fix demangler testsuite crashes with CP_DEMANGLE_DEBUG definedPedro Alves2014-05-281-0/+6
* cp-demangle.c (struct d_component_stack): New structure.Gary Benson2014-05-081-6/+54
* Avoid "'dc' may be uninitialized" warning.Thomas Schwinge2014-01-281-1/+3
* cp-demangle.c (struct d_print_info): New fields next_saved_scope...Gary Benson2014-01-061-61/+206
* re PR c++/41090 (Using static label reference in c++ class constructor produc...Jason Merrill2013-12-231-0/+7
* Fix demangler to handle conversion operators correctly.Cary Coutant2013-11-221-36/+154
* cp-demangle.c (d_copy_templates): Cast result of malloc to (struct d_print_te...Uros Bizjak2013-11-121-4/+6
* cp-demangle.c (struct d_saved_scope): New structure.Gary Benson2013-10-251-2/+129
* cp-demangle.c (d_name): Demangle local-source-names.Paul Pluzhnikov2013-10-111-1/+1
* re PR bootstrap/58386 (libstdc++.so.6: undefined symbol: htab_hash_pointer)Paolo Carlini2013-09-101-167/+2
* cp-demangle.c: Include hashtab.h.Gary Benson2013-09-101-2/+167
* cp-demangle.c (cplus_demangle_type): Fix function quals.Jason Merrill2013-04-031-42/+29
* Demangle C++11 ref-qualifier.Jason Merrill2013-04-031-13/+124
* re PR c++/55223 ([C++11] Default lambda expression of a templated class member)Jason Merrill2013-02-141-1/+20
* cp-demangle.c (d_unqualified_name): Handle abi tags here.Jason Merrill2012-11-101-22/+16
* Add C++ attribute abi_tag and -Wabi-tag option.Jason Merrill2012-11-091-5/+43
* Allow dynamic initialization of thread_locals.Jason Merrill2012-10-081-0/+26
* cp-demangle.c (cplus_demangle_operators): Add *_cast.Jason Merrill2012-07-181-1/+31
* demangle-expected: Add regression test.Tom Tromey2012-05-221-0/+1
* mangle.c (write_type): Handle 'auto'.Jason Merrill2012-03-211-0/+5
* cp-demangle.c (cplus_demangle_operators): Add li.Jason Merrill2012-03-071-1/+7
* cp-demangle.c (d_print_comp): Omit a trailing space in the operator name.Jason Merrill2012-01-101-5/+8
* re PR c++/6057 (expression mangling doesn't work for operator new)Jason Merrill2012-01-061-76/+196
* cp-demangle.c (cplus_demangle_type): decltype, pack expansion and vector are ...Jason Merrill2012-01-061-3/+7
* Merge from transactional-memory branch.Aldy Hernandez2011-11-081-2/+45
* re PR c++/48370 (G++ fails to extend reference temporary lifetime in some sit...Jason Merrill2011-11-041-3/+8
* re PR c++/48665 (type of const member function)Ian Lance Taylor2011-10-101-0/+24
* re PR c++/40831 (g++ generated symbols for cloned function that be demangled.)Cary Coutant2011-09-231-3/+54
* re PR c++/49932 ([C++0x] ICE on instantiating decltype(expr)::type with templ...Jason Merrill2011-08-011-2/+12
* 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