aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
AgeCommit message (Expand)AuthorFilesLines
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
1999-04-09decl.c (start_decl): Pass attributes to grokdeclarator.Jason Merrill2-40/+71
1999-04-08error.c (dump_expr): Don't crash on INDIRECT_REFs whose operands don't have t...Mark Mitchell2-0/+4
1999-04-08* search.c (template_self_reference_p): Tweak.Mark Mitchell3-4/+13
1999-04-06cp-tree.h (BASELINK_P): New macro.Mark Mitchell5-61/+71
1999-04-06cppinit.c (install_predefs): Delete function.Zack Weinberg1-3/+3
1999-04-05decl.c (lookup_name_current_level): Tweak, and improve documentation.Mark Mitchell2-5/+12
1999-04-05class.c (maybe_fixup_vptrs): Remove declaration.Mark Mitchell4-6/+17
1999-04-04pt.c (check_template_shadow): Don't treat OVERLOADs as _DECL nodes.Mark Mitchell2-12/+33
1999-04-02class.c (maybe_fixup_vptrs, [...]): Lose.Jason Merrill2-148/+5
1999-04-02tinfo.h (__class_type_info): Fix illegal declaration.Mark Mitchell20-3736/+3771
1999-04-01cvt.c (convert_pointer_to_real): Use same_type_p.Nathan Sidwell3-2/+7
1999-03-31semantics.c (begin_inline_definitions, [...]): Rename from finish_default_arg...Jason Merrill7-519/+529
1999-03-31Makefile.in (hash.h): Generate using gperf language 'C'...Kaveh R. Ghazi4-8/+15
1999-03-30cp-tree.h (IDENTIFIER_AS_DESC, [...]): Remove cruft.Jason Merrill10-826/+515
1999-03-29* decl2.c (lang_decode_option): Remove -Wsign-promo from -Wall.Jason Merrill2-5/+9
1999-03-28* pt.c (fn_type_unification): Ignore 'this' parm from conversion ops.Jason Merrill2-3/+8
1999-03-28updateJason Merrill1-4/+4
1999-03-27cp-tree.h (add_friend): Declare.Mark Mitchell5-35/+38