Remove path name from test case
[binutils-gdb.git] / gdb / c-exp.y
2023-08-14 Tom de Vries[gdb/build] Fix struct token odr violation
2023-08-14 Tom de Vries[gdb/build] Fix struct token_and_value odr violation
2023-05-23 Tom TromeyAdd PARSER_DEBUG flag
2023-03-20 Tom TromeyRemove some unnecessary includes from *-exp.y
2023-01-01 Joel BrobeckerUpdate copyright year range in header of all files...
2022-10-19 Pedro Alvesinternal_error: remove need to pass __FILE__/__LINE__
2022-09-21 Simon Marchigdb: remove TYPE_LENGTH
2022-09-21 Simon Marchigdb: remove TYPE_TARGET_TYPE
2022-06-04 Tom de Vries[gdb/c] Fix type of 2147483648 and literal truncation
2022-05-10 Pedro AlvesAlways pass an explicit language down to c_type_print
2022-04-28 Simon Marchigdb: remove BLOCKVECTOR_BLOCK and BLOCKVECTOR_NBLOCKS...
2022-04-11 Simon Marchigdb: remove MSYMBOL_TYPE macro
2022-04-11 Simon Marchigdb: remove symbol value macros
2022-04-07 Simon Marchigdb: remove symtab::blockvector
2022-02-06 Simon Marchigdb: remove SYMBOL_TYPE macro
2022-02-06 Simon Marchigdb: remove SYMBOL_IS_ARGUMENT macro
2022-02-06 Simon Marchigdb: remove SYMBOL_CLASS macro, add getter
2022-02-06 Simon Marchigdb: remove SYMTAB_BLOCKVECTOR macro
2022-01-26 Simon Marchigdb: add string_file::release method
2022-01-01 Joel BrobeckerCopyright Year update after running gdb/copyright.py
2021-12-08 Tom TromeyUse for-each more in gdb
2021-10-20 Christian BiesingerMake c-exp.y work with Bison 3.8+
2021-04-20 Felix Willgerodtgdb: Fix reduce/reduce conflicts for qualifier_seq_noop...
2021-04-20 Felix Willgerodtgdb: Allow address space qualifier parsing in C++.
2021-04-15 Tom TromeyUse block_symbol in var_value_operation
2021-04-02 Simon Marchigdb: remove TYPE_DECLARED_CLASS
2021-03-08 Tom TromeyUse bound_minimal_symbol in var_msym_value_operation
2021-03-08 Tom TromeyRemove BINOP_END
2021-03-08 Tom TromeyConvert c-exp.y to use operations
2021-02-05 Tom TromeyExtract symbol-writing function from parsers
2021-01-01 Joel BrobeckerUpdate copyright year range in all GDB files
2020-11-02 Simon Marchigdb, gdbserver, gdbsupport: fix leading space vs tabs...
2020-09-17 Tom TromeyMake c-exp.y:name_obstack static
2020-09-16 Andrew Burgessgdb: Convert la_name_of_this to a method
2020-07-04 Simon Marchigdb: make macro_expand_next return a gdb::unique_xmallo...
2020-07-04 Simon Marchigdb: remove callback in macro expand functions
2020-06-11 Tom TromeyFix hex floating point lexing
2020-05-16 Simon Marchigdb: remove TYPE_NAME macro
2020-05-14 Simon Marchigdb: remove TYPE_CODE macro
2020-05-08 Tom TromeySpeed up psymbol reading by removing a copy
2020-04-01 Tom TromeyAdd _Complex type support to C parser
2020-04-01 Tom TromeyChange the C parser to allow complex constants
2020-03-20 Tom TromeyFix assert in c-exp.y
2020-03-14 Tom TromeyAdd C parser support for "restrict" and "_Atomic"
2020-01-01 Joel BrobeckerUpdate copyright year range in all GDB files.
2019-12-05 Simon MarchiRemove gdbarch parameter of lookup_typename
2019-11-22 Christian BiesingerReplace SYMBOL_*_NAME accessors with member functions
2019-08-07 Tom TromeyIntroduce obstack_strndup
2019-08-07 Tom TromeyUse obstack_strdup more
2019-04-19 Tom TromeyMake copy_name return std::string
2019-04-05 Tom TromeyMove innermost_block_tracker global to parse_state
2019-04-05 Tom TromeyMove type stack handling to a new class
2019-04-05 Tom TromeyMove completion parsing to parser_state
2019-04-05 Tom TromeyMove arglist_len et al to parser_state
2019-04-05 Tom TromeyMove lexptr and prev_lexptr to parser_state
2019-04-05 Tom TromeyMove comma_terminates global to parser_state
2019-04-05 Tom TromeyRemove paren_depth global
2019-04-05 Tom TromeyMove expression_context_* globals to parser_state
2019-04-05 Tom TromeyTurn parse_language into a method
2019-04-05 Tom TromeyTurn parse_gdbarch into a method
2019-03-25 Tom TromeyMore block constification
2019-02-10 Philippe WaroquiersFix type_stack leaks in c expression parsing.
2019-01-08 Tom TromeyFix build failure with macOS bison
2019-01-06 Tom TromeyRemove remaining cleanups from c-exp.y
2019-01-06 Tom TromeyRemove string-related cleanup from c-exp.y
2019-01-06 Tom TromeyUse std::vector in type stacks
2019-01-01 Joel BrobeckerUpdate copyright year range in all GDB files.
2018-12-24 Andrew Burgessgdb: Allow struct fields named double
2018-12-24 Andrew Burgessgdb: Add new parser rule for structure field names
2018-12-24 Andrew Burgessgdb: Extend the comments in c-exp.y
2018-10-05 Tom TromeySimple -Wshadow=local fixes
2018-10-03 Tom TromeyAvoid undefined behavior in parse_number
2018-08-28 Tom TromeyRemove some uses of VEC from parsers
2018-06-18 Tom TromeyRemove la_error
2018-05-22 Pedro AlvesSupport UTF-8 identifiers in C/C++ expressions (PR...
2018-05-05 Tom TromeyFix "fall through" comments
2018-04-30 Tom TromeyHandle alignof and _Alignof
2018-04-26 Pedro AlvesFor PPC64/ELFv1: Introduce mst_data_gnu_ifunc
2018-04-26 Pedro AlvesCalling ifunc functions when resolver has debug info...
2018-04-26 Pedro AlvesFix calling ifunc functions when resolver has debug...
2018-02-08 Tom TromeyReturn unique_xmalloc_ptr from macro scope functions
2018-02-02 Leszek SwirskiDo not classify C struct members as a filename
2018-01-21 Andrew Burgessgdb: New API for tracking innermost block
2018-01-02 Joel BrobeckerUpdate copyright year range in all GDB files
2017-10-25 Ulrich WeigandTarget FP: Use target format throughout expression...
2017-10-18 Keith SeitzCanonicalize conversion operators
2017-10-05 Ulrich WeigandClean up some DFP interfaces
2017-09-06 Tom TromeyRemove make_cleanup_clear_parser_state
2017-09-04 Pedro AlvesMake "p S::method() const::static_var" work too
2017-09-04 Pedro AlvesHandle "p S::method()::static_var" in the C++ parser
2017-08-21 Pedro AlvesHandle function aliases better (PR gdb/19487, errno...
2017-07-17 Pedro AlvesIntroduce CP_OPERATOR_STR/CP_OPERATOR_LEN and use throu...
2017-06-27 Pedro AlvesEliminate make_cleanup_obstack_free, introduce auto_obstack
2017-04-12 Tom TromeyUse scoped_restore in more places
2017-04-05 Pedro Alves-Wwrite-strings: The Rest
2017-03-20 Artemiy VolkovSupport rvalue reference type in parser
2017-02-02 Pedro AlvesEliminate make_cleanup_ui_file_delete / make ui_file...
2017-01-01 Joel Brobeckerupdate copyright year range in GDB files
2016-11-17 Pedro Alvesgdb/c-exp.y: fprintf -> parser_fprintf
2016-11-08 Pedro AlvesUse ui_file_as_string in gdb/c-exp.y
next