summaryrefslogtreecommitdiff
path: root/gdb/c-exp.y
Commit message (Expand)AuthorAgeFilesLines
* Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchyusers/palves/ui_file_v4Pedro Alves2017-02-011-5/+3
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* gdb/c-exp.y: fprintf -> parser_fprintfPedro Alves2016-11-171-14/+14
* Use ui_file_as_string in gdb/c-exp.yPedro Alves2016-11-081-6/+3
* Centralize yacc interface names remapping (yyparse, yylex, yyerror, etc)Pedro Alves2016-04-221-59/+4
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* [C++] Add casts to obstack_base callsSimon Marchi2015-11-181-2/+2
* Convert c_string_type to an enum flags typeSimon Marchi2015-11-171-3/+3
* Type-safe wrapper for enum flagsPedro Alves2015-11-171-2/+3
* Add casts to memory allocation related callsSimon Marchi2015-09-251-13/+15
* DWARF: handle non-local references in nested functionsPierre-Marie de Rodat2015-08-251-4/+1
* Add casts for legitimate integer to enum conversionsSimon Marchi2015-08-061-1/+1
* Replace the block_found global with explicit data-flowPierre-Marie de Rodat2015-08-011-50/+55
* Remove CHECK_TYPEDEF, use check_typedef insteadSimon Marchi2015-07-141-3/+3
* Don't ignore domain in nested lookups.Doug Evans2015-05-271-1/+2
* C++ keyword cleanliness, mostly auto-generatedPedro Alves2015-02-271-21/+21
* c-exp.y: misc cleanup, no code changesDoug Evans2015-01-031-31/+31
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-011-1/+1
* Look up primitive types as symbols.Doug Evans2014-12-231-7/+0
* language_lookup_primitive_type: Renamed from language_lookup_primitive_type_b...Doug Evans2014-12-181-3/+3
* cp_find_type_baseclass_by_name: Renamed from find_type_baseclass_by_name.Doug Evans2014-12-161-2/+2
* symtab.h (SYMTAB_BLOCKVECTOR): Renamed from BLOCKVECTOR. All uses updated.Doug Evans2014-11-181-1/+1
* Delete TYPE_CODE_CLASS, it's just an alias of TYPE_CODE_STRUCT.Doug Evans2014-11-061-2/+2
* parse_number("0") reads uninitialized memoryPedro Alves2014-09-041-1/+1
* Include string.h in common-defs.hGary Benson2014-08-071-1/+0
* Include gdb_assert.h in common-defs.hGary Benson2014-08-071-1/+0
* constify struct block in some placesTom Tromey2014-06-181-1/+1
* implement support for "enum class"Tom Tromey2014-04-141-9/+17
* Fix c++/16675 -- sizeof reference type should give the size ofKeith Seitz2014-04-111-3/+11
* Remove `expout*' globals from parser-defs.hSergio Durigan Junior2014-03-271-326/+372
* use bound_minsym as result for lookup_minimal_symbol et alTom Tromey2014-02-261-1/+1
* Avoid bison-isms when using yacc.Mark Kettenis2014-02-051-0/+6
* Update Copyright year range in all files maintained by GDB.Joel Brobecker2014-01-011-1/+1
* PR c++/14819: Explicit class:: inside class scope does not workKeith Seitz2013-11-251-1/+27
* remove gdb_string.hTom Tromey2013-11-181-1/+1
* fix PR c++/16117Tom Tromey2013-11-151-18/+35
* Constification of parse_linespec and fallout:Keith Seitz2013-10-021-21/+32
* remove msymbol_objfileTom Tromey2013-08-051-6/+6
* PR c++/9065:Tom Tromey2013-04-151-1/+12
* PR symtab/11462:Tom Tromey2013-03-251-0/+43
* PR exp/15109:Tom Tromey2013-03-211-51/+78
* * c-exp.y (YYPRINT): Define.Tom Tromey2013-03-211-0/+56
* * c-exp.y (%union) <sym, ivar, ivec>: Remove.Tom Tromey2013-03-211-3/+0
* PR symtab/11464:Tom Tromey2013-02-121-11/+23
* 2013-01-31 Aleksandar Ristovski <aristovski@qnx.com>Aleksandar Ristovski2013-01-311-1/+1
* * c-exp.y (qualified_name): Use TYPE_SAFE_NAME.Tom Tromey2013-01-251-3/+3
* Update years in copyright notice for the GDB files.Joel Brobecker2013-01-011-2/+1
* PR c++/8888:Tom Tromey2012-12-141-0/+21
* * c-exp.y (block, variable, name_not_typename, lex_one_token,Tom Tromey2012-12-141-11/+19
* * ada-lang.c (ada_make_symbol_completion_list): Add 'code'Tom Tromey2012-12-071-0/+44