aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/semantics.c
AgeCommit message (Expand)AuthorFilesLines
1999-04-15cp-tree.h (lang_type): Add documentation.Mark Mitchell1-5/+0
1999-04-02tinfo.h (__class_type_info): Fix illegal declaration.Mark Mitchell1-1/+5
1999-03-31semantics.c (begin_inline_definitions, [...]): Rename from finish_default_arg...Jason Merrill1-2/+2
1999-03-30cp-tree.h (IDENTIFIER_AS_DESC, [...]): Remove cruft.Jason Merrill1-6/+0
1999-03-13semantics.c (finish_switch_cond): Handle error cases gracefully.Martin v. Löwis1-1/+9
1999-03-10semantics.c (begin_class_definition): Call build_self_reference.Mark Mitchell1-5/+3
1999-02-26typeck.c (complete_type_or_else): Add VALUE arg, for helpful diagnostics.Nathan Sidwell1-1/+2
1999-01-20error.c (dump_function_decl): Don't print the argument types for a function w...Mark Mitchell1-2/+2
1999-01-14re PR other/18132 (Problem compiling gcc 3.4.2)Jason Merrill1-1/+3
1999-01-06cp-tree.h (IDENTIFIER_TYPENAME_P): Use OPERATOR_TYPENAME_FORMAT here.Mark Mitchell1-3/+51
1998-11-18semantics.c (begin_class_definition): Call maybe_process_partial_specializati...Jason Merrill1-3/+4
1998-11-17cp-tree.h (TYPE_ALIAS_SET): Document language-dependent uses.Mark Mitchell1-1/+0
1998-10-25cp-tree.def (TYPEOF_TYPE): New code.Jason Merrill1-0/+22
1998-10-08semantics.c (finish_asm_stmt): Revert my 1998-09-28 change.Anthony Green1-12/+22
1998-10-06cp-tree.def (PTRMEM_CST): New tree node.Mark Mitchell1-10/+124
1998-09-28* semantics.c (finish_asm_stmt): Always permit volatile asms.Anthony Green1-22/+12
1998-09-07revert error reporting patchJason Merrill1-16/+16
1998-09-06cp-error.def: New file.Mark Mitchell1-16/+16
1998-09-05cp-tree.h (TI_PENDING_SPECIALIZATION_FLAG): Remove.Mark Mitchell1-1/+1
1998-09-03cp-tree.h (finish_globally_qualified_member_call_expr): Rename to ...Mark Mitchell1-1/+1
1998-09-01decl.c (lookup_name_real): Also do implicit typename thing for artificial TYP...Jason Merrill1-15/+19
1998-08-28cp-tree.h (finish_base_specifier): New function.Mark Mitchell1-0/+50
1998-08-27lex.c (handle_cp_pragma): Remove #pragma vtable.Jason Merrill1-18/+6
1998-08-17cp-tree.h (enter_scope_of): New function.Mark Mitchell1-0/+21
1998-07-31cp-tree.h (PROCESSING_REAL_TEMPLATE_DECL_P): New macro.Mark Mitchell1-0/+4
1998-07-28cp-tree.h (TI_USES_TEMPLATE_PARMS): Remove.Mark Mitchell1-12/+44
1998-07-19lex.c (do_identifier): Look for class value even if we don't have a global va...Jason Merrill1-1/+1
1998-07-19semantics.c (finish_translation_unit): Fix spelling error in comment.Mark Mitchell1-1/+1
1998-07-16parse.y (primary): Use notype_unqualified_id instead of IDENTIFIER in Koenig ...Jason Merrill1-1/+6
1998-07-16semantics.c (finish_object_call_expr): Revert previous change.Mark Mitchell1-0/+19
1998-07-16semantics.c (finish_object_call_expr): Move test for the function called bein...Mark Mitchell1-6/+0
1998-07-12decl2.c (build_expr_from_tree): Change calls of do_identifier.Martin v. Löwis1-3/+8
1998-07-07decl.c (xref_tag): Handle attributes between 'class' and name.Jason Merrill1-0/+5
1998-06-23Have -fnew-exceptions actually use the runtime field, and not generate runtim...Andrew MacLeod1-1/+0
1998-06-09Minor tweaks.Andrew MacLeod1-2/+1
1998-06-05spew.c (yylex): Also return the TYPE_DECL if got_object.Jason Merrill1-0/+6
1998-05-24parse.y (xcond): Move call to condition_conversion ...Mark Mitchell1-2/+2
1998-05-20class.c (delete_duplicate_fields_1): Use DECL_DECLARES_TYPE_P to look for typ...Mark Mitchell1-0/+22
1998-05-14First cut of changes to utilize the new exception handling modelAndrew MacLeod1-2/+8
1998-05-11cp-tree.h (finish_unary_op_expr): New function.Mark Mitchell1-11/+275
1998-05-06call.c, [...]: Add include of toplev.h.Robert Lipe1-0/+1
1998-04-28semantics.c (begin_stmt_expr): Avoid duplicating the effect of the expression...Mark Mitchell1-3/+15
1998-03-31call.c: Include system.h.Jeffrey A Law1-1/+1
1998-03-28pt.c (tsubst): Clear TREE_USED for new FUNCTION_DECLs.Mark Mitchell1-0/+307
1998-03-20pt.c (complete_template_args): Rewrite.Jason Merrill1-2/+3
1998-03-18semantics.c: New file, containing routines to perform the semantic phase of p...Mark Mitchell1-0/+748