summaryrefslogtreecommitdiff
path: root/gdb/d-exp.y
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* Make copy_name return std::stringTom Tromey2019-04-191-16/+15
* Move innermost_block_tracker global to parse_stateTom Tromey2019-04-041-2/+2
* Move type stack handling to a new classTom Tromey2019-04-041-7/+15
* Move completion parsing to parser_stateTom Tromey2019-04-041-4/+4
* Move arglist_len et al to parser_stateTom Tromey2019-04-041-8/+8
* Move lexptr and prev_lexptr to parser_stateTom Tromey2019-04-041-20/+20
* Move comma_terminates global to parser_stateTom Tromey2019-04-041-1/+1
* Remove paren_depth globalTom Tromey2019-04-041-0/+4
* Move expression_context_* globals to parser_stateTom Tromey2019-04-041-5/+6
* Turn parse_language into a methodTom Tromey2019-04-041-1/+1
* Turn parse_gdbarch into a methodTom Tromey2019-04-041-3/+3
* More block constificationTom Tromey2019-03-241-1/+0
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* Remove some uses of VEC from parsersTom Tromey2018-08-281-31/+31
* Remove la_errorTom Tromey2018-06-181-3/+3
* Fix "fall through" commentsTom Tromey2018-05-041-1/+1
* gdb: New API for tracking innermost blockAndrew Burgess2018-01-211-9/+2
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* Target FP: Use target format throughout expression parsingUlrich Weigand2017-10-251-39/+34
* Remove last cleanups from d-exp.yTom Tromey2017-09-061-17/+8
* Remove make_cleanup_clear_parser_stateTom Tromey2017-09-061-1/+1
* Eliminate make_cleanup_obstack_free, introduce auto_obstackPedro Alves2017-06-271-5/+6
* Use scoped_restore in more placesTom Tromey2017-04-121-2/+2
* -Wwrite-strings: The RestPedro Alves2017-04-051-3/+3
* Fix classification of `module.type' in D lexer.Iain Buclaw2017-03-301-0/+1
* [D] Fix crash when debug expression enabled.Iain Buclaw2017-01-081-6/+3
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* remove trivialy unused variablesTrevor Saunders2016-05-071-1/+0
* 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-3/+3
* Re-apply change for handling non-local references in nested functions.Iain Buclaw2015-10-251-3/+1
* [D] Support D style sizeof and typeof expressions.Iain Buclaw2015-10-081-0/+6
* Add casts to memory allocation related callsSimon Marchi2015-09-251-4/+4
* [D] Implement looking up members of D enums.Iain Buclaw2015-08-171-3/+16
* Rename `typename' in d-exp.y to avoid C++ reserved wordKeith Seitz2015-08-141-3/+3
* Fix ARI warnings in d-exp.yIain Buclaw2015-08-141-10/+11
* [D] Move classification of symbols from the grammar to the lexer.Iain Buclaw2015-08-131-363/+424
* Replace the block_found global with explicit data-flowPierre-Marie de Rodat2015-08-011-14/+15
* C++ keyword cleanliness, mostly auto-generatedPedro Alves2015-02-271-4/+4
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-011-1/+1
* language_lookup_primitive_type: Renamed from language_lookup_primitive_type_b...Doug Evans2014-12-181-2/+2
* Rename lookup_symbol_global to lookup_global_symbol.Doug Evans2014-11-061-1/+1
* Rename lookup_symbol_static to lookup_symbol_in_static_block,Doug Evans2014-11-061-2/+2
* Delete TYPE_CODE_CLASS, it's just an alias of TYPE_CODE_STRUCT.Doug Evans2014-11-061-2/+2
* Include string.h in common-defs.hGary Benson2014-08-071-1/+0
* Initial pass at D language expression parser support.Iain Buclaw2014-06-191-0/+1637