summaryrefslogtreecommitdiff
path: root/gcc/cp
Commit message (Expand)AuthorAgeFilesLines
* * call.c (build_conditional_expr): Fix typo in comment.mmitchel1999-08-022-2/+6
* Backport of GC branch patches part 2: kill stmt status saving.crux1999-08-013-6/+8
* Backport of GC branch patches part 1: kill eh status saving.crux1999-07-312-11/+4
* * call.c (build_conditional_expr): Call convert_from_reference tommitchel1999-07-312-7/+16
* * typeck2.c (initializer_constant_valid_p): Moved to c-common.c.rth1999-07-313-141/+5
* * call.c (conditional_conversion): Don't build BASE_CONVs formmitchel1999-07-283-18/+53
* * cp-tree.h (DECL_VIRTUAL_CONTEXT): New macro.jason1999-07-283-27/+44
* tweak whitespacejason1999-07-271-2/+2
* * method.c: Remove prototype for largest_union_member.jason1999-07-274-5/+10
* * class.c (override_one_vtable): Adjust the use of BINFO_VIRTUALSmmitchel1999-07-272-2/+6
* * cp-tree.h (BINFO_VIRTUALS): Document new format.mmitchel1999-07-277-132/+211
* try againjason1999-07-271-4/+5
* * tree.c (build_cplus_new): Adjust call to abstract_virtuals_errormmitchel1999-07-274-12/+40
* * input.c (feed_input): Only touch lineno and input_filenamejason1999-07-272-6/+9
* * input.c (feed_input): Add file, line parms.jason1999-07-264-12/+34
* * cp-tree.h (ncp_convert): Rename to perform_implicit_conversion.mmitchel1999-07-264-7/+19
* * exception.cc (__cplus_type_matcher): Match __eh_matchermmitchel1999-07-262-6/+9
* * cp-tree.h (CP_INTEGRAL_TYPE_P): New macro.mmitchel1999-07-2611-885/+846
* * decl.c (ptr_type_node, va_list_type_node): New.rth1999-07-267-4694/+4777
* * g++FAQ.texi: Deleted per Joe Buck's request.law1999-07-253-2452/+5
* * lex.c: Sync with C frontend.jason1999-07-243-507/+634
* * call.c (reference_binding): Tweak.mmitchel1999-07-232-7/+21
* * pt.c (convert_nontype_argument): Don't call decl_constant_valuemmitchel1999-07-232-3/+9
* * call.c (NEED_TEMPORARY_P): New macro.mmitchel1999-07-238-129/+532
* For gcc:gavin1999-07-212-18/+31
* * decl.c (warn_extern_redeclared_static): Check DECL_ARTIFICIAL,jason1999-07-217-75/+70
* remove whitespacejason1999-07-201-14/+14
* * lang-specs.h (c++-cpp-output): Pass -fpreprocessed.jason1999-07-209-4165/+4099
* * c-common.h: New file.crux1999-07-2011-1307/+1004
* * pt.c (check_default_tmpl_args): Move test for missing defaultmmitchel1999-07-192-25/+42
* * decl.c (lookup_nested_type): Remove.mmitchel1999-07-182-75/+21
* * Makefile.in (INTERFACE): Bump to 2.law1999-07-182-1/+5
* * typeck2.c (my_friendly_abort): Updated URL with bug reportinglaw1999-07-182-4/+9
* * pt.c (determine_specialization): Tighten error-checking.mmitchel1999-07-182-3/+35
* * pt.c (check_default_tmpl_args): Handle friends defined in themmitchel1999-07-142-4/+14
* * cp-tree.h (struct lang_decl): Added field for storing sortedjason1999-07-095-44/+248
* * decl2.c (reparse_absdcl_as_casts): Don't warn about old-stylejason1999-07-096-133/+117
* * pt.c (do_decl_instantiation): Downgrade duplicate instantiationjason1999-07-0910-19/+52
* * decl2.c (mark_vtable_entries): Fix check for rtti offset.law1999-07-072-3/+8
* For gcc:gavin1999-07-062-101/+5
* 1999-07-05 Dave Brolley <brolley@cygnus.com>brolley1999-07-062-0/+7
* * cp-tree.h (IS_AGGR_TYPE): Include instantiated template templatemmitchel1999-07-053-9/+24
* For gcc:gavin1999-07-025-1/+44
* * decl.c (grokdeclarator): Don't give names "for linkage purposes"mmitchel1999-07-012-4/+7
* * lex.c (real_yylex) : Change integer literal overflow handling togavin1999-07-012-18/+6
* For gcc:gavin1999-07-012-2/+6
* * decl.c (cp_finish_decl): Fix typo in cp_warning_at call.law1999-06-282-1/+5
* * error.c (dump_type_real): Handle TREE_LIST again.jason1999-06-284-9/+28
* * init.c (expand_aggr_vbase_init): Rename tommitchel1999-06-222-30/+58
* upjason1999-06-211-1/+31