summaryrefslogtreecommitdiff
path: root/gdb/c-exp.y
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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