aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/error.c
AgeCommit message (Expand)Author
1999-05-10 * init.c (build_offset_ref): Wrap baselinks in OFFSET_REF, too.Jason Merrill
1999-04-22 * cp-tree.h (lang_decl_flags): Remove returns_first_arg andMark Mitchell
1999-04-20 * cp-tree.h (build_binary_op): Remove unneeded parameter.Mark Mitchell
1999-04-10 * error.c (dump_type_real): If a typename is a template-id, putMark Mitchell
1999-04-08 * error.c (dump_expr): Don't crash on INDIRECT_REFs whose operandsMark Mitchell
1999-04-021999-04-02 Mark Mitchell <mark@codesourcery.com>Mark Mitchell
1999-03-26Warning fixes:Kaveh Ghazi
1999-03-23 * cp-tree.h (TYPE_PTRMEMFUNC_P): Use TYPE_PTRMEMFUNC_FLAG.Mark Mitchell
1999-03-13 * error.c (cp_printers): Add 'F' escape character.Nathan Sidwell
1999-01-21 * cp-tree.h (PARM_DECL_EXPR): Delete.Mark Mitchell
1999-01-20 * error.c (dump_function_decl): Don't print the argument types forMark Mitchell
1998-12-18 * error.c (interesting_scope_p): New fn.Jason Merrill
1998-12-07 * decl.c (build_typename_type): Set DECL_ARTIFICIAL.Jason Merrill
1998-12-04 * pt.c (check_template_shadow): New fn.Jason Merrill
1998-11-17 * cp-tree.h (TYPE_ALIAS_SET): Document language-dependent uses.Mark Mitchell
1998-10-28 * call.c (add_function_candidate): Treat conversion functionsJason Merrill
1998-10-26 * error.c (dump_decl): Deal with TEMPLATE_DECLs that areMark Mitchell
1998-10-26 * cp-tree.def (TYPEOF_TYPE): New code.Jason Merrill
1998-10-23 * cplus-dem.c (work_stuff): Replace const_type and volatile_typeMark Mitchell
1998-10-19 Revamp references to member functions.Jason Merrill
1998-10-06 * cp-tree.def (PTRMEM_CST): New tree node.Mark Mitchell
1998-10-03 * class.c (current_class_ptr, current_class_ref): ClarifyMark Mitchell
1998-09-09 * error.c (dump_type_real): Handle NAMESPACE_DECL.Jason Merrill
1998-09-08 * cp-tree.h (anonymous_namespace_name): Declare.Mark Mitchell
1998-08-30 * error.c (dump_decl): Use CP_DECL_CONTEXT, not DECL_CONTEXT, whenMark Mitchell
1998-07-28 * cp-tree.h (TI_USES_TEMPLATE_PARMS): Remove.Mark Mitchell
1998-07-19 * error.c (dump_type_real): Don't crash when presented withMark Mitchell
1998-06-161998-06-16 Andrew MacLeod <amacleod@cygnus.com>Andrew Macleod
1998-06-101998-06-10 John Carr <jfc@mit.edu>John Carr
1998-06-05 * cp-tree.h (DECL_NAMESPACE_ALIAS, ORIGINAL_NAMESPACE): Declare.Martin v. Loewis
1998-06-04 * error.c (dump_expr): Clean up NEW_EXPR case.Jason Merrill
1998-05-26Per Bothner
1998-05-24 * decl.c (push_namespace): Namespaces have type void.Jason Merrill
1998-05-20 * decl.c (grokfndecl): Handle definition of specialization inJason Merrill
1998-05-19 * class.c (is_empty_class): Return 0 if TYPE is an error_mark_node.Brendan Kehoe
1998-05-13Warning patches:Kaveh Ghazi
1998-05-12 * error.c (dump_simple_decl): Use DECL_CLASS_SCOPE_P and/orJason Merrill
1998-05-12 * error.c (dump_simple_decl): New function, broken out from ...Mark Mitchell
1998-05-08massive namespace patchMartin von Loewis
1998-05-06 * error.c: Convert to using ctype macros defined in system.h.Kaveh Ghazi
1998-05-06Wed May 6 06:36:41 1998 Robert Lipe <robertl@dgii.com>Robert Lipe
1998-04-23 * error.c (dump_type_real): Declare canonical_name.Jason Merrill
1998-04-17Fri Apr 17 21:25:00 1998 Mark Mitchell <mmitchell@usa.net>Mark Mitchell
1998-03-31 * call.c: Include system.h. Remove includes, declarations andJeffrey A Law
1998-03-27 * error.c (dump_decl): Be a bit more explicit with templateMark Mitchell
1998-03-24 * cplus-dem.c (optable): Add sizeof.Mark Mitchell
1998-02-25Partial implementation of namespaces.Jason Merrill
1998-02-23Support for friend templates.Jason Merrill
1998-02-22 * error.c: Include sys/types.h.Jeffrey A Law
1998-02-03 * error.c (dump_decl): Fix type of default arguments for templateKriang Lerdsuwanakij