aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/error.c
AgeCommit message (Expand)AuthorFilesLines
2000-03-17* Clean up usages of TREE_INT_CST_LOW.Richard Kenner1-9/+6
2000-03-07tree.h (INT_CST_LT, [...]): Remove unneeded casts.Richard Kenner1-2/+3
2000-02-27builtins.c (c_strlen): Use size_diffop and return ssizetype value.Richard Kenner1-3/+3
2000-02-26Fix copyrightsJeff Law1-1/+1
2000-02-16Make DECL_CONTEXT mean the class in which a member function was declared, eve...Mark Mitchell1-8/+2
2000-01-26call.c: PROTO -> PARAMS.Kaveh R. Ghazi1-39/+40
2000-01-06error.c (dump_decl): operator new, not operatornew.Jason Merrill1-0/+4
1999-12-22* error.c (dump_decl): Support named return values.Alexandre Oliva1-0/+5
1999-12-21cp-tree.h (TYPE_VIRTUAL_P): Rename to ...Mark Mitchell1-1/+1
1999-12-14error.c (dump_decl): operator==, not operator ==.Jason Merrill1-4/+4
1999-12-14dump.c (dequeue_and_dump): Dump DECL_NAMESPACE_ALIAS.Mark Mitchell1-0/+4
1999-11-23cp-tree.def (FUNCTION_NAME): New tree node.Mark Mitchell1-1/+1
1999-11-10error.c (dump_function_name): Don't crash if given a friend pseudo-instantiat...Mark Mitchell1-0/+1
1999-09-29cp-tree.h (TMPL_ARGS_HAVE_MULTIPLE_LEVELS): Move here from pt.c.Mark Mitchell1-32/+32
1999-09-29error.c (dump_template_parms): Don't use TS_PEDANTIC_NAME to change primary t...Nathan Sidwell1-22/+0
1999-09-29Implement function template instantiation pretty printing.Gabriel Dos Reis1-52/+141
1999-09-27Augment stringification of trees.Nathan Sidwell1-591/+786
1999-09-24cp-tree.h (CPTI_CLEANUP_TYPE): New macro.Mark Mitchell1-0/+1
1999-09-17error.c: Reduce code duplication.Gabriel Dos Reis1-26/+22
1999-09-13call.c (implicit_conversion): Robustify.Mark Mitchell1-0/+1
1999-08-29cp-tree.h (fndecl_as_string, [...]): Constify a char*.Kaveh R. Ghazi1-15/+15
1999-08-24call.c (build_conditional_expr): Fix typo.Jason Merrill1-1/+7
1999-08-19cp-tree.def (PSEUDO_DTOR_EXPR): New tree code.Mark Mitchell1-0/+8
1999-08-16cp-tree.def (STMT_EXPR): New tree node.Mark Mitchell1-0/+6
1999-08-11extend.texi (C++ Signatures): Remove node.Mark Mitchell1-23/+3
1999-08-07class.c (count_fields, [...]): Add static prototype.Kaveh R. Ghazi1-13/+13
1999-08-06error.c (dump_expr): Handle EXACT_DIV_EXPR.Mark Mitchell1-1/+5
1999-07-27cp-tree.h (BINFO_VIRTUALS): Document new format.Mark Mitchell1-2/+2
1999-07-23call.c (NEED_TEMPORARY_P): New macro.Mark Mitchell1-1/+16
1999-06-27error.c (dump_type_real): Handle TREE_LIST again.Jason Merrill1-0/+5
1999-06-19decl.c (expand_static_init): When building an anonymous function for use with...Mark Mitchell1-0/+18
1999-05-10init.c (build_offset_ref): Wrap baselinks in OFFSET_REF, too.Jason Merrill1-3/+6
1999-04-22cp-tree.h (lang_decl_flags): Remove returns_first_arg and preserves_first_arg.Mark Mitchell1-4/+10
1999-04-20cp-tree.h (build_binary_op): Remove unneeded parameter.Mark Mitchell1-1/+1
1999-04-10error.c (dump_type_real): If a typename is a template-id, put out the templat...Mark Mitchell1-1/+5
1999-04-08error.c (dump_expr): Don't crash on INDIRECT_REFs whose operands don't have t...Mark Mitchell1-0/+1
1999-04-02tinfo.h (__class_type_info): Fix illegal declaration.Mark Mitchell1-0/+8
1999-03-26Warning fixes:Kaveh R. Ghazi1-0/+1
1999-03-23cp-tree.h (TYPE_PTRMEMFUNC_P): Use TYPE_PTRMEMFUNC_FLAG.Mark Mitchell1-2/+11
1999-03-12error.c (cp_printers): Add 'F' escape character.Nathan Sidwell1-47/+96
1999-01-21cp-tree.h (PARM_DECL_EXPR): Delete.Mark Mitchell1-1/+0
1999-01-20error.c (dump_function_decl): Don't print the argument types for a function w...Mark Mitchell1-6/+11
1998-12-18error.c (interesting_scope_p): New fn.Jason Merrill1-4/+26
1998-12-07decl.c (build_typename_type): Set DECL_ARTIFICIAL.Jason Merrill1-4/+9
1998-12-04pt.c (check_template_shadow): New fn.Jason Merrill1-1/+2
1998-11-17cp-tree.h (TYPE_ALIAS_SET): Document language-dependent uses.Mark Mitchell1-2/+2
1998-10-27call.c (add_function_candidate): Treat conversion functions as coming from th...Jason Merrill1-8/+5
1998-10-26error.c (dump_decl): Deal with TEMPLATE_DECLs that are VAR_DECLs.Mark Mitchell1-1/+9
1998-10-25cp-tree.def (TYPEOF_TYPE): New code.Jason Merrill1-0/+6
1998-10-23cplus-dem.c (work_stuff): Replace const_type and volatile_type with type_quals.Mark Mitchell1-48/+53