| Commit message (Expand) | Author | Age | Files | Lines |
* | * cp-tree.h (flagged_type_tree_s): Remove. | lerdsuwa | 2003-01-25 | 1 | -7/+0 |
* | * cp-tree.h, decl.h: Get rid of PARAMS. Again. | neroden | 2003-01-23 | 1 | -3/+3 |
* | PR c++/9388 | mmitchel | 2003-01-22 | 1 | -0/+4 |
* | PR c++/9294 | mmitchel | 2003-01-17 | 1 | -3/+13 |
* | PR c++/8564 | jason | 2003-01-17 | 1 | -1/+1 |
* | 2003-01-16 Jeffrey D. Oldham <oldham@codesourcery.com> | oldham | 2003-01-16 | 1 | -0/+1 |
* | * cp-tree.h (lang_type_class): Remove is_partial_instantiation. | mmitchel | 2003-01-16 | 1 | -23/+3 |
* | * config-lang.in: Add semantics.c to gtfiles. | lerdsuwa | 2003-01-14 | 1 | -8/+34 |
* | * cp-tree.h (get_arglist_len_in_bytes): Remove. | mmitchel | 2003-01-13 | 1 | -1/+0 |
* | * cfns.gperf: ANSIfy function declarations. | neroden | 2003-01-10 | 1 | -626/+629 |
* | PR c++/9128 | mmitchel | 2003-01-10 | 1 | -4/+0 |
* | Merge from pch-branch. | geoffk | 2003-01-10 | 1 | -8/+19 |
* | * cp-tree.h (struct lang_type_class): add field for key method | austern | 2003-01-03 | 1 | -3/+10 |
* | * call.c, class.c, cp-lang.c, cp-tree.h, cvt.c, dump.c, error.c, | neil | 2003-01-01 | 1 | -4/+4 |
* | * cp-tree.h (LOOKUP_TEMPLATES_EXPECTED): Remove. | mmitchel | 2003-01-01 | 1 | -7/+1 |
* | cp: | nathan | 2002-12-31 | 1 | -3/+7 |
* | * cp-tree.def (RETURN_INIT): Remove. | mmitchel | 2002-12-31 | 1 | -16/+6 |
* | * cp-tree.h (pending_lang_change): Declare. | gdr | 2002-12-31 | 1 | -0/+3 |
* | * parse.y: Remove. | mmitchel | 2002-12-30 | 1 | -3/+1 |
* | cp: | nathan | 2002-12-30 | 1 | -8/+17 |
* | Remove traditional C constructs 4/n. | gdr | 2002-12-29 | 1 | -69/+65 |
* | Remove traditional C constructs 3/n. | gdr | 2002-12-28 | 1 | -11/+11 |
* | * Make-lang.in (po-generated): Remove parse.c. | mmitchel | 2002-12-28 | 1 | -29/+41 |
* | cp: | nathan | 2002-12-24 | 1 | -0/+1 |
* | * call.c (tourney, build_field_call, equal_functions, joust) | gdr | 2002-12-23 | 1 | -29/+29 |
* | cp: | nathan | 2002-12-22 | 1 | -1/+1 |
* | * cp-tree.h (make_unbound_class_template): Use tsubst_flags_t. | lerdsuwa | 2002-12-22 | 1 | -1/+1 |
* | * ChangeLog: Fix a typo. | kazu | 2002-12-20 | 1 | -2/+2 |
* | * cp-tree.h (struct tree_srcloc): Use location_t. | gdr | 2002-12-18 | 1 | -4/+6 |
* | Merge basic-improvements-branch to trunk | zack | 2002-12-16 | 1 | -48/+64 |
* | * cp-tree.h: Have the multiple-include guards around | geoffk | 2002-12-13 | 1 | -3/+3 |
* | * cp-tree.h: get rid of needs_virtual_reinit bit. | austern | 2002-12-10 | 1 | -2/+1 |
* | * class.c (finish_struct_1): Correct comment. | geoffk | 2002-12-04 | 1 | -1/+1 |
* | PR c++/8461, c++/8625 | jason | 2002-12-04 | 1 | -5/+0 |
* | PR c++/8727 | mmitchel | 2002-12-01 | 1 | -0/+7 |
* | * cp-tree.h (DECL_LANG_FLAG_4): Document more uses. | nathan | 2002-11-26 | 1 | -1/+1 |
* | PR c++/8389 | lerdsuwa | 2002-11-09 | 1 | -1/+1 |
* | * call.c (build_special_member_call): Do not try to lookup VTTs by | mmitchel | 2002-11-04 | 1 | -18/+22 |
* | PR c++/8186 | jason | 2002-10-31 | 1 | -0/+5 |
* | * cp-tree.h (lang_decl_flags): Remove init_priority. | mmitchel | 2002-10-31 | 1 | -12/+6 |
* | Core issue 287, PR c++/7639 | lerdsuwa | 2002-10-30 | 1 | -0/+8 |
* | * call.c (build_over_call): Use DECL_CONTEXT, not | mmitchel | 2002-10-26 | 1 | -18/+4 |
* | * class.c (build_vtbl_initializer): Don't use build_vtable_entry. | mmitchel | 2002-10-25 | 1 | -5/+18 |
* | PR c++/7228 | dje | 2002-10-25 | 1 | -7/+15 |
* | * langhooks.h (struct lang_hooks_for_tree_inlining): Add | zack | 2002-10-23 | 1 | -1/+0 |
* | PR c++/8218 | mmitchel | 2002-10-21 | 1 | -1/+6 |
* | * decl.c (reshape_init): Fix typo. | mmitchel | 2002-10-15 | 1 | -0/+2 |
* | * class.c (check_field_decls): Remove empty_p parameter. Instead, | mmitchel | 2002-10-15 | 1 | -1/+6 |
* | PR c++/5661 | mmitchel | 2002-10-11 | 1 | -0/+1 |
* | * NEWS: Document removal of "new X = ..." extension. | mmitchel | 2002-10-11 | 1 | -4/+12 |