aboutsummaryrefslogtreecommitdiff
path: root/libiberty/cp-demangle.c
AgeCommit message (Expand)AuthorFilesLines
2016-09-10Fix -Wshadow warning in libiberty/cp-demangle.cMark Wielaard1-5/+5
2016-08-12re PR c/7652 (-Wswitch-break : Warn if a switch case falls through)Marek Polacek1-0/+2
2016-07-18Demangle C++17 fold-expressions.Jason Merrill1-2/+89
2016-07-15PR c++/71814 - mangling sizeof... (sP and sZ)Jason Merrill1-5/+57
2016-07-11cp-demangle.c (cplus_demangle_print_callback): Avoid zero-length VLAs.Brooks Moses1-2/+6
2016-05-19re PR c++/70498 (Libiberty Demangler segfaults (3))Jakub Jelinek1-1/+1
2016-05-02Demangler integer overflow fixes from Marcel Böhme.Marcel Böhme1-22/+30
2015-11-27PR other/61321 - demangler crash on casts in template parametersPedro Alves1-8/+29
2015-10-04Implement N4514, C++ Extensions for Transactional Memory.Jason Merrill1-5/+31
2015-08-15cp-demangle.c (d_abi_tags): Preserve di->last_name across any ABI tags.Ian Lance Taylor1-0/+8
2015-07-13Fix several crashes of C++ demangler on fuzzed input.Mikhail Maltsev1-6/+24
2015-06-01re PR c++/44282 (fastcall is not mangled at all)Jason Merrill1-0/+3
2014-09-26mangle.c (is_std_substitution): Check for abi_tag.Jason Merrill1-1/+10
2014-08-29cp-demangle.c (d_dump): Only access field from s_fixed part of the union for ...Andrew Burgess1-2/+8
2014-05-28Fix demangler testsuite crashes with CP_DEMANGLE_DEBUG definedPedro Alves1-0/+6
2014-05-08cp-demangle.c (struct d_component_stack): New structure.Gary Benson1-6/+54
2014-01-28Avoid "'dc' may be uninitialized" warning.Thomas Schwinge1-1/+3
2014-01-06cp-demangle.c (struct d_print_info): New fields next_saved_scope...Gary Benson1-61/+206
2013-12-23re PR c++/41090 (Using static label reference in c++ class constructor produc...Jason Merrill1-0/+7
2013-11-22Fix demangler to handle conversion operators correctly.Cary Coutant1-36/+154
2013-11-12cp-demangle.c (d_copy_templates): Cast result of malloc to (struct d_print_te...Uros Bizjak1-4/+6
2013-10-25cp-demangle.c (struct d_saved_scope): New structure.Gary Benson1-2/+129
2013-10-11cp-demangle.c (d_name): Demangle local-source-names.Paul Pluzhnikov1-1/+1
2013-09-10re PR bootstrap/58386 (libstdc++.so.6: undefined symbol: htab_hash_pointer)Paolo Carlini1-167/+2
2013-09-10cp-demangle.c: Include hashtab.h.Gary Benson1-2/+167
2013-04-03cp-demangle.c (cplus_demangle_type): Fix function quals.Jason Merrill1-42/+29
2013-04-03Demangle C++11 ref-qualifier.Jason Merrill1-13/+124
2013-02-14re PR c++/55223 ([C++11] Default lambda expression of a templated class member)Jason Merrill1-1/+20
2012-11-10cp-demangle.c (d_unqualified_name): Handle abi tags here.Jason Merrill1-22/+16
2012-11-09Add C++ attribute abi_tag and -Wabi-tag option.Jason Merrill1-5/+43
2012-10-08Allow dynamic initialization of thread_locals.Jason Merrill1-0/+26
2012-07-18cp-demangle.c (cplus_demangle_operators): Add *_cast.Jason Merrill1-1/+31
2012-05-22demangle-expected: Add regression test.Tom Tromey1-0/+1
2012-03-21mangle.c (write_type): Handle 'auto'.Jason Merrill1-0/+5
2012-03-07cp-demangle.c (cplus_demangle_operators): Add li.Jason Merrill1-1/+7
2012-01-10cp-demangle.c (d_print_comp): Omit a trailing space in the operator name.Jason Merrill1-5/+8
2012-01-06re PR c++/6057 (expression mangling doesn't work for operator new)Jason Merrill1-76/+196
2012-01-06cp-demangle.c (cplus_demangle_type): decltype, pack expansion and vector are ...Jason Merrill1-3/+7
2011-11-08Merge from transactional-memory branch.Aldy Hernandez1-2/+45
2011-11-04re PR c++/48370 (G++ fails to extend reference temporary lifetime in some sit...Jason Merrill1-3/+8
2011-10-10re PR c++/48665 (type of const member function)Ian Lance Taylor1-0/+24
2011-09-23re PR c++/40831 (g++ generated symbols for cloned function that be demangled.)Cary Coutant1-3/+54
2011-08-01re PR c++/49932 ([C++0x] ICE on instantiating decltype(expr)::type with templ...Jason Merrill1-2/+12
2011-07-26cp-demangle.c (d_print_init): Initialize pack_index field.Ian Lance Taylor1-1/+9
2011-07-04cp-demangle.c (d_expression): Handle 'this'.Jason Merrill1-7/+23
2011-07-01re PR debug/49408 (member function template id not matching linkage name)Jan Kratochvil1-2/+55
2011-06-20re PR c++/37089 ([C++0x] rvalue/lvalue reference collapsing not performed in ...Jason Merrill1-3/+31
2011-06-13cp-demangle.c (d_print_comp): Suppress d_print_mod for DMGL_RET_POSTFIX.Jan Kratochvil1-1/+4
2011-06-13demangle.h (DMGL_RET_POSTFIX): Extend the comment.Jan Kratochvil1-4/+9
2011-06-13cp-demangle.c (struct d_print_info): Remove field options.Jan Kratochvil1-118/+115