aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/error.c
AgeCommit message (Expand)AuthorFilesLines
2000-11-01error.c (dump_template_decl): Separate template hearders with space not comma.Gabriel Dos Reis1-1/+1
2000-10-31memtemp77.C (main): Adjust comparison against.Gabriel Dos Reis1-204/+163
2000-10-31cp-tree.h (DECL_EXTERNAL_LINKAGE_P): New macro.Mark Mitchell1-16/+17
2000-10-26error.c (dump_function_decl): Print no space between `ptr-operator' the `type...Gabriel Dos Reis1-6/+7
2000-10-22decl2.c (arg_assoc_type): Handle VECTOR_TYPE.Geoff Keating1-0/+11
2000-10-20tree.c (walk_tree): Don't walk into default args.Jason Merrill1-2/+1
2000-09-29error.c: Remove direct obstack manipulation.Gabriel Dos Reis1-321/+292
2000-09-21errfn.c: Move declaration of cp_printer and cp_printers to ...Andreas Jaeger1-87/+85
2000-09-12error.c (TFF_PLAIN_IDENTIFIER, [...]): New macros.Gabriel Dos Reis1-19/+648
2000-09-11* error.c (cp_tree_printer, case 'P'): Append break.Nathan Sidwell1-0/+1
2000-09-06error.c (dump_typename): New function, broken out of ...Nathan Sidwell1-3/+20
2000-09-04tweakJason Merrill1-0/+1
2000-09-04cp-tree.def (BOUND_TEMPLATE_TEMPLATE_PARM): New tree code.Kriang Lerdsuwanakij1-15/+15
2000-08-25* error.c (cp_tree_printer): Rework.Gabriel Dos Reis1-33/+40
2000-08-24error.c (tree_formatting_info): New data type.Gabriel Dos Reis1-2/+188
2000-08-24diagnostic.c (finish_diagnostic): Define.Gabriel Dos Reis1-0/+1
2000-08-23error.c (cp_print_error_function): Don't use embedded '\n' in output_printf.Gabriel Dos Reis1-5/+3
2000-08-23decl.c (init_decl_processing): Remove bogus initialization.Gabriel Dos Reis1-0/+15
2000-08-22Makefile.in (error.o): Depends on diagnostic.hGabriel Dos Reis1-0/+169
2000-08-18cp-tree.h (enum_name_string): Remove prototype.Nathan Sidwell1-22/+42
2000-08-17cp-tree.h (CPTR_AGGR_TAG): New global tree node.Nathan Sidwell1-1/+1
2000-07-10init.c (build_new_1): Bail early if the call to new fails.Jason Merrill1-1/+9
2000-06-30c-common.c: Include c-common.h, not c-lex.h or c-tree.h.Mark Mitchell1-1/+1
2000-06-23cp-tree.h (BV_USE_VCALL_INDEX_P): New macro.Mark Mitchell1-1/+1
2000-06-20call.c (build_conditional_expr): Use VOID_TYPE_P.Nathan Sidwell1-2/+4
2000-06-16cp-tree.h (struct language_function): Remove x_base_init_list and x_member_in...Mark Mitchell1-1/+6
2000-06-03cp-tree.h (TMPL_ARGS_LEVEL): Clarify comment.Mark Mitchell1-3/+8
2000-05-28cp-tree.h (ansi_opname): Make it a macro.Alex Samuel1-30/+10
2000-05-22cp-tree.h (IDENTIFIER_TYPENAME_P): Use a flag, not strncmp.Mark Mitchell1-2/+1
2000-04-11cp-tree.h (lang_decl_flags): Rename constructor_for_vbase_attr to has_in_char...Mark Mitchell1-2/+2
2000-03-28Put RTTI entries at negative offsets in new ABI.Mark Mitchell1-1/+1
2000-03-25Remove accidental commitMark Mitchell1-1/+1
2000-03-25Fix typo in ChangeLogMark Mitchell1-1/+1
2000-03-23builtin.c (get_pointer_alignment): Use DECL_P and TYPE_P macros.Theodore Papadopoulo1-6/+5
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