aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
AgeCommit message (Expand)AuthorFilesLines
1999-04-28* pt.c (tsubst_friend_class): Check for NULL.Mark Mitchell1-1/+1
1999-04-28cp-tree.h (build_component_addr): Remove prototype.Nathan Sidwell3-14/+19
1999-04-28* search.c (binfo_for_vtable): Initialize bfvi.var.Andreas Schwab2-0/+5
1999-04-27Fixed some old ChangeLog entries I wrote before becoming aware of the GNUAlexandre Oliva1-1/+1
1999-04-27* rtti.c (build_x_typeid): Check rtti is enabled.Nathan Sidwell2-1/+12
1999-04-27search.c (is_subobject_of_p): Make sure we're looking at the right baseclasses.Mark Mitchell2-1/+10
1999-04-26* Make-lang.in (cplib2.ready): Don't depend on phony targets.Marc Espie2-1/+5
1999-04-23decl2.c (finish_file): Tweak handling of extern inlines so that they are not ...Mark Mitchell2-11/+31
1999-04-23search.c (is_subobject_of_p): Handle TEMPLATE_TYPE_PARMs and such as base cla...Mark Mitchell2-7/+18
1999-04-22tree.c (build_exception_variant): Fix typo: use the chain of U, not trying V,...Brendan Kehoe2-1/+6
1999-04-22cp-tree.h (lang_decl_flags): Remove returns_first_arg and preserves_first_arg.Mark Mitchell12-715/+1178
1999-04-22gxx.gperf (RETURN): Rename to RETURN_KEYWORD to avoid clashes with the RTL co...Mark Mitchell1-1/+1
1999-04-22gxx.gperf (RETURN): Rename to RETURN_KEYWORD to avoid clashes with the RTL co...Mark Mitchell7-53/+84
1999-04-22* decl.c (make_typename_type): Tighten error-checking.Mark Mitchell2-6/+11
1999-04-20cp-tree.h (build_binary_op): Remove unneeded parameter.Mark Mitchell12-66/+89
1999-04-19decl.c (grokfndecl): Always call cplus_decl_attributes.Jason Merrill3-8/+15
1999-04-19cp-tree.h (finish_static_data_member_decl): New function.Mark Mitchell4-49/+86
1999-04-18cp-tree.h (finish_class_definition): Add parameter.Mark Mitchell5-380/+388
1999-04-17decl.c (xref_tag): Revise handling of nested template declarations.Mark Mitchell3-69/+133
1999-04-16class.c (finish_struct): Remove unused variable.Mark Mitchell4-8/+29
1999-04-16tweak spellingJason Merrill1-1/+1
1999-04-16cp-tree.h (TREE_NONLOCAL_FLAG): Remove.Mark Mitchell6-76/+65
1999-04-16decl.c (warn_about_implicit_typename_lookup): New function.Mark Mitchell2-49/+66
1999-04-15cp-tree.h (lookup_nested_field): Remove.Mark Mitchell5-73/+12
1999-04-15cp-tree.h (lang_type): Add documentation.Mark Mitchell7-4160/+4227
1999-04-15remove conflict indicatorsJason Merrill1-41/+1
1999-04-15parse.y (after_type_declarator_intern): New nonterminal.Jason Merrill5-3820/+3972
1999-04-14cp-tree.h (popclass): Change declaration.Mark Mitchell8-56/+112
1999-04-14remove change barsJason Merrill1-154/+2
1999-04-14typeck.c (build_unary_op): Handle taking the address of a unique bound non-st...Jason Merrill2-0/+27
1999-04-14extend.texi (Deprecated Features): New node.Martin v. Löwis5-1/+42
1999-04-13decl2.c (setup_initp): Compare DECL_ASSEMBLER_NAME instead of the decls thems...Jason Merrill2-1/+11
1999-04-13Fix spelling and formatting.Mike Stump2-213/+213
1999-04-13* pt.c (tsubst_function_type): Copy attributes over.Jason Merrill2-0/+3
1999-04-13tweakJason Merrill1-2/+2
1999-04-13tree.c (cp_valid_lang_attribute): New fn.Jason Merrill4-0/+105
1999-04-13class.c (finish_struct_1): Look at the const-ness of the field's type...Mark Mitchell4-9/+172
1999-04-13Fix up spelling and formatting.Mike Stump1-821/+822
1999-04-13decl2.c (import_export_decl): Because vtables always reference virtual functi...Mike Stump3-3/+14
1999-04-12cp-tree.h (struct lang_type): Add com_interface.Jason Merrill7-36/+89
1999-04-12cp-tree.h (COMPARE_NO_ATTRIBUTES): New macro.Jason Merrill5-36/+34
1999-04-12decl.c (xref_tag): Only complain once about using a typedef-name with 'struct'.Jason Merrill2-14/+18
1999-04-12update commentJason Merrill1-4/+8
1999-04-12parse.y (absdcl_intern): New nonterminal.Jason Merrill3-2885/+3087
1999-04-12* pt.c (lookup_template_class): Look through implict typename.Jason Merrill2-2/+13
1999-04-11friend.c (add_friend): Deal gracefully with error_mark_node.Mark Mitchell3-3/+29
1999-04-11* decl.c (push_binding): Fix typo in comment.Mark Mitchell2-1/+5
1999-04-10Fix typo.Jeff Law1-1/+1
1999-04-10error.c (dump_type_real): If a typename is a template-id, put out the templat...Mark Mitchell3-30/+26
1999-04-09decl.c (make_typename_type): Complain if we don't find a type when trying to ...Mark Mitchell2-0/+14