aboutsummaryrefslogtreecommitdiff
path: root/gdb/c-exp.y
AgeCommit message (Expand)AuthorFilesLines
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-11-18[C++] Add casts to obstack_base callsSimon Marchi1-2/+2
2015-11-17Convert c_string_type to an enum flags typeSimon Marchi1-3/+3
2015-11-17Type-safe wrapper for enum flagsPedro Alves1-2/+3
2015-09-25Add casts to memory allocation related callsSimon Marchi1-13/+15
2015-08-25DWARF: handle non-local references in nested functionsPierre-Marie de Rodat1-4/+1
2015-08-06Add casts for legitimate integer to enum conversionsSimon Marchi1-1/+1
2015-08-01Replace the block_found global with explicit data-flowPierre-Marie de Rodat1-50/+55
2015-07-14Remove CHECK_TYPEDEF, use check_typedef insteadSimon Marchi1-3/+3
2015-05-27Don't ignore domain in nested lookups.Doug Evans1-1/+2
2015-02-27C++ keyword cleanliness, mostly auto-generatedPedro Alves1-21/+21
2015-01-03c-exp.y: misc cleanup, no code changesDoug Evans1-31/+31
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-12-23Look up primitive types as symbols.Doug Evans1-7/+0
2014-12-18language_lookup_primitive_type: Renamed from language_lookup_primitive_type_b...Doug Evans1-3/+3
2014-12-16cp_find_type_baseclass_by_name: Renamed from find_type_baseclass_by_name.Doug Evans1-2/+2
2014-11-18symtab.h (SYMTAB_BLOCKVECTOR): Renamed from BLOCKVECTOR. All uses updated.Doug Evans1-1/+1
2014-11-06Delete TYPE_CODE_CLASS, it's just an alias of TYPE_CODE_STRUCT.Doug Evans1-2/+2
2014-09-04parse_number("0") reads uninitialized memoryPedro Alves1-1/+1
2014-08-07Include string.h in common-defs.hGary Benson1-1/+0
2014-08-07Include gdb_assert.h in common-defs.hGary Benson1-1/+0
2014-06-18constify struct block in some placesTom Tromey1-1/+1
2014-04-14implement support for "enum class"Tom Tromey1-9/+17
2014-04-11Fix c++/16675 -- sizeof reference type should give the size ofKeith Seitz1-3/+11
2014-03-27Remove `expout*' globals from parser-defs.hSergio Durigan Junior1-326/+372
2014-02-26use bound_minsym as result for lookup_minimal_symbol et alTom Tromey1-1/+1
2014-02-05Avoid bison-isms when using yacc.Mark Kettenis1-0/+6
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker1-1/+1
2013-11-25PR c++/14819: Explicit class:: inside class scope does not workKeith Seitz1-1/+27
2013-11-18remove gdb_string.hTom Tromey1-1/+1
2013-11-15fix PR c++/16117Tom Tromey1-18/+35
2013-10-02Constification of parse_linespec and fallout:Keith Seitz1-21/+32
2013-08-05remove msymbol_objfileTom Tromey1-6/+6
2013-04-15 PR c++/9065:Tom Tromey1-1/+12
2013-03-25 PR symtab/11462:Tom Tromey1-0/+43
2013-03-21 PR exp/15109:Tom Tromey1-51/+78
2013-03-21 * c-exp.y (YYPRINT): Define.Tom Tromey1-0/+56
2013-03-21 * c-exp.y (%union) <sym, ivar, ivec>: Remove.Tom Tromey1-3/+0
2013-02-12 PR symtab/11464:Tom Tromey1-11/+23
2013-01-312013-01-31 Aleksandar Ristovski <aristovski@qnx.com>Aleksandar Ristovski1-1/+1
2013-01-25 * c-exp.y (qualified_name): Use TYPE_SAFE_NAME.Tom Tromey1-3/+3
2013-01-01Update years in copyright notice for the GDB files.Joel Brobecker1-2/+1
2012-12-14 PR c++/8888:Tom Tromey1-0/+21
2012-12-14 * c-exp.y (block, variable, name_not_typename, lex_one_token,Tom Tromey1-11/+19
2012-12-07 * ada-lang.c (ada_make_symbol_completion_list): Add 'code'Tom Tromey1-0/+44
2012-12-07 * expression.h (parse_expression_for_completion): RenameTom Tromey1-3/+3
2012-12-03 * ada-exp.y (write_object_renaming, write_var_or_type)Tom Tromey1-2/+2
2012-11-12 * ada-lang.c (user_select_syms, ada_print_subexp): Pass flagsTom Tromey1-1/+3
2012-07-27 * c-exp.y (classify_name): Avoid assignment in condition.Tom Tromey1-2/+2
2012-07-26 * Makefile.in (SFILES): Remove objc-exp.y.Tom Tromey1-3/+151