OSDN Git Service

* c-common.c (decl_attributes): Only take a single attributes
[pf3gnuchains/gcc-fork.git] / gcc / cp / decl2.c
2001-07-08 jsm28 * c-common.c (decl_attributes): Only take a single...
2001-07-07 shebs * target.h (targetm): Rename global from "targe...
2001-06-27 neil * system.h (TARGET_ESC): Move to ...
2001-06-26 neil * Makefile.in (TARGET_H, TARGET_DEF_H): New.
2001-06-06 jason * cp-tree.h (THUNK_GENERATE_WITH_VTABLE_P)...
2001-06-05 nathan * c-common.h (flag_dump_translation_unit): Remove.
2001-06-01 nathanAmend previous changelog
2001-05-24 nathancp:
2001-05-21 jason * class.c (build_vtable_entry_ref): Lose vtbl...
2001-05-19 dnovillo2001-05-18 Diego Novillo <dnovillo@redhat.com>
2001-05-04 mmitchel * cp-tree.h (flag_inline_trees): Update documentation.
2001-05-03 nathan * dump.c (cp_dump_tree, USING_STMT case): New case.
2001-05-02 ghazicp:
2001-05-02 aj * decl2.c (do_using_directive): Revert previous patch.
2001-05-01 nathancp:
2001-04-30 mmitchel * decl2.c (start_static_initialization_or_destruction...
2001-04-29 jsm28cp:
2001-04-26 mmitchel * invoke.texi: Document more C++ command-line options.
2001-04-23 pme2001-04-23 Phil Edwards <pme@sources.redhat.com>
2001-04-19 mmitchel * cp-tree.h (DECL_LANGUAGE): Don't assume DECL_LANG_SP...
2001-04-13 jason * cp-tree.h (decl_namespace_list): New macro.
2001-04-12 ghazi * cp-tree.h (warn_return_type, yylex): Delete redundant
2001-04-10 jasontweak comments
2001-04-06 mmitchel * cp-tree.h (DECL_THIS_INLINE): Rename to DECL_DECLARE...
2001-04-03 mmitchel * decl2.c (import_export_decl): Don't call import_expo...
2001-03-28 rthIA-64 ABI Exception Handling.
2001-03-22 jason * pt.c (instantiate_decl): Abort if we see...
2001-03-19 mmitchel Compute DECL_ASSEMBLER_NAME lazily.
2001-03-15 mmitchel * varasm.c (assemble_alias): Use DECL_ASSEMBLER_NAME...
2001-03-01 nathancp:
2001-03-01 nathancp:
2001-02-19 mmitchel * decl2.c (set_decl_namespace): Allow explicit instant...
2001-02-18 mmitchel * invoke.texi (-fsquangle): Remove documentation.
2001-02-18 jason Do put the VTT parameter in DECL_ARGUMENTS.
2001-02-18 jason * decl2.c (build_artificial_parm): Set TREE_REA...
2001-02-17 jason * cp-tree.h (DECL_USE_VTT_PARM): Remove.
2001-02-14 nathancp:
2001-02-12 mmitchel Remove old ABI support.
2001-02-12 mmitchel * Makefile.in (GXX_ABI_FLAG): Don't define.
2001-02-05 nathangcc:
2001-02-04 mmitchel * cp-tree.h (CLASSTYPE_INTERFACE_UNKNOWN): Fix formatting.
2001-01-29 jsm28 * tree.c, tree.h (build_parse_node): Remove; was ident...
2001-01-28 ghazi * configure.in: Arrange to include defaults.h in ...
2001-01-19 jason * decl2.c (flag_vtable_thunks): Also depend...
2001-01-19 jason * decl2.c (arg_assoc_class): Fix double iterati...
2001-01-11 nathancp:
2001-01-10 mmitchel * output.h (make_function_rtl): Remove prototype.
2001-01-10 apbianco2001-01-07 Alexandre Petit-Bianco <apbianco@cygnus...
2001-01-10 jsm28 * invoke.texi: Document that -fcond-mismatch isn't...
2001-01-10 neil * c-lang.c (lang_hooks): Update.
2001-01-09 neil * c-lang.c (lang_hooks): Update.
2001-01-09 jsm28 * decl2.c (lang_decode_option): Handle -Wformat=2.
2001-01-08 mmitchel * decl2.c (grokfield): Don't accept `asm' specifiers for
2001-01-07 neil * c-lang.c (c_post_options): Call cpp_post_options.
2001-01-07 neil * toplev.c (main): Call the front-end specific...
2001-01-04 jsm28 * c-common.c (SIZE_TYPE, WCHAR_TYPE): Define.
2001-01-03 jason * init.c (build_default_init): New fn.
2001-01-03 mrs * decl2.c: (max_tinst_depth): Increase to 50.
2000-12-07 jsm28 * c-common.c (warn_format_security): New variable.
2000-12-04 jason * mangle.c (write_type): Mangle VECTOR_TYPE...
2000-12-01 jsm28 * c-common.c (warn_format, warn_format_y2k,
2000-11-28 neil * c-lex.h (parse_in): Change parse_in to a cpp_reader *.
2000-11-26 neil * Makefile.in: Remove MAYBE_CPPLIB and maybe_cp...
2000-11-25 neil * c-common.c: Remove USE_CPPLIB conditional...
2000-11-10 mmitchel * Makefile.in (C_AND_OBJC_OBJS): Add c-dump.o.
2000-11-08 nathancp/ChangeLog
2000-11-04 mmitchel * decl2.c (do_nonmember_using_decl): Allow `extern...
2000-10-31 mmitchel * cp-tree.h (DECL_EXTERNAL_LINKAGE_P): New macro.
2000-10-22 geoffk * decl2.c (arg_assoc_type): Handle VECTOR_TYPE.
2000-10-18 mmitchel * c-common.h (flag_no_builtin): Declare.
2000-10-18 mmitchel * c-common.c (back_end_hook): New variable.
2000-10-17 jsm28 * c-common.h (warn_missing_format_attribute): New...
2000-10-13 mmitchel Remove obstacks.
2000-10-05 nathan * cp-tree.h (access_kind): Fix comment typo.
2000-09-21 jason * decl2.c (get_guard): Check DECL_FUNCTION_SCOPE_P.
2000-09-17 geoffk * decl2.c (handle_class_head): Always push some scope...
2000-09-17 mmitchel * splay-tree.c (splay_tree_predecessor): Fix typo...
2000-09-13 jason * decl.c (maybe_deduce_size_from_array_init...
2000-09-12 mmitchel * c-common.h (genrtl_clear_out_block): Remove.
2000-09-10 mmitchel * c-common.h (add_stmt): Change prototype.
2000-09-07 zackIntegrated preprocessor.
2000-09-06 nathan * class.c (resolve_address_of_overloaded_function...
2000-09-05 jason * cp-tree.def (BOUND_TEMPLATE_TEMPLATE_PARM...
2000-09-04 nathan * decl2.c (arg_assoc): Deal with COMPONENT_REFs inside
2000-08-30 jasontypos
2000-08-22 jason * decl2.c (arg_assoc): Revert my 2000-08-11...
2000-08-21 jsm28 * c-tree.h (flag_hosted): Move declaration from here...
2000-08-18 nathan * decl2.c (grokfield): Set CLASSTYPE_GOT_SEMICOLON...
2000-08-18 nathan * decl2.c (arg_assoc_type): Cope with TYPENAME_TYPE.
2000-08-12 jason * decl2.c (add_function): Reorganize.
2000-08-11 nathan * cp-tree.h (resolve_scope_to_name): Remove unused...
2000-08-11 nathan * decl2.c (build_expr_from_tree, case METHOD_CALL_EXPR...
2000-08-09 jason * pt.c (tsubst_aggr_type): Bail if creating...
2000-08-04 mmitchel * cp-tree.h (add_method): Change prototype.
2000-08-03 zack * decl2.c: Silently ignore -Wstrict-prototypes; warn...
2000-07-27 mmitchel * decl.c (start_cleanup_fn): Mark the function as...
2000-07-25 nathan Kill strict_prototype. Backwards compatibility only for
2000-07-17 jason * typeck.c (mark_addressable): Never set TREE_USED.
2000-07-10 mmitchel * decl.c (pushtag): Don't put local classes in templat...
2000-07-03 nathan * decl2.c (push_decl_namespace): Push the original...
next