| Commit message (Expand) | Author | Age | Files | Lines |
* | PR c++/9823 | mmitchel | 2003-03-08 | 1 | -9/+0 |
* | Change base class access representation. | nathan | 2003-02-20 | 1 | -10/+10 |
* | * c-common.c (builtin_define_float_constants): Define | mmitchel | 2003-01-30 | 1 | -43/+2 |
* | cp: | nathan | 2003-01-25 | 1 | -1/+2 |
* | PR c++/9328 | mmitchel | 2003-01-23 | 1 | -6/+14 |
* | * cp-tree.h (lang_type_class): Remove is_partial_instantiation. | mmitchel | 2003-01-16 | 1 | -53/+1 |
* | * config-lang.in: Add semantics.c to gtfiles. | lerdsuwa | 2003-01-14 | 1 | -65/+141 |
* | Merge from pch-branch. | geoffk | 2003-01-10 | 1 | -4/+1 |
* | * 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.def (RETURN_INIT): Remove. | mmitchel | 2002-12-31 | 1 | -104/+9 |
* | * parse.y: Remove. | mmitchel | 2002-12-30 | 1 | -14/+0 |
* | Remove traditional C constructs 3/n. | gdr | 2002-12-28 | 1 | -1/+1 |
* | * Make-lang.in (po-generated): Remove parse.c. | mmitchel | 2002-12-28 | 1 | -37/+154 |
* | * decl.c (finish_function): Also complain about no return in | jason | 2002-12-18 | 1 | -2/+1 |
* | * calls.c (expand_call): Handle CALL_EXPR_HAS_RETURN_SLOT_ADDR | jason | 2002-12-17 | 1 | -8/+3 |
* | * c-semantics.c (add_scope_stmt): Abort if the end SCOPE_STMT | jason | 2002-12-17 | 1 | -7/+10 |
* | Merge basic-improvements-branch to trunk | zack | 2002-12-16 | 1 | -22/+53 |
* | Core issue 287, PR c++/7639 | lerdsuwa | 2002-10-30 | 1 | -0/+3 |
* | * class.c (build_vtbl_initializer): Don't use build_vtable_entry. | mmitchel | 2002-10-25 | 1 | -29/+3 |
* | PR c++/8080 | jason | 2002-10-18 | 1 | -2/+8 |
* | PR c++/7188. | mmitchel | 2002-10-02 | 1 | -55/+9 |
* | * ChangeLog: Follow spelling conventions. | kazu | 2002-09-21 | 1 | -6/+6 |
* | cp: | nathan | 2002-09-16 | 1 | -1/+1 |
* | * error.c: Fix comment formatting. | kazu | 2002-09-14 | 1 | -6/+6 |
* | * c-common.h (RETURN_STMT_EXPR): Rename from RETURN_EXPR. | jason | 2002-08-22 | 1 | -1/+1 |
* | * semantics.c (finish_then_clause): Remove redundant assignment. | jason | 2002-08-17 | 1 | -21/+43 |
* | * call.c (add_builtin_candidate): legal -> valid, illegal -> invalid. | mrs | 2002-08-09 | 1 | -3/+3 |
* | Rework build_component_ref. | mmitchel | 2002-08-08 | 1 | -1/+4 |
* | * semantics.c (expand_body): Do tree optimization in the function | jason | 2002-08-02 | 1 | -8/+12 |
* | * call.c (build_field_call): Do not look up the field by name. | mmitchel | 2002-08-01 | 1 | -45/+74 |
* | 2002-07-21 Gabriel Dos Reis <gdr@nerim.net> | gdr | 2002-07-23 | 1 | -2/+2 |
* | * cp-tree.h (unqualified_name_lookup_error): Declare it. | mmitchel | 2002-07-10 | 1 | -8/+5 |
* | * cp-tree.h (constructor_name_p): Declare it. | mmitchel | 2002-07-09 | 1 | -0/+19 |
* | * call.c (build_op_delete_call): Use BASELINK_FUNCTIONS. | mmitchel | 2002-06-25 | 1 | -0/+9 |
* | * cp-tree.h (SCALAR_TYPE_P): New macro. | mmitchel | 2002-06-24 | 1 | -3/+15 |
* | * semantics.c (begin_for_stmt): Push the 'for' scope before | jason | 2002-06-18 | 1 | -1/+1 |
* | Merge from pch-branch up to tag pch-commit-20020603. | geoffk | 2002-06-04 | 1 | -17/+4 |
* | * c-common.c (fix_string_type): Split out of ... | rth | 2002-04-26 | 1 | -3/+0 |
* | * c-common.h (STMT_EXPR_NO_SCOPE): New macro. | mmitchel | 2002-04-17 | 1 | -1/+1 |
* | PR c++ 5373. | mmitchel | 2002-04-13 | 1 | -1/+5 |
* | PR optimization/6189 | jason | 2002-04-09 | 1 | -3/+8 |
* | * c-common.c (truthvalue_conversion): Rename, update. | neil | 2002-04-04 | 1 | -1/+1 |
* | PR c++/5636 | jason | 2002-04-04 | 1 | -46/+11 |
* | * c-decl.c (grokdeclarator): Update. | neil | 2002-04-01 | 1 | -2/+2 |
* | cp/ | gdr | 2002-03-23 | 1 | -1/+6 |
* | * c-common.c (statement_code_p): Handle CLEANUP_STMT. | mmitchel | 2002-03-15 | 1 | -4/+0 |
* | cp: | nathan | 2002-03-11 | 1 | -22/+1 |
* | PR other/5746 | jakub | 2002-02-22 | 1 | -10/+11 |
* | PR c/4475, c++/3780: | jakub | 2002-02-04 | 1 | -1/+4 |
* | * config/alpha/alpha.c (current_function_is_thunk): Don't check | rth | 2002-02-04 | 1 | -3/+3 |