summaryrefslogtreecommitdiff
path: root/gcc/cp/decl2.c
Commit message (Expand)AuthorAgeFilesLines
* * decl2.c (finish_file): Tweak handling of extern inlines so thatmmitchel1999-04-231-11/+28
* * cp-tree.h (lang_decl_flags): Remove returns_first_arg andmmitchel1999-04-221-603/+701
* * cp-tree.h (build_binary_op): Remove unneeded parameter.mmitchel1999-04-201-3/+3
* * decl.c (grokfndecl): Always call cplus_decl_attributes.jason1999-04-201-1/+1
* * cp-tree.h (finish_static_data_member_decl): New function.mmitchel1999-04-191-37/+57
* * cp-tree.h (lang_type): Add documentation.mmitchel1999-04-151-11/+29
* * cp-tree.h (popclass): Change declaration.mmitchel1999-04-141-2/+2
* * extend.texi (Deprecated Features): New node.loewis1999-04-141-0/+19
* * decl2.c (setup_initp): Compare DECL_ASSEMBLER_NAME insteadjason1999-04-141-1/+8
* * decl2.c (import_export_decl): Because vtables always referencemrs1999-04-131-2/+4
* * cp-tree.h (struct lang_type): Add com_interface.jason1999-04-131-13/+10
* 1999-04-02 Mark Mitchell <mark@codesourcery.com>mmitchel1999-04-021-4/+0
* * decl2.c (lang_decode_option): Remove -Wsign-promo from -Wall.jason1999-03-291-5/+5
* Warning fixes:ghazi1999-03-261-4/+20
* * decl2.c (comdat_linkage): Treat vtables like functions.jason1999-03-251-1/+5
* * decl2.c (finish_file): Set at_eof to 2 after expanding ctors.jason1999-03-231-17/+45
* * decl2.c (validate_nonmember_using_decl): Issue sensiblemmitchel1999-03-151-1/+4
* * decl.c (select_decl): Allow class templates when we need types.loewis1999-03-121-2/+1
* * decl2.c (setup_initp): Give statics with no priority the defaultjason1999-03-061-37/+38
* * class.c, decl2.c, method.c, pt.c: Add 'static' to make SunOS 4jason1999-03-031-1/+9
* * decl.c (push_overloaded_decl): Only overwrite the old binding ifloewis1999-03-031-3/+10
* * typeck.c (complete_type_or_else): Add VALUE arg, for helpfuljason1999-02-261-1/+3
* * typeck.c (convert_for_assignment): Allow boolean integral constantjason1999-02-251-2/+4
* * tm.texi: Update docs for constructors and destructors.law1999-02-211-1/+2
* * decl2.c (start_objects): Make file scope constructors andlaw1999-02-211-0/+5
* 1999-02-19 Mark Mitchell <mark@markmitchell.com>mmitchel1999-02-211-25/+15
* * decl.c (pushdecl): Remove dead code.jason1999-02-161-1/+1
* * decl.c (grokdeclarator): Catch wierd declarators.jason1999-02-111-10/+1
* * pt.c (maybe_process_partial_specialization): Complain aboutjason1999-02-071-0/+1
* * decl2.c: Remove flag_init_priority. Always enable initp stuff.jason1999-02-051-32/+9
* * decl2.c (lang_decode_option): Use read_integral_parameter.law1999-02-021-26/+4
* zack1999-01-311-5/+0
* * tree.c (equal_functions): Fix name in prototype.jason1999-01-261-1/+1
* * decl.c (start_function): Make member functions one_only on windows.jason1999-01-241-0/+2
* * cp-tree.h (PUSH_GLOBAL): New macro.mmitchel1999-01-211-10/+53
* * decl2.c (finish_vtable_vardecl): Make vtables comdat here.jason1999-01-191-4/+4
* * typeck.c (comp_ptr_ttypes_reinterpret): Per ANSI, tighten upjason1999-01-181-2/+11
* * semantics.c (finish_asm_stmt): Don't warn about redundant volatile.jason1999-01-141-4/+5
* * class.c (pushclass): Tweak handling of class-level bindings.mmitchel1998-12-141-6/+23
* * cp-tree.def (CPLUS_BINDING): Update documentation.mmitchel1998-12-131-1/+1
* Wed Dec 9 15:33:01 1998 Dave Brolley <brolley@cygnus.com>brolley1998-12-091-9/+0
* 1998-12-07 Zack Weinberg <zack@rabi.phys.columbia.edu>brolley1998-12-071-1/+1
* * decl.c (build_typename_type): Set DECL_ARTIFICIAL.jason1998-12-071-3/+15
* sortjason1998-12-061-20/+23
* * decl2.c (coerce_new_type): Use same_type_p.jason1998-12-061-6/+4
* * pt.c (check_template_shadow): New fn.jason1998-12-041-12/+1
* * decl2.c (validate_nonmember_using_decl): Complain about usingmmitchel1998-12-021-0/+10
* update copyrightsjason1998-11-231-1/+1
* * class.c (finish_struct_1): Set things up for 0-width bitfieldsjason1998-11-231-8/+5
* * decl2.c (validate_nonmember_using_decl): Allow using templatesloewis1998-11-211-1/+2