summaryrefslogtreecommitdiff
path: root/gcc/cp
Commit message (Expand)AuthorAgeFilesLines
* * decl.c (cp_finish_decl): Fix typo in cp_warning_at call.law1999-06-282-1/+5
* * error.c (dump_type_real): Handle TREE_LIST again.jason1999-06-284-9/+28
* * init.c (expand_aggr_vbase_init): Rename tommitchel1999-06-222-30/+58
* upjason1999-06-211-1/+31
* * semantics.c (finish_asm_statement): Apply decay conversions tolaw1999-06-192-1/+9
* * decl.c (expand_static_init): When building an anonymous functionmmitchel1999-06-193-2/+49
* * init.c (expand_aggr_vbase_init): Add flag parameter.mmitchel1999-06-182-21/+31
* * decl2.c (import_export_decl): Use same_type_p, rather thanmmitchel1999-06-163-31/+16
* * call.c (build_method_call): Remove bogus code for two-argumentmmitchel1999-06-163-33/+14
* * init.c (expand_cleanup_for_base): New function, split outmmitchel1999-06-162-12/+31
* * cp-tree.h (class_cache_firstobj): Declare.mmitchel1999-06-155-12/+35
* * pt.c (tsubst_friend_function): Push into namespace of friendloewis1999-06-142-0/+12
* * call.c (build_new_op): Remove REF_BIND from all operands.nathan1999-06-142-2/+16
* * init.c (build_new_1): Look up operator delete even if there wasoliva1999-06-132-9/+14
* * except.c (complete_ptr_ref_or_void_ptr_p): New function, broken outnathan1999-06-082-20/+44
* * search.c (convert_pointer_to_single_level): Reimplement withoutmmitchel1999-06-072-7/+29
* 1999-06-07 Dave Brolley <brolley@cygnus.com>brolley1999-06-073-28/+61
* * method.c (is_back_referenceable_type): Back-reference bools whenmmitchel1999-06-061-1/+7
* * decl.c (grokdeclarator): Fix typo in last change.mmitchel1999-06-052-2/+6
* * semantics.c (finish_if_stmt_cond): Copy cond to permanent_obstack.jason1999-06-042-4/+9
* * except.c (build_throw): Check throw expression validity.nathan1999-06-042-0/+28
* * decl.c (grokdeclarator): Don't treat arbitrary types as unsignedmmitchel1999-06-032-8/+23
* * semantics.c (begin_class_definition): Update the struct'snathan1999-06-034-22/+18
* * Makefile.in (ALL_CFLAGS): Add '-W -Wall'.ghazi1999-05-312-1/+5
* * tree.c (build_cplus_array_type_1): Use push_obstacks_nochangemmitchel1999-05-311-1/+3
* * tree.c (cp_build_qualified_type_real): Rework ARRAY_TYPEmmitchel1999-05-312-28/+45
* * lex.c (make_lang_type): Create TYPE_BINFO formmitchel1999-05-302-1/+10
* * decl.c (start_decl): Move checks on initialization to ...mmitchel1999-05-302-26/+25
* * decl.c (add_binding): Don't complain about a redeclaration of ammitchel1999-05-282-0/+19
* * decl.c (complete_array_type): Allocate off same obstack. Fixnathan1999-05-283-7/+22
* * decl.c (lookup_namespace_name): Handle getting ammitchel1999-05-282-4/+47
* * class.c (finish_vtbls): Copy BINFO_VIRTUALs before using it tommitchel1999-05-257-79/+96
* * typeck.c (casts_away_constness, casts_away_constness_r): Strip bothjason1999-05-252-4/+10
* * decl2.c (mark_vtable_entries): Don't make a copy of a function,mmitchel1999-05-242-2/+4
* * typeck.c (build_static_cast): Don't allow static_casts that castmmitchel1999-05-242-0/+129
* * decl.c (lookup_tag): Remove code no longer needed aftermmitchel1999-05-247-427/+417
* * pt.c (for_each_template_parm): Walk into TYPENAME_TYPEs,mmitchel1999-05-222-9/+19
* * cp-tree.h (push_nested_namespace): Declare.mmitchel1999-05-224-5/+50
* * tree.c (mapcar): Handle LVALUE_EXPR.mmitchel1999-05-222-0/+3
* * cp-tree.h (cplus_expand_constant): Declare.mmitchel1999-05-225-28/+57
* * Make-lang.in (cc1plus): Make it depend on gxx.gperf.mmitchel1999-05-219-171/+225
* * typeck.c (build_ptrmemfunc): Handle PTRMEM_CSTs carefully tommitchel1999-05-212-10/+39
* * pt.c (tsubst): Don't issue error messages when we're notmmitchel1999-05-212-4/+31
* * class.c (instantiate_type): Downgrade errors for object-dependentjason1999-05-202-4/+9
* * decl.c (grokdeclarator): Don't treat [] as indicating ammitchel1999-05-202-1/+5
* * call.c (build_object_call): Don't look at DECL_NAME for a type.mmitchel1999-05-204-6/+19
* * pt.c (for_each_template_parm): Rework to match documentation.mmitchel1999-05-202-16/+26
* * class.c (finish_struct_1): Still check for ANON_AGGR_TYPE_P.jason1999-05-203-8/+16
* * tree.c (lvalue_p_1): A NOP_EXPR can be an lvalue.jason1999-05-202-1/+7
* * cp-tree.h (make_ptrmem_cst): New function.mmitchel1999-05-207-56/+100