| Commit message (Expand) | Author | Age | Files | Lines |
* | cp-tree.def (CLEANUP_STMT): New node. | Mark Mitchell | 1999-09-12 | 1 | -1/+31 |
* | cp-tree.h (language_function): Rename expanding_p to x_expanding_p. | Mark Mitchell | 1999-09-10 | 1 | -13/+49 |
* | cp-tree.h (finish_cleanup_try_block): New function. | Mark Mitchell | 1999-09-10 | 1 | -0/+3 |
* | cp-tree.h (FN_TRY_BLOCK_P): New macro. | Mark Mitchell | 1999-09-10 | 1 | -190/+245 |
* | semantics.c (RECHAIN_STMTS): Remove `last' parameter. | Mark Mitchell | 1999-09-10 | 1 | -29/+21 |
* | cp-tree.h (EXPR_STMT_ASSIGNS_THIS): New macro. | Mark Mitchell | 1999-09-09 | 1 | -41/+79 |
* | cp-tree.h (begin_switch_stmt): Adjust prototype. | Mark Mitchell | 1999-09-09 | 1 | -29/+64 |
* | Reorganize per-function data. | Mark Mitchell | 1999-09-09 | 1 | -11/+2 |
* | extend.texi (Volatiles): New node. | Nathan Sidwell | 1999-09-09 | 1 | -3/+4 |
* | cp-tree.h (copy_to_permanent): Remove. | Mark Mitchell | 1999-09-08 | 1 | -11/+8 |
* | Makefile.in (tree.o): Depend on ggc.h. | Mark Mitchell | 1999-09-07 | 1 | -6/+1 |
* | cp-tree.h (cp_function): Move here, from decl.c. | Mark Mitchell | 1999-09-02 | 1 | -25/+0 |
* | cp-tree.h (start_handler_parms): New function. | Mark Mitchell | 1999-08-30 | 1 | -6/+2 |
* | cp-tree.h (TYPE_NEEDS_CONSTRUCTING): Remove #if 0'd definition. | Mark Mitchell | 1999-08-29 | 1 | -1/+5 |
* | cp-tree.def (LABEL_STMT): New tree node. | Mark Mitchell | 1999-08-28 | 1 | -17/+37 |
* | decl.c (lookup_label): Build labels on the permanent obstack when building st... | Mark Mitchell | 1999-08-27 | 1 | -23/+13 |
* | * semantics.c (do_poplevel): Always initialize the return value. | Mark Mitchell | 1999-08-26 | 1 | -0/+2 |
* | cp-tree.def (SUBOBJECT): New tree node. | Mark Mitchell | 1999-08-25 | 1 | -52/+125 |
* | cp-tree.def (STMT_EXPR): Fix typo in node name. | Mark Mitchell | 1999-08-22 | 1 | -0/+4 |
* | semantics.c (finish_stmt_expr): Fix typo in comment. | Mark Mitchell | 1999-08-20 | 1 | -1/+1 |
* | cp-tree.def (PSEUDO_DTOR_EXPR): New tree code. | Mark Mitchell | 1999-08-19 | 1 | -0/+3 |
* | cp-tree.def (STMT_EXPR): New tree node. | Mark Mitchell | 1999-08-16 | 1 | -61/+501 |
* | cp-tree.def (DECL_STMT): Make it smaller. | Mark Mitchell | 1999-08-14 | 1 | -15/+22 |
* | cp-tree.h (minimal_parse_mode): Remove. | Mark Mitchell | 1999-08-12 | 1 | -0/+26 |
* | extend.texi (C++ Signatures): Remove node. | Mark Mitchell | 1999-08-11 | 1 | -51/+21 |
* | semantics.c (begin_function_try_block, [...]): New fns. | Jason Merrill | 1999-08-09 | 1 | -0/+52 |
* | invoke.texi (-fdump-translation-unit): New option. | Mark Mitchell | 1999-08-03 | 1 | -15/+10 |
* | decl.c (warn_extern_redeclared_static): Check DECL_ARTIFICIAL... | Jason Merrill | 1999-07-21 | 1 | -2/+1 |
* | decl2.c (reparse_absdcl_as_casts): Don't warn about old-style casts in system... | Jason Merrill | 1999-07-09 | 1 | -10/+6 |
* | semantics.c (finish_asm_statement): Apply decay conversions to input operands. | Mark Mitchell | 1999-06-19 | 1 | -1/+6 |
* | semantics.c (finish_if_stmt_cond): Copy cond to permanent_obstack. | Jason Merrill | 1999-06-03 | 1 | -4/+4 |
* | semantics.c (begin_class_definition): Update the struct's location here ... | Nathan Sidwell | 1999-06-03 | 1 | -0/+4 |
* | class.c (finish_vtbls): Copy BINFO_VIRTUALs before using it to intialize a vt... | Mark Mitchell | 1999-05-25 | 1 | -2/+15 |
* | cp-tree.h (finish_class_definition): Add parameter. | Mark Mitchell | 1999-04-18 | 1 | -1/+4 |
* | cp-tree.h (lang_type): Add documentation. | Mark Mitchell | 1999-04-15 | 1 | -5/+0 |
* | tinfo.h (__class_type_info): Fix illegal declaration. | Mark Mitchell | 1999-04-02 | 1 | -1/+5 |
* | semantics.c (begin_inline_definitions, [...]): Rename from finish_default_arg... | Jason Merrill | 1999-03-31 | 1 | -2/+2 |
* | cp-tree.h (IDENTIFIER_AS_DESC, [...]): Remove cruft. | Jason Merrill | 1999-03-30 | 1 | -6/+0 |
* | semantics.c (finish_switch_cond): Handle error cases gracefully. | Martin v. Löwis | 1999-03-13 | 1 | -1/+9 |
* | semantics.c (begin_class_definition): Call build_self_reference. | Mark Mitchell | 1999-03-10 | 1 | -5/+3 |
* | typeck.c (complete_type_or_else): Add VALUE arg, for helpful diagnostics. | Nathan Sidwell | 1999-02-26 | 1 | -1/+2 |
* | error.c (dump_function_decl): Don't print the argument types for a function w... | Mark Mitchell | 1999-01-20 | 1 | -2/+2 |
* | re PR other/18132 (Problem compiling gcc 3.4.2) | Jason Merrill | 1999-01-14 | 1 | -1/+3 |
* | cp-tree.h (IDENTIFIER_TYPENAME_P): Use OPERATOR_TYPENAME_FORMAT here. | Mark Mitchell | 1999-01-06 | 1 | -3/+51 |
* | semantics.c (begin_class_definition): Call maybe_process_partial_specializati... | Jason Merrill | 1998-11-18 | 1 | -3/+4 |
* | cp-tree.h (TYPE_ALIAS_SET): Document language-dependent uses. | Mark Mitchell | 1998-11-17 | 1 | -1/+0 |
* | cp-tree.def (TYPEOF_TYPE): New code. | Jason Merrill | 1998-10-25 | 1 | -0/+22 |
* | semantics.c (finish_asm_stmt): Revert my 1998-09-28 change. | Anthony Green | 1998-10-08 | 1 | -12/+22 |
* | cp-tree.def (PTRMEM_CST): New tree node. | Mark Mitchell | 1998-10-06 | 1 | -10/+124 |
* | * semantics.c (finish_asm_stmt): Always permit volatile asms. | Anthony Green | 1998-09-28 | 1 | -22/+12 |