summaryrefslogtreecommitdiff
path: root/gcc/cp/decl2.c
Commit message (Expand)AuthorAgeFilesLines
* * tree.h (TYPE_USER_ALIGN, DECL_USER_ALIGN): Define.jakub2000-06-141-0/+1
* Warning fixes:ghazi2000-06-111-1/+1
* revert mangling patchjason2000-06-091-13/+42
* * invoke.texi: Remove documentation for -fsquangle andmmitchel2000-06-081-42/+13
* * c-common.h (c_language_kind): New type.mmitchel2000-06-061-0/+4
* 2000-06-06 Gabriel Dos Reis <gdr@codesourcery.com>gdr2000-06-061-16/+0
* * search.c (maybe_suppress_debug_info): Don't checkjason2000-06-061-3/+3
* * Make-lang.in (CXX_SRCS): Add mangle.c.mmitchel2000-06-041-15/+43
* * cp-tree.h (TMPL_ARGS_LEVEL): Clarify comment.mmitchel2000-06-031-1/+1
* * decl2.c (unsupported_options): Fix typo, make const.rth2000-06-011-3/+3
* * invoke.texi: Remove documentation for -fguiding-decls.mmitchel2000-05-311-17/+47
* 2000-05-28 Gabriel Dos Reis <gdr@codesourcery.com>gdr2000-05-281-11/+17
* 2000-05-27 Alex Samuel <samuel@codesourcery.com>mmitchel2000-05-281-1/+1
* * decl2.c (grokclassfn): Set DECL_LANGUAGE here.mmitchel2000-05-261-0/+4
* Finish implementation of VTTs.mmitchel2000-05-251-8/+30
* * cp-tree.h (build_delete): Change prototype.mmitchel2000-05-241-3/+4
* * cp-tree.h (lang_decl_flags): Rename mutable_flag to uninlinablemmitchel2000-05-241-1/+1
* * decl2.c (maybe_retrofit_in_chrg): Don't create in-chargemmitchel2000-05-241-0/+5
* * decl2.c (qualified_lookup_using_namespace): Look throughloewis2000-05-221-0/+2
* * decl2.c (finish_anon_union): Generalize error messages to handlemmitchel2000-05-171-2/+2
* Add options -Wunused-variable, -Wunused-function, -Wunused-label,cagney2000-05-171-1/+1
* 2000-05-15 Gabriel Dos Reis <gdr@codesourcery.com>gdr2000-05-151-3/+3
* 2000-05-13 Gabriel Dos Reis <gdr@codesourcery.com>gdr2000-05-141-0/+10
* top level:zack2000-05-091-1/+1
* * cp-tree.h (special_function_kind): Add various kinds ofmmitchel2000-05-041-1/+1
* * cp-tree.def (THUNK_DECL): Remove.mmitchel2000-05-031-1/+1
* spelling tweakjason2000-05-031-1/+1
* * decl2.c (finish_file): Fix typo in comment.mmitchel2000-05-011-1/+1
* hangeLog:samuel2000-04-281-5/+3
* * cp-tree.h (TREE_READONLY_DECL_P): Use DECL_P.mmitchel2000-04-261-6/+2
* * decl2.c (finish_file): Remove double setup for accountingzack2000-04-241-5/+0
* * typeck.c (build_x_function_call): Resolve an OFFSET_REF.jason2000-04-201-2/+2
* * cp-tree.h (lang_decl_flags): Remove const_memfunc andmmitchel2000-04-181-3/+4
* * decl2.c (grokfield): Issue error on illegal data membermmitchel2000-04-181-1/+17
* * Makefile.in (ggc-page.o): Now includes toplev.h.kenner2000-04-151-4/+2
* * cp-tree.h (cp_tree_index): Add CPTI_DTOR_IDENTIFIER.mmitchel2000-04-111-1/+6
* * cp-tree.h (lang_decl_flags): Rename constructor_for_vbase_attrmmitchel2000-04-111-10/+10
* * cp-tre.h (finish_function): Change prototype.mmitchel2000-04-111-2/+2
* * class.c (instantiate_type): Handle object-relative template-id.jason2000-04-111-0/+2
* * invoke.texi (-ansi): Remove -foperator-names from list ofloewis2000-04-101-2/+2
* * cp-tree.h (struct lang_decl): Remove main_decl_variant.mmitchel2000-04-101-1/+0
* * cp-tree.h (lang_decl_flags): Rename saved_inline to deferred.mmitchel2000-04-061-20/+20
* 2000-04-05 Benjamin Kosnik <bkoz@cygnus.com>bkoz2000-04-061-1/+1
* * cp-tree.h (instantiate_decl): Change prototype.mmitchel2000-04-061-1/+1
* * final.c (final): Use xcalloc to allocate line_note_exists.mmitchel2000-04-061-2/+9
* Correct many new ABI issues regarding vbase and vcall offsetmmitchel2000-04-041-1/+1
* * expr.c (store_constructor): SIZE now signed.kenner2000-03-281-1/+0
* * builtin.c (get_pointer_alignment): Use DECL_P and TYPE_P macros.mmitchel2000-03-231-10/+9
* gccnathan2000-03-211-3/+3
* * decl2.c (grokfield): Bail out if type is error_mark_node.nathan2000-03-161-0/+2