summaryrefslogtreecommitdiff
path: root/gcc/cp
Commit message (Expand)AuthorAgeFilesLines
* Add 1999 copyright.ghazi1999-02-011-1/+1
* * input.c (inline): Don't define, its handled by system.h.ghazi1999-02-012-6/+4
* azack1999-01-313-8/+11
* zack1999-01-311-5/+0
* * cp-tree.h (struct tree_binding): Replace scope field with a union.jason1999-01-283-3/+12
* Merge in gcc2 snapshot 19980929. See gcc/ChangeLog and gcc/FSFChangeLog forlaw1999-01-272-7/+16
* * pt.c (instantiate_class_template): Set up the DECL_INITIAL ofjason1999-01-263-1/+11
* * tree.c (equal_functions): Fix name in prototype.jason1999-01-265-15/+26
* * decl.c (push_local_binding): Also wrap used decls in a TREE_LIST.jason1999-01-263-15/+34
* * class.c (resolve_address_of_overloaded_function): Mark thejason1999-01-257-21/+41
* * tree.c (equal_functions): New function.loewis1999-01-252-2/+22
* * cvt.c (cp_convert_to_pointer): Fix conversion of 0 to pmf.jason1999-01-242-1/+5
* 1999-01-25 Martin von Loewis <loewis@informatik.hu-berlin.de>loewis1999-01-242-0/+10
* * decl.c (start_function): Make member functions one_only on windows.jason1999-01-243-6/+24
* * cp-tree.h (PUSH_GLOBAL): New macro.mmitchel1999-01-215-24/+121
* * decl.c (grokdeclarator): Fix lang_c -> lang_name_c typo.jason1999-01-212-1/+5
* * cp-tree.h (PARM_DECL_EXPR): Delete.mmitchel1999-01-218-88/+215
* * error.c (dump_function_decl): Don't print the argument types formmitchel1999-01-205-9/+45
* * decl2.c (finish_vtable_vardecl): Make vtables comdat here.jason1999-01-192-4/+9
* * typeck.c (build_component_ref): Wrap an OVERLOAD around a uniquejason1999-01-184-24/+48
* * tree.c (copy_template_template_parm): Use permanent_obstack.jason1999-01-185-12/+47
* * typeck.c (comp_ptr_ttypes_reinterpret): Per ANSI, tighten upjason1999-01-186-11/+43
* * decl.c (grokdeclarator): Don't make 'main(){}' an error with onlyjason1999-01-162-8/+20
* * cp-tree.h (struct lang_type): Added has_mutable flag.jason1999-01-165-1/+38
* * pt.c (process_template_parm): Ignore top-level qualifiers onmmitchel1999-01-153-2/+18
* * semantics.c (finish_asm_stmt): Don't warn about redundant volatile.jason1999-01-144-10/+22
* * decl.c (grokdeclarator): Undo 1998-12-14 change.mmitchel1999-01-134-10/+20
* * cp-tree.h (flag_permissive): Declare extern.rth1999-01-122-1/+5
* Update FSF address in copyright header.law1999-01-111-1/+2
* * cp-tree.h (IDENTIFIER_TYPENAME_P): Use OPERATOR_TYPENAME_FORMATmmitchel1999-01-067-73/+166
* Copyright fixes.law1999-01-067-7/+7
* * g++spec.c (LIBSTDCXX): Provide default definition.law1999-01-062-1/+10
* * Make-lang.in (g++.o): Depend on prefix.h.ghazi1999-01-052-1/+5
* * tree.c (bound_pmf_p): New fn.jason1999-01-043-3/+16
* * decl.c (grok_op_properties): Use same_type_p.jason1999-01-042-1/+5
* Warning fixes:ghazi1998-12-229-7/+36
* 1998-12-22 Mark Mitchell <mark@markmitchell.com>mmitchel1998-12-223-2/+12
* * cvt.c (convert_to_reference): Check for both error_mark_nodejason1998-12-182-2/+7
* * error.c (interesting_scope_p): New fn.jason1998-12-182-4/+33
* * pt.c (push_inline_template_parms_recursive): Set it.jason1998-12-172-30/+9
* * class.c (resolve_address_of_overloaded_function): Do conversionmmitchel1998-12-165-70/+78
* Wed Dec 16 16:33:58 1998 Dave Brolley <brolley@cygnus.com>brolley1998-12-162-0/+6
* 1998-12-15 Mark Mitchell <mark@markmitchell.com>mmitchel1998-12-152-1/+5
* * decl.c (finish_function): Undo inadvertant change in previousmmitchel1998-12-152-7/+12
* * class.c (pushclass): Tweak handling of class-level bindings.mmitchel1998-12-147-121/+279
* regenjason1998-12-131-732/+739
* * cp-tree.def (CPLUS_BINDING): Update documentation.mmitchel1998-12-1311-609/+837
* * decl.c (grokdeclarator): Allow field with same name as classjason1998-12-124-7/+23
* * decl.c (start_enum): Use push_obstacks, notmmitchel1998-12-101-0/+6
* (start_enum): Use push_obstacks, not end_temporary_allocation.mmitchel1998-12-101-52/+45