aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/decl2.c
AgeCommit message (Expand)AuthorFilesLines
2000-11-10Makefile.in (C_AND_OBJC_OBJS): Add c-dump.o.Mark Mitchell1-5/+0
2000-11-08decl.c (grok_op_properties): Always use coerce_new_type and coerce_delete_type.Nathan Sidwell1-70/+52
2000-11-04decl2.c (do_nonmember_using_decl): Allow `extern "C"' declarations from diffe...Mark Mitchell1-4/+6
2000-10-31cp-tree.h (DECL_EXTERNAL_LINKAGE_P): New macro.Mark Mitchell1-2/+7
2000-10-22decl2.c (arg_assoc_type): Handle VECTOR_TYPE.Geoff Keating1-0/+1
2000-10-18c-common.h (flag_no_builtin): Declare.Mark Mitchell1-13/+4
2000-10-18c-common.c (back_end_hook): New variable.Mark Mitchell1-5/+0
2000-10-17c-common.h (warn_missing_format_attribute): New variable.Joseph Myers1-0/+6
2000-10-13Remove obstacks.Mark Mitchell1-1/+1
2000-10-05cp-tree.h (access_kind): Fix comment typo.Nathan Sidwell1-1/+1
2000-09-21* decl2.c (get_guard): Check DECL_FUNCTION_SCOPE_P.Jason Merrill1-1/+1
2000-09-17decl2.c (handle_class_head): Always push some scope even in the error case.Geoff Keating1-4/+5
2000-09-17splay-tree.c (splay_tree_predecessor): Fix typo in comment.Mark Mitchell1-1/+1
2000-09-12decl.c (maybe_deduce_size_from_array_init): Set do_default for all non-extern...Jason Merrill1-4/+15
2000-09-12c-common.h (genrtl_clear_out_block): Remove.Mark Mitchell1-1/+2
2000-09-10c-common.h (add_stmt): Change prototype.Mark Mitchell1-29/+0
2000-09-07Integrated preprocessor.Zack Weinberg1-12/+2
2000-09-06class.c (resolve_address_of_overloaded_function): Add explanation message.Nathan Sidwell1-8/+11
2000-09-04cp-tree.def (BOUND_TEMPLATE_TEMPLATE_PARM): New tree code.Kriang Lerdsuwanakij1-3/+5
2000-09-04decl2.c (arg_assoc): Deal with COMPONENT_REFs inside TEMPLATE_ID_EXPRs.Nathan Sidwell1-0/+3
2000-08-30typosJason Merrill1-2/+2
2000-08-22* decl2.c (arg_assoc): Revert my 2000-08-11 change.Theodore Papadopoulo1-9/+3
2000-08-21c-tree.h (flag_hosted): Move declaration from here...Joseph Myers1-1/+1
2000-08-18decl2.c (grokfield): Set CLASSTYPE_GOT_SEMICOLON on class TYPE_DECLs.Nathan Sidwell1-0/+3
2000-08-18* decl2.c (arg_assoc_type): Cope with TYPENAME_TYPE.Nathan Sidwell1-0/+2
2000-08-11decl2.c (add_function): Reorganize.Theodore Papadopoulo1-8/+14
2000-08-11cp-tree.h (resolve_scope_to_name): Remove unused prototype.Nathan Sidwell1-4/+2
2000-08-11decl2.c (build_expr_from_tree, [...]): Build explicit TEMPLATE_ID_EXPR args.Nathan Sidwell1-2/+16
2000-08-09pt.c (tsubst_aggr_type): Bail if creating the argvec fails.Jason Merrill1-5/+10
2000-08-04cp-tree.h (add_method): Change prototype.Mark Mitchell1-1/+1
2000-08-03decl2.c: Silently ignore -Wstrict-prototypes; warn about -Wno-strict-prototypes.Zack Weinberg1-0/+5
2000-07-27decl.c (start_cleanup_fn): Mark the function as `inline'.Mark Mitchell1-1/+1
2000-07-25Kill strict_prototype.Nathan Sidwell1-8/+1
2000-07-17typeck.c (mark_addressable): Never set TREE_USED.Jason Merrill1-0/+2
2000-07-10decl.c (pushtag): Don't put local classes in template functions on the local_...Mark Mitchell1-0/+1
2000-07-03* decl2.c (push_decl_namespace): Push the original namespace.Nathan Sidwell1-1/+2
2000-06-30cp-tree.h (struct language_function): Remove temp_name_counter.Mark Mitchell1-67/+149
2000-06-30c-common.c: Include c-common.h, not c-lex.h or c-tree.h.Mark Mitchell1-20/+22
2000-06-29cp-tree.h (SET_DECL_ARTIFICIAL): Remove.Nathan Sidwell1-1/+1
2000-06-26decl2.c (handle_class_head): Bash typedefs to the type's main decl.Nathan Sidwell1-1/+3
2000-06-23cp-tree.h (BV_USE_VCALL_INDEX_P): New macro.Mark Mitchell1-5/+6
2000-06-22pt.c (tsubst_decl, [...]): Clear DECL_SAVED_TREE.Jason Merrill1-2/+5
2000-06-14tree.h (TYPE_USER_ALIGN, [...]): Define.Jakub Jelinek1-0/+1
2000-06-11Warning fixes:Kaveh R. Ghazi1-1/+1
2000-06-09revert mangling patchJason Merrill1-13/+42
2000-06-08invoke.texi: Remove documentation for -fsquangle and -fname-mangling-version.Mark Mitchell1-42/+13
2000-06-06c-common.h (c_language_kind): New type.Mark Mitchell1-0/+4
2000-06-06diagnostic.c (output_maximum_width): Remove.Gabriel Dos Reis1-16/+0
2000-06-05search.c (maybe_suppress_debug_info): Don't check CLASSTYPE_INTERFACE_ONLY if...Jason Merrill1-3/+3
2000-06-04Make-lang.in (CXX_SRCS): Add mangle.c.Alex Samuel1-15/+43