aboutsummaryrefslogtreecommitdiff
path: root/gdb/cp-name-parser.y
AgeCommit message (Expand)AuthorFilesLines
2021-04-01Use startswith in gdb subfolder.Martin Liska1-34/+34
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-11-02gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi1-6/+6
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-03-12Fix test-cp-name-parser build, unused variablePedro Alves1-1/+0
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-06-04Change functions in cp-name-parser.y into methodsTom Tromey1-253/+273
2018-06-01Make two cp-name-parser.y constants "const"Tom Tromey1-2/+2
2018-06-01Include parser-defs.h in cp-name-parser.yTom Tromey1-5/+1
2018-06-01Make cp-name-parser.y a pure parserTom Tromey1-284/+304
2018-06-01Use yy-remap.h in cp-name-parser.yTom Tromey1-54/+8
2018-06-01Remove a static buffer from cp-name-parser.yTom Tromey1-13/+9
2018-05-22Support UTF-8 identifiers in C/C++ expressions (PR gdb/22973)Pedro Alves1-25/+4
2018-05-04Fix "fall through" commentsTom Tromey1-1/+1
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-11-210xff chars in name components table; cp-name-parser lex UTF-8 identifiersPedro Alves1-3/+25
2017-11-08Fix "make test-cp-name-parser"Pedro Alves1-1/+1
2017-08-09Make cp_comp_to_string return a gdb::unique_xmalloc_ptr<char>Pedro Alves1-3/+4
2017-04-05-Wwrite-strings: The RestPedro Alves1-2/+2
2017-03-27gdb/cp-name-parser.y: Eliminate make_empty, use cplus_demangle_fill_componentPedro Alves1-46/+14
2017-03-20Implement demangling for rvalue reference type namesArtemiy Volkov1-0/+4
2017-03-14Restore test-cp-name-parser buildPedro Alves1-9/+8
2017-03-13Merge libiberty: Initialize d_printing in all cplus_demangle_fill_* functions.mark1-0/+1
2017-01-10Add constructor and destructor to demangle_parse_infoTom Tromey1-29/+10
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-11-28Adjust GDB to demangler API changePedro Alves1-1/+1
2015-09-25Add casts to memory allocation related callsSimon Marchi1-3/+3
2015-08-06Add casts for legitimate integer to enum conversionsSimon Marchi1-1/+1
2015-02-27C++ keyword cleanliness, mostly auto-generatedPedro Alves1-10/+10
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-08-07Include string.h in common-defs.hGary Benson1-2/+0
2014-08-07Include gdb_assert.h in common-defs.hGary Benson1-1/+0
2014-08-07Move libiberty.h to common-defs.hGary Benson1-1/+0
2014-08-07Move stdlib.h to common-defs.hGary Benson1-1/+0
2014-08-07Move stdio.h to common-defs.hGary Benson1-1/+0
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker1-1/+1
2013-01-01Update years in copyright notice for the GDB files.Joel Brobecker1-1/+1
2012-09-21gdb/Jan Kratochvil1-5/+25
2012-04-09* ada-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): NewMark Kettenis1-0/+6
2012-01-10gdb/Jan Kratochvil1-9/+29
2012-01-04Copyright year update in most files of the GDB Project.Joel Brobecker1-2/+1
2011-12-17* cp-name-parser.y (cp_merge_demangle_parse_infos): Don't useAndreas Schwab1-3/+0
2011-08-18 PR c++/12266Keith Seitz1-22/+112
2011-08-06gdb/Jan Kratochvil1-2/+5
2011-03-18 ARI fixes: Add missing internationalization markups throughoutPierre Muller1-5/+5
2011-01-01run copyright.sh for 2011.Joel Brobecker1-1/+1
2010-05-062010-05-05 Michael Snyder <msnyder@vmware.com>Michael Snyder1-1/+1
2010-01-01Update copyright year in most headers.Joel Brobecker1-1/+1
2009-07-29gdb/Jan Kratochvil1-58/+9