aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/cp-tree.def
AgeCommit message (Expand)AuthorFilesLines
2002-10-02re PR c++/7188 (Segfault with template class and recursive (incorrect) inital...Mark Mitchell1-1/+1
2002-08-08Rework build_component_ref.Mark Mitchell1-0/+14
2002-08-01call.c (build_field_call): Do not look up the field by name.Mark Mitchell1-6/+21
2002-04-03re PR c++/5636 (gcc-3.0.3, memory leakage: function that take a string as par...Jason Merrill1-10/+0
2002-03-15c-common.c (statement_code_p): Handle CLEANUP_STMT.Mark Mitchell1-4/+0
2001-12-13c-common.h (COMPOUND_STMT_BODY_BLOCK): New macro.Jason Merrill1-0/+2
2001-10-23cp-tree.def (UNBOUND_CLASS_TEMPLATE): New tree node.Kriang Lerdsuwanakij1-0/+5
2001-07-06cp-tree.def (TEMPLATE_DECL): Update comment.Ira Ruben1-2/+2
2001-05-21cp-tree.def (START_CATCH_STMT): Lose.Jason Merrill1-4/+4
2001-05-01cp-tree.def (USING_STMT): New statement node.Nathan Sidwell1-0/+3
2001-04-24Lazy __FUNCTION__ generation.Nathan Sidwell1-3/+0
2001-03-28IA-64 ABI Exception Handling.Richard Henderson1-0/+5
2001-01-05cp-tree.def (DEFAULT_ARG): Make `x' class.Nathan Sidwell1-2/+2
2000-09-04cp-tree.def (BOUND_TEMPLATE_TEMPLATE_PARM): New tree code.Kriang Lerdsuwanakij1-4/+6
2000-08-30typosJason Merrill1-1/+1
2000-08-11tweak commentJason Merrill1-3/+3
2000-06-23parse.y (template_arg): Convert TEMPLATE_DECL that is a template template par...Kriang Lerdsuwanakij1-4/+11
2000-06-14c-common.h (IF_COND): Moved here from cp/cp-tree.h.Benjamin Chelf1-32/+0
2000-05-03cp-tree.def (THUNK_DECL): Remove.Mark Mitchell1-22/+0
2000-04-16cp-tree.def (THUNK_DECL): Add to documentation.Mark Mitchell1-2/+4
2000-02-26Fix copyrightsJeff Law1-1/+2
2000-01-29cp-tree.def (THUNK_DECL): Discuss vcall indices.Mark Mitchell1-6/+16
1999-12-15cp-tree.def (TEMPLATE_PARM_INDEX): Calculate size using sizeof (struct tree_c...Jason Merrill1-7/+10
1999-12-05cp-tree.def (SCOPE_STMT): Take one operand.Mark Mitchell1-2/+3
1999-11-25Make-lang.in (CXX_SRCS): Add optimize.c.Mark Mitchell1-3/+5
1999-11-23cp-tree.def (CTOR_COMPLETE): New tree node.Mark Mitchell1-0/+3
1999-11-23cp-tree.def (FUNCTION_NAME): New tree node.Mark Mitchell1-0/+3
1999-10-21cp-tree.def (EMPTY_CLASS_EXPR): New tree node.Mark Mitchell1-0/+4
1999-10-03cp-tree.def (VEC_INIT_EXPR): Remove.Mark Mitchell1-5/+0
1999-09-17cp-tree.def (CLEANUP_STMT): Fix spelling in dumps.Mark Mitchell1-3/+13
1999-09-12cp-tree.def (CLEANUP_STMT): New node.Mark Mitchell1-0/+4
1999-09-07Makefile.in (tree.o): Depend on ggc.h.Mark Mitchell1-2/+2
1999-08-28cp-tree.def (LABEL_STMT): New tree node.Mark Mitchell1-0/+1
1999-08-25cp-tree.def (SUBOBJECT): New tree node.Mark Mitchell1-1/+5
1999-08-22cp-tree.def (STMT_EXPR): Fix typo in node name.Mark Mitchell1-1/+1
1999-08-19cp-tree.def (PSEUDO_DTOR_EXPR): New tree code.Mark Mitchell1-0/+1
1999-08-16cp-tree.def (STMT_EXPR): New tree node.Mark Mitchell1-0/+4
1999-08-14cp-tree.def (DECL_STMT): Make it smaller.Mark Mitchell1-1/+1
1999-05-17cp-tree.def (TEMPLATE_ID_EXPR): Update documentation.Mark Mitchell1-4/+4
1999-04-16class.c (finish_struct): Remove unused variable.Mark Mitchell1-3/+5
1999-04-02tinfo.h (__class_type_info): Fix illegal declaration.Mark Mitchell1-6/+5
1999-01-06Copyright fixes.Jeff Law1-1/+1
1998-12-13cp-tree.def (CPLUS_BINDING): Update documentation.Mark Mitchell1-3/+3
1998-10-25cp-tree.def (TYPEOF_TYPE): New code.Jason Merrill1-0/+4
1998-10-15cp-tree.def (TYPENAME_TYPE): Add to documentation.Mark Mitchell1-1/+4
1998-10-06cp-tree.def (PTRMEM_CST): New tree node.Mark Mitchell1-0/+5
1998-08-02cp-tree.def (LOOKUP_EXPR): Document.Mark Mitchell1-1/+6
1998-06-12class.c (instantiate_type): Don't treat template-ids that don't specify any t...Mark Mitchell1-1/+1
1998-05-22cp-tree.def: Add SRCLOC.Jason Merrill1-0/+3
1998-05-07massive namespace patchMartin v. Löwis1-2/+7