tree.c (cp_free_lang_data): Free DECL_NAMESPACE_USERS and clear DECL_CHAIN of NAMESPA...
[gcc.git] / gcc / cp / ptree.c
2010-07-16 Jason Merrill* ptree.c (cxx_print_xnode): Handle TEMPLATE_INFO.
2010-06-30 Jason Merrillcp-tree.h (TYPE_HAS_ASSIGN_REF): Rename to TYPE_HAS_COP...
2009-09-02 Jason Merrill* ptree.c (cxx_print_type) [DECLTYPE_TYPE]: Print the...
2009-07-05 Jason Merrillpt.c (retrieve_specialization): Don't get confused...
2009-07-04 Jason Merrillcp-tree.h (struct lang_decl): Overhaul.
2009-03-31 Jason Merrillptree.c (cxx_print_decl): Pretty-print full name of...
2009-02-18 Jason Merrillrevert accidental commit
2009-02-18 Jason Merrillre PR target/39179 (Wrong code in c++ for const members...
2007-08-02 Nick Cliftontypeck.c: Change copyright header to refer to version...
2007-03-15 Douglas Gregorptree.c (cxx_print_type): Use formatting markup for...
2006-06-06 Mike StumpFix up whitespacing
2005-12-27 Mark Mitchellre PR c++/25439 ("template<> int A<0>" accepted)
2005-12-06 Daniel BerlinIn gcc/ 2005-12-05 Daniel Berlin <dberlin@dberlin.org>
2005-08-16 Kaveh R. Ghaziaclocal.m4 (gcc_AC_FUNC_PRINTF_PTR): Delete.
2005-07-26 Ian Lance Taylorptree.c (cxx_print_identifier): Print a leading space...
2005-06-25 Kelley CookUpdate FSF address.
2005-06-14 Mike StumpRemove extra white spacing at end of lines.
2005-02-11 Kazu Hirata* cp-tree.def, except.c, ptree.c: Update copyright.
2005-02-09 Mark Mitchellre PR c++/19733 (ICE on invalid destructor call)
2004-09-21 Nathan Sidwellcp-tree.h (struct lang_type_header): Remove uses_multip...
2004-07-16 Mark Mitchellvec.h (VEC_address): New function.
2004-07-13 Mark Mitchellcp-tree.h (lang_identifier): Remove class_value.
2004-07-12 Nathan Sidwellcall.c (build_user_type_conversion_1, [...]): Pass...
2004-07-07 Nathan Sidwelltree.h (TYPE_BINFO_OFFSET, [...]): Remove.
2004-03-15 Kazu Hiratac-incpath.c, [...]: Update copyright.
2004-03-09 Mark Mitchellre PR c++/14401 (Uninitialized reference error not...
2003-12-09 Jason Merrillre PR c++/11971 (ICE in cp_expr_size with variadic...
2003-08-12 Mark Mitchellre PR c++/11703 (Problem with using enum in placement...
2003-07-08 Kaveh R. Ghazibitmap.c (debug_bitmap_file): Merge uses of HOST_PTR_PR...
2003-05-17 Kaveh R. Ghazicfgloopanal.c (test_for_iteration): Use string concaten...
2003-04-03 Kaveh R. Ghazigengtype-lex.l (IWORD): Add CHAR_BITFIELD.
2003-03-15 Gabriel Dos ReisCompile-time improvement: 2/n.
2003-01-02 Steven Bosscherexcept.c, [...]: Fix Copyright years.
2003-01-01 Steven Bosschercall.c, [...]: Replace "GNU CC" with "GCC" in the copyr...
2002-12-29 Gabriel Dos ReisRemove traditional C constructs 4/n.
2002-12-16 Zack WeinbergMerge basic-improvements-branch to trunk
2001-11-09 Neil BoothMakefile.in: Update.
2001-03-22 Jason Merrillpt.c (instantiate_decl): Abort if we see a member const...
2000-09-05 Kriang Lerdsuwanakijcp-tree.def (BOUND_TEMPLATE_TEMPLATE_PARM): New tree...
2000-05-24 Mark Mitchellcp-tree.h (lang_decl_flags): Rename mutable_flag to...
2000-04-10 Mark Mitchellcp-tree.h (struct lang_decl): Remove main_decl_variant.
2000-03-03 Mark Mitchell* tree.h (TYPE_ALIGN_UNIT): New macro.
2000-02-26 Jeff LawFix copyrights
1999-09-23 Martin v. Löwiscp-tree.h (VAR_OR_FUNCTION_DECL_CHECK): New macro.
1999-08-09 Jason Merrillptree.c (print_lang_type): Print the real type of a...
1999-07-09 Michael Tiemanncp-tree.h (struct lang_decl): Added field for storing...
1999-07-09 Jason Merrillpt.c (do_decl_instantiation): Downgrade duplicate insta...
1999-05-19 Jason Merrillcall.c (find_scoped_type, [...]): Lose.
1999-03-30 Jason Merrillcp-tree.h (IDENTIFIER_AS_DESC, [...]): Remove cruft.
1999-03-24 Mark Mitchellcp-tree.h (lang_type): Remove has_assignment and has_re...
1998-12-13 Mark Mitchellcp-tree.def (CPLUS_BINDING): Update documentation.
1998-11-23 Jason Merrillupdate copyrights
1998-06-22 Kaveh R. GhaziWarning fixes:
1998-05-11 Mark Mitchell* ptree.c (lang_print_xnode): Add missing `break'.
1998-05-08 Martin v. Löwismassive namespace patch
1998-04-02 Jason Merrillcp-tree.h: Lose CLASSTYPE_VBASE_SIZE, some unused stuff.
1998-04-01 Jeffrey A Law* class.c, Make sure system.h is included just after...
1998-03-31 Jeffrey A Lawcall.c: Include system.h.
1998-03-30 Jason Merrilltree.c (member_p): New fn.
1998-03-03 Jason Merrillcall.c, [...]: Remove support for -fno-ansi-overloading...
1998-02-25 Jason MerrillPartial implementation of namespaces.
1998-02-23 Jason MerrillSupport for friend templates.
1996-02-28 Mike Stump83rd Cygnus<->FSF merge
1995-06-23 Richard KennerRename called function.
1995-06-15 Richard KennerUpdate FSF address.
1994-04-15 Mike Stump32nd Cygnus<->FSF merge
1994-02-24 Mike StumpInitial revision