aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/dump.c
AgeCommit message (Expand)AuthorFilesLines
1999-09-21dump.c (dequeue_and_dump): Handle START_CATCH_STMT, CLEANUP_STMT, and SCOPE_S...Mark Mitchell1-0/+28
1999-09-09dump.c (dequeue_and_dump): Dump types for constants.Mark Mitchell1-1/+8
1999-08-28cp-tree.def (LABEL_STMT): New tree node.Mark Mitchell1-0/+7
1999-08-27Fix typo in last changeMark Mitchell1-1/+1
1999-08-27cp-tree.h (AGGR_INIT_VIA_CTOR_P): New macro.Mark Mitchell1-0/+10
1999-08-25cp-tree.def (SUBOBJECT): New tree node.Mark Mitchell1-0/+8
1999-08-25* dump.c (dequeue_and_dump): Dump TARGET_EXPRs.Mark Mitchell1-0/+14
1999-08-22cp-tree.def (STMT_EXPR): Fix typo in node name.Mark Mitchell1-3/+30
1999-08-17decl.c (add_decl_to_level): New function.Mark Mitchell1-1/+6
1999-08-14cp-tree.def (DECL_STMT): Make it smaller.Mark Mitchell1-4/+0
1999-08-11dump.c (queue): Be careful when computing bitmasks.Mark Mitchell1-3/+8
1999-08-07class.c (count_fields, [...]): Add static prototype.Kaveh R. Ghazi1-11/+12
1999-08-03invoke.texi (-fdump-translation-unit): New option.Mark Mitchell1-0/+861