summaryrefslogtreecommitdiff
path: root/gcc/cp
Commit message (Expand)AuthorAgeFilesLines
* * Makefile.in: Update.neil2001-11-096-7/+37
* * class.c (dump_array): Fix format specifier warning.ghazi2001-11-092-1/+5
* * c-lang.c (LANG_HOOKS_NAME): New.neil2001-11-094-14/+11
* * configure.in: Add AC_ARG_PROGRAM to support program namedj2001-11-082-10/+20
* * cp/decl.c (shadow_warning): New function.neil2001-11-081-27/+48
* * alias.c:: Include langhooks.h.neil2001-11-063-1/+7
* * pt.c (tsubst_copy): Call tsubst for TYPEOF_EXPR.lerdsuwa2001-11-042-0/+5
* * lex.c (copy_lang_type): Add static prototype.ghazi2001-11-042-1/+6
* * pt.c (unify): Handle SCOPE_REF.lerdsuwa2001-11-022-0/+5
* * tree.c (cp_copy_res_decl_for_inlining): Adjustjakub2001-11-012-0/+6
* * Makefile.in (INTL_TARGETS, POSUB): Delete all references.zack2001-10-312-1/+5
* * ChangeLog.1, ChangeLog.2, ChangeLog, class.c, decl2.c, search.c,jsm282001-10-288-15/+20
* * decl2.c (validate_nonmember_using_decl): Handle NAMESPACE_DECL.lerdsuwa2001-10-272-0/+9
* * langhooks.c (lang_hook_default_clear_binding_stack): New.zack2001-10-252-2/+9
* * alias.c (can_address_p): Compnonents are not addressable ifkenner2001-10-232-0/+23
* Fix date in ChangeLoglerdsuwa2001-10-231-1/+1
* * cp-tree.def (UNBOUND_CLASS_TEMPLATE): New tree node.lerdsuwa2001-10-2311-23/+154
* * c-format.c (maybe_read_dollar_number): Use safe-ctype macrosghazi2001-10-212-2/+7
* * decl.c (duplicate_decls): Propagate DECL_UNINLINABLE.aoliva2001-10-182-0/+55
* * cp-tree.h (BOUND_TEMPLATE_TEMPLATE_PARM_TYPE_CHECK): Definedrth2001-10-172-0/+6
* * cp-tree.h (VFIELD_NAME_FORMAT) [NO_DOLLAR_IN_LABEL &&hp2001-10-162-1/+6
* * pt.c (UNIFY_ALLOW_MAX_CORRECTION): Define.rsandifo2001-10-162-3/+21
* * decl.c (bad_specifiers): Don't allow exception specificationsrsandifo2001-10-162-2/+9
* * c-pragma.h (cpp_register_pragma_space): Remove.neil2001-10-142-1/+4
* * pt.c (lookup_template_class): Build complete template argumentslerdsuwa2001-10-132-0/+18
* * cp-tree.h (TYPE_BINFO): Update comment.lerdsuwa2001-10-135-18/+94
* * pt.c (determine_specialization): Ignore functions withoutlerdsuwa2001-10-132-0/+11
* cp:nathan2001-10-122-0/+10
* * typeck2.c (store_init_value): Don't re-digest a bracketedjason2001-10-113-5/+21
* * rtl.h (REG_VTABLE_REF): New.rth2001-10-113-40/+55
* * c-parse.in (asm_operand): Allow named operands.rth2001-10-113-2/+10
* fix datesjason2001-10-091-5/+3
* * call.c (standard_conversion): Add bad conversion betweenjason2001-10-094-35/+61
* * Make-lang.in (CXX_OBJS): Added cp-lang.o.aoliva2001-10-086-35/+98
* * c-common.h (struct c_lang_decl): Add declared_inline.rth2001-10-082-4/+8
* * builtins.c (expand_builtin_setjmp_receiver): Const-ify.ghazi2001-10-075-12/+21
* * optimize.c (struct inline_data): Moved to ../tree-inline.c.aoliva2001-10-053-1291/+13
* * Make-lang.in (cp/decl.o, cp/tree.o): Depend on tree-inline.h.aoliva2001-10-059-190/+385
* * rtti.c (get_tinfo_decl): Call typeinfo_in_lib_p with the type useddanglin2001-10-032-1/+6
* * decl2.c (cxx_decode_option): Add 'else'.jason2001-10-021-3/+3
* * spew.c (end_input): No longer static.jason2001-10-024-3/+11
* * c-common.c (c_format_attribute_table): Make format andjsm282001-10-023-5/+12
* * attribs.c (decl_attributes): Possibly calljsm282001-10-022-5/+27
* * decl.c (grokdeclarator): Copy array typedef handling from Cjason2001-10-012-2/+23
* * config-lang.in (target_libs): Added target-gperf, so that weaoliva2001-09-292-2/+8
* top level:zack2001-09-245-1073/+208
* * attribs.c: New file, from c-common.c.kenner2001-09-222-1/+6
* gcc/rth2001-09-216-7/+63
* * decl.c (grokdeclarator): Use C syntax for attr_flags declaration.amylaar2001-09-212-1/+7
* Table-driven attributes.jsm282001-09-2110-194/+241