aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/decl2.c
AgeCommit message (Expand)AuthorFilesLines
1998-03-31call.c: Include system.h.Jeffrey A Law1-9/+1
1998-03-30tree.c (member_p): New fn.Jason Merrill1-2/+6
1998-03-24* decl2.c (constructor_name_full): Handle TYPENAME_TYPE.Jason Merrill1-1/+2
1998-03-12dManfred Hollstein1-0/+1
1998-03-12c-decl (finish_struct): Change type of min_align to unsigned.Manfred Hollstein1-1/+2
1998-03-10decl2.c (import_export_decl): Mark tinfo functions for cv-qualified versions ...Mark Mitchell1-2/+9
1998-03-03cvt.c, [...]: Clean up more old overloading code, old RTTI code, and some for...Jason Merrill1-135/+5
1998-03-02call.c, [...]: Remove support for -fno-ansi-overloading and overloading METHO...Jason Merrill1-6/+7
1998-02-27Support partial specialization of member class templates.Jason Merrill1-2/+2
1998-02-26pt.c (tsubst, [...]): Support member class templates.Jason Merrill1-3/+0
1998-02-24Partial implementation of namespaces.Jason Merrill1-3/+210
1998-02-22Support for friend templates.Jason Merrill1-13/+14
1998-02-10cp-tree.h (push_template_decl): Return the decl passed in, or an equivalent d...Mark Mitchell1-27/+26
1998-02-10Add -fsquangle to option processing list.Andrew Macleod1-1/+8
1998-02-03cvt.c (ocp_convert): Obtain the constant values from constant decls even if...Mark Mitchell1-0/+19
1998-02-02cp-tree.h (DECL_NONSTATIC_MEMBER_FUNCTION_P): New macro.Mark Mitchell1-0/+4
1998-02-01Various fixes for -Wall problems from Kaveh. See ChangeLog for details.Kaveh R. Ghazi1-1/+4
1998-02-01decl.c (init_decl_processing): Use set_sizetype.J"orn Rennecke1-2/+0
1998-01-28class.c (instantiate_type): Don't just return a known type if it's wrong.Jason Merrill1-1/+5
1998-01-28cp-tree.h (grok_enum_decls): Remove type parameter.Jason Merrill1-8/+7
1998-01-27call.c (add_template_candidate_real): New function.Mark Mitchell1-16/+5
1998-01-23revert last changeJason Merrill1-1/+4
1998-01-22* decl2.c (grok_x_components): Always call grok_enum_decls.Mark Mitchell1-4/+1
1998-01-22pt.c (coerce_template_parms): Don't access elements of ARGLIST that is not re...Kriang Lerdsuwanakij1-1/+2
1998-01-19decl.c (start_decl): Don't allow duplicate definitions of static data members.Mark Mitchell1-4/+19
1998-01-12init.c (build_new_1): Split out from build_new.Jason Merrill1-8/+5
1997-12-21* decl2.c (lang_decode_option): Add support for -Wunknown-pragmas.Nick Clifton1-0/+11
1997-12-18except.c: Remove register_exception_table{,_p}.Jason Merrill1-4/+1
1997-12-12decl2.c (comdat_linkage): Also set DECL_COMDAT.Jason Merrill1-16/+6
1997-12-12except.c (use_eh_context): Don't copy_rtx a REG.Jason Merrill1-2/+0
1997-11-27cp-tree.h (struct lang_decl_flags): Add comdat.Jason Merrill1-19/+1
1997-11-27decl2.c (import_export_vtable): If we support one_only but not weak symbols...Jason Merrill1-0/+14
1997-11-26typeck2.c (digest_init): Make copies where appropriate.Jason Merrill1-4/+6
1997-11-20method.c (build_decl_overload_real): Don't mess with global placement delete.Jason Merrill1-1/+2
1997-11-15call.c (build_new_op): Fix copy error.Jason Merrill1-3/+8
1997-11-12init.c (build_new): Handle freeing allocated memory when the constructor throws.Jason Merrill1-0/+2
1997-11-11call.c (build_new_method_call): Handle getting a TEMPLATE_ID_EXPR around a TE...Jason Merrill1-5/+5
1997-11-07* decl2.c (finish_file): Put back some code.Jason Merrill1-0/+5
1997-11-06decl2.c (finish_file): Remove redundant code.Jason Merrill1-6/+0
1997-10-14cp-tree.h (scratchalloc, [...]): Define as macros for now.Jason Merrill1-5/+5
1997-10-08decl2.c (finish_prevtable_vardecl): Check DECL_REALLY_EXTERN for our key meth...Jason Merrill1-2/+3
1997-10-06pt.c (instantiate_decl): Look for the original template.Jason Merrill1-4/+4
1997-09-30lex.c (real_yylex): Treat `$' just like `_'...Paul Eggert1-4/+3
1997-09-29Makefile.in (parse.o, decl.o): Also depend on $(srcdir)/../except.h $(srcdir)...H.J. Lu1-3/+2
1997-09-29[multiple changes]Jason Merrill1-0/+9
1997-09-29cp-tree.h, [...]: Lose DECL_C_STATIC and DECL_PUBLIC.Jason Merrill1-11/+1
1997-09-28[multiple changes]Jason Merrill1-2/+48
1997-09-10dwarf2 EH supportJason Merrill1-2/+2
1997-09-06class.c (grow_method): Remove check for redeclaration.Jason Merrill1-4/+83
1997-09-03typeck.c (c_expand_return): Always convert_for_initialization before checking...Jason Merrill1-1/+3