aboutsummaryrefslogtreecommitdiff
path: root/include/demangle.h
AgeCommit message (Expand)Author
2024-01-13c++, demangle: Implement https://github.com/itanium-cxx-abi/cxx-abi/issues/14...Jakub Jelinek
2024-01-03Update copyright years.Jakub Jelinek
2023-12-01c++: mangle function template constraintsJason Merrill
2023-08-22c++: constrained hidden friends [PR109751]Jason Merrill
2023-01-16Update copyright years.Jakub Jelinek
2022-11-15demangler: Templated lambda demanglingNathan Sidwell
2022-09-27c++: Implement P1467R9 - Extended floating-point types and standard names com...Jakub Jelinek
2022-05-23demangler: C++ modules supportNathan Sidwell
2022-05-17demangler: Structured BindingsNathan Sidwell
2022-01-03Update copyright years.Jakub Jelinek
2021-03-30c++: Adjust mangling of __alignof__ [PR88115]Patrick Palka
2021-01-04Update copyright years.Jakub Jelinek
2020-01-01Update copyright years.Jakub Jelinek
2019-11-16[PATCH] Fix slowness in demanglerJeff Law
2019-11-16[PATCH] Refactor rust-demangle to be independent of C++ demangling.Eduard-Mihai Burtescu
2019-07-18demangle.h (rust_is_mangled): Move to libiberty/rust-demangle.h.Eduard-Mihai Burtescu
2019-01-01Update copyright years.Jakub Jelinek
2018-12-22Remove support for demangling GCC 2.x era mangling schemes.Jason Merrill
2018-12-11Fix a failure in the libiberty testsuite by increasing the demangle recursion...Nick Clifton
2018-12-07Add a recursion limit to libiberty's demangling code. The limit is enabled b...Nick Clifton
2018-11-05Implement P0732R2, class types in non-type template parameters.Jason Merrill
2018-01-03Update copyright years.Jakub Jelinek
2017-03-08Fix PR demangler/70909 and 67264 (endless demangler recursion)Mark Wielaard
2017-01-04Update copyright years.Jakub Jelinek
2016-11-16libiberty: Add Rust symbol demangling.David Tolnay
2016-11-07Implement P0012R1, Make exception specifications part of the type system.Jason Merrill
2015-11-27PR other/61321 - demangler crash on casts in template parametersPedro Alves
2015-10-04Implement N4514, C++ Extensions for Transactional Memory.Jason Merrill
2015-07-14Remove trailing spaces in demangle.hH.J. Lu
2015-07-14Update copyright year in includeH.J. Lu
2014-09-23demangle.h (DMGL_DLANG): New macro.Iain Buclaw
2013-12-23re PR c++/41090 (Using static label reference in c++ class constructor produc...Jason Merrill
2013-04-03Demangle C++11 ref-qualifier.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-01-06re PR c++/6057 (expression mangling doesn't work for operator new)Jason Merrill
2011-11-08Merge from transactional-memory branch.Aldy Hernandez
2011-09-23re PR c++/40831 (g++ generated symbols for cloned function that be demangled.)Cary Coutant
2011-06-13demangle.h (DMGL_RET_POSTFIX): Extend the comment.Jan Kratochvil
2011-01-03Update Copyright years for files modified in 2010.Jakub Jelinek
2010-02-03re PR c++/12909 (ambiguity in mangling vector types)Jason Merrill
2010-01-11demangle.h (ada_demangle): Add prototype.Tristan Gingold
2009-09-29merge in cxx0x-lambdas-branch@152308Jason Merrill
2009-09-03update copyright datesAlan Modra
2009-07-17demangle.h (enum demangle_component_type <DEMANGLE_COMPONENT_GLOBAL_CONSTRUCT...Jan Kratochvil
2009-03-17decl.c (grokfndecl): Set DECL_CONTEXT on parms.Jason Merrill
2008-12-10re PR c++/35319 (ICE throwing fixed-point types)Jason Merrill
2008-10-06PR c++/37376, other mangling issuesJason Merrill
2008-09-09demangle.h (enum demangle_component_type): Add DEMANGLE_COMPONENT_DECLTYPE.Jason Merrill
2008-01-27demangle.h (demangle_component_type): Add DEMANGLE_COMPONENT_JAVA_RESOURCE...David Daney