summaryrefslogtreecommitdiff
path: root/gdb/c-exp.y
Commit message (Expand)AuthorAgeFilesLines
* Fix build failure with macOS bisonTom Tromey2019-01-081-4/+4
* Remove remaining cleanups from c-exp.yTom Tromey2019-01-061-57/+36
* Remove string-related cleanup from c-exp.yTom Tromey2019-01-061-1/+4
* Use std::vector in type stacksTom Tromey2019-01-061-26/+40
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* gdb: Allow struct fields named doubleAndrew Burgess2018-12-241-1/+24
* gdb: Add new parser rule for structure field namesAndrew Burgess2018-12-241-5/+8
* gdb: Extend the comments in c-exp.yAndrew Burgess2018-12-241-2/+15
* Simple -Wshadow=local fixesTom Tromey2018-10-041-1/+1
* Avoid undefined behavior in parse_numberTom Tromey2018-10-031-6/+4
* Remove some uses of VEC from parsersTom Tromey2018-08-281-22/+21
* Remove la_errorTom Tromey2018-06-181-3/+3
* Support UTF-8 identifiers in C/C++ expressions (PR gdb/22973)Pedro Alves2018-05-221-14/+13
* Fix "fall through" commentsTom Tromey2018-05-041-1/+1
* Handle alignof and _AlignofTom Tromey2018-04-301-1/+7
* For PPC64/ELFv1: Introduce mst_data_gnu_ifuncPedro Alves2018-04-261-1/+2
* Calling ifunc functions when resolver has debug info, user symbol same namePedro Alves2018-04-261-4/+16
* Fix calling ifunc functions when resolver has debug info and different namePedro Alves2018-04-261-1/+3
* Return unique_xmalloc_ptr from macro scope functionsTom Tromey2018-02-081-13/+11
* Do not classify C struct members as a filenameLeszek Swirski2018-02-011-21/+24
* gdb: New API for tracking innermost blockAndrew Burgess2018-01-211-16/+4
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* Target FP: Use target format throughout expression parsingUlrich Weigand2017-10-251-43/+36
* Canonicalize conversion operatorsKeith Seitz2017-10-181-2/+8
* Clean up some DFP interfacesUlrich Weigand2017-10-051-9/+3
* Remove make_cleanup_clear_parser_stateTom Tromey2017-09-061-1/+1
* Make "p S::method() const::static_var" work tooPedro Alves2017-09-041-0/+8
* Handle "p S::method()::static_var" in the C++ parserPedro Alves2017-09-041-2/+41
* Handle function aliases better (PR gdb/19487, errno printing)Pedro Alves2017-08-211-9/+29
* Introduce CP_OPERATOR_STR/CP_OPERATOR_LEN and use throughoutPedro Alves2017-07-171-3/+2
* Eliminate make_cleanup_obstack_free, introduce auto_obstackPedro Alves2017-06-271-4/+6
* Use scoped_restore in more placesTom Tromey2017-04-121-2/+2
* -Wwrite-strings: The RestPedro Alves2017-04-051-3/+3
* Support rvalue reference type in parserArtemiy Volkov2017-03-201-1/+5
* Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchyPedro Alves2017-02-021-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