summaryrefslogtreecommitdiff
path: root/gcc/cp/parse.y
Commit message (Expand)AuthorAgeFilesLines
* * parse.y (simple_stmt): Fix typo in last change.Mark Mitchell1999-09-101-1/+1
* cp-tree.h (begin_switch_stmt): Adjust prototype.Mark Mitchell1999-09-091-2/+2
* Reorganize per-function data.Mark Mitchell1999-09-091-2/+6
* cp-tree.h (scratch_tree_cons): Remove.Mark Mitchell1999-09-091-4/+4
* cp-tree.h (copy_to_permanent): Remove.Mark Mitchell1999-09-081-1/+1
* Makefile.in (tree.o): Depend on ggc.h.Mark Mitchell1999-09-071-18/+18
* Makefile.in (parse.o): Depend on ggc.h.Richard Henderson1999-09-051-0/+10
* c-parse.in (language_string): Constify.Kaveh R. Ghazi1999-08-311-1/+1
* cp-tree.h (start_handler_parms): New function.Mark Mitchell1999-08-301-4/+6
* cp-tree.def (LABEL_STMT): New tree node.Mark Mitchell1999-08-281-5/+4
* cp-tree.def (SUBOBJECT): New tree node.Mark Mitchell1999-08-251-8/+0
* cp-tree.def (STMT_EXPR): New tree node.Mark Mitchell1999-08-161-4/+4
* cp-tree.def (DECL_STMT): Make it smaller.Mark Mitchell1999-08-141-1/+1
* cp-tree.h (minimal_parse_mode): Remove.Mark Mitchell1999-08-121-9/+4
* parse.y (pedantic): Give it itype.Mark Mitchell1999-08-111-6/+8
* extend.texi (C++ Signatures): Remove node.Mark Mitchell1999-08-111-54/+2
* semantics.c (begin_function_try_block, [...]): New fns.Jason Merrill1999-08-091-9/+3
* cp-tree.h (empty_except_spec): New global var.Nathan Sidwell1999-08-041-6/+7
* decl.c (start_enum): Show location of previous definition.Nathan Sidwell1999-08-031-11/+9
* decl.c (ptr_type_node, [...]): New.Richard Henderson1999-07-251-1/+4
* lang-specs.h (c++-cpp-output): Pass -fpreprocessed.Jason Merrill1999-07-201-2/+1
* c-common.h: New file.Bernd Schmidt1999-07-201-1/+0
* decl.c (lookup_tag): Remove code no longer needed after name-lookup improveme...Mark Mitchell1999-05-241-2/+4
* revertJason Merrill1999-05-161-1/+1
* decl2.c (finish_objects): Don't use .?tors.* if we don't have ASM_OUTPUT_CONS...Jason Merrill1999-05-161-1/+1
* decl2.c (start_objects): Don't let static constructors and destructors get in...Mark Mitchell1999-05-051-1/+2
* gxx.gperf (RETURN): Rename to RETURN_KEYWORD to avoid clashes with the RTL co...Mark Mitchell1999-04-221-5/+5
* cp-tree.h (finish_class_definition): Add parameter.Mark Mitchell1999-04-181-3/+2
* cp-tree.h (lang_type): Add documentation.Mark Mitchell1999-04-151-31/+58
* parse.y (after_type_declarator_intern): New nonterminal.Jason Merrill1999-04-151-22/+34
* parse.y (absdcl_intern): New nonterminal.Jason Merrill1999-04-121-7/+17
* tinfo.h (__class_type_info): Fix illegal declaration.Mark Mitchell1999-04-021-22/+6
* semantics.c (begin_inline_definitions, [...]): Rename from finish_default_arg...Jason Merrill1999-03-311-10/+23
* cp-tree.h (IDENTIFIER_AS_DESC, [...]): Remove cruft.Jason Merrill1999-03-301-6/+8
* cp-tree.h (add_friend): Declare.Mark Mitchell1999-03-271-1/+1
* Warning fixes:Kaveh R. Ghazi1999-03-261-1/+2
* parse.y (named_complex_class_head_sans_basetype): Do nothing for error_mark_n...Martin v. Löwis1999-03-171-18/+24
* cp-tree.h (flag_access_control): Declare.Mark Mitchell1999-03-091-9/+1
* cp-tree.def (CPLUS_BINDING): Update documentation.Mark Mitchell1998-12-131-8/+15
* pt.c (check_template_shadow): New fn.Jason Merrill1998-12-041-4/+1
* parse.y (named_class_head): Update CLASSTYPE_DECLARED_CLASS.Jason Merrill1998-11-221-2/+7
* update copyrightsJason Merrill1998-11-221-1/+1
* Handle specifying template args to member function templates.Jason Merrill1998-11-211-1/+10
* typeck2.c (my_friendly_abort): Don't fatal twice in a row.Jason Merrill1998-11-161-2/+3
* parse.y (apparent_template_type): new typeAlexandre Oliva1998-11-011-2/+12
* cp-tree.def (TYPEOF_TYPE): New code.Jason Merrill1998-10-251-1/+1
* parse.y (condition): Convert VAR_DECL from reference to indirect reference.Martin v. Löwis1998-10-241-1/+1
* cplus-dem.c (work_stuff): Replace const_type and volatile_type with type_quals.Mark Mitchell1998-10-231-35/+8
* parse.y (named_class_head): Push into class while parsing the base class list.Martin v. Löwis1998-10-221-3/+8
* parse.y (fn.def2): Fix 'attrs' format.Jason Merrill1998-10-171-16/+41