summaryrefslogtreecommitdiff
path: root/gdb/c-exp.y
AgeCommit message (Expand)Author
2018-01-02Update copyright year range in all GDB filesJoel Brobecker
2017-10-25Target FP: Use target format throughout expression parsingUlrich Weigand
2017-10-18Canonicalize conversion operatorsKeith Seitz
2017-10-05Clean up some DFP interfacesUlrich Weigand
2017-09-06Remove make_cleanup_clear_parser_stateTom Tromey
2017-09-04Make "p S::method() const::static_var" work tooPedro Alves
2017-09-04Handle "p S::method()::static_var" in the C++ parserPedro Alves
2017-08-21Handle function aliases better (PR gdb/19487, errno printing)Pedro Alves
2017-07-17Introduce CP_OPERATOR_STR/CP_OPERATOR_LEN and use throughoutPedro Alves
2017-06-27Eliminate make_cleanup_obstack_free, introduce auto_obstackPedro Alves
2017-04-12Use scoped_restore in more placesTom Tromey
2017-04-05-Wwrite-strings: The RestPedro Alves
2017-03-20Support rvalue reference type in parserArtemiy Volkov
2017-02-02Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchyPedro Alves
2017-01-01update copyright year range in GDB filesJoel Brobecker
2016-11-17gdb/c-exp.y: fprintf -> parser_fprintfPedro Alves
2016-11-08Use ui_file_as_string in gdb/c-exp.yPedro Alves
2016-04-22Centralize yacc interface names remapping (yyparse, yylex, yyerror, etc)Pedro Alves
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker
2015-11-18[C++] Add casts to obstack_base callsSimon Marchi
2015-11-17Convert c_string_type to an enum flags typeSimon Marchi
2015-11-17Type-safe wrapper for enum flagsPedro Alves
2015-09-25Add casts to memory allocation related callsSimon Marchi
2015-08-25DWARF: handle non-local references in nested functionsPierre-Marie de Rodat
2015-08-06Add casts for legitimate integer to enum conversionsSimon Marchi
2015-08-01Replace the block_found global with explicit data-flowPierre-Marie de Rodat
2015-07-14Remove CHECK_TYPEDEF, use check_typedef insteadSimon Marchi
2015-05-27Don't ignore domain in nested lookups.Doug Evans
2015-02-27C++ keyword cleanliness, mostly auto-generatedPedro Alves
2015-01-03c-exp.y: misc cleanup, no code changesDoug Evans
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker
2014-12-23Look up primitive types as symbols.Doug Evans
2014-12-18language_lookup_primitive_type: Renamed from language_lookup_primitive_type_b...Doug Evans
2014-12-16cp_find_type_baseclass_by_name: Renamed from find_type_baseclass_by_name.Doug Evans
2014-11-18symtab.h (SYMTAB_BLOCKVECTOR): Renamed from BLOCKVECTOR. All uses updated.Doug Evans
2014-11-06Delete TYPE_CODE_CLASS, it's just an alias of TYPE_CODE_STRUCT.Doug Evans
2014-09-04parse_number("0") reads uninitialized memoryPedro Alves
2014-08-07Include string.h in common-defs.hGary Benson
2014-08-07Include gdb_assert.h in common-defs.hGary Benson
2014-06-18constify struct block in some placesTom Tromey
2014-04-14implement support for "enum class"Tom Tromey
2014-04-11Fix c++/16675 -- sizeof reference type should give the size ofKeith Seitz
2014-03-27Remove `expout*' globals from parser-defs.hSergio Durigan Junior
2014-02-26use bound_minsym as result for lookup_minimal_symbol et alTom Tromey
2014-02-05Avoid bison-isms when using yacc.Mark Kettenis
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker
2013-11-25PR c++/14819: Explicit class:: inside class scope does not workKeith Seitz
2013-11-18remove gdb_string.hTom Tromey
2013-11-15fix PR c++/16117Tom Tromey
2013-10-02Constification of parse_linespec and fallout:Keith Seitz