summaryrefslogtreecommitdiff
path: root/gcc/cp/semantics.c
Commit message (Expand)AuthorAgeFilesLines
* PR c++/9823mmitchel2003-03-081-9/+0
* Change base class access representation.nathan2003-02-201-10/+10
* * c-common.c (builtin_define_float_constants): Definemmitchel2003-01-301-43/+2
* cp:nathan2003-01-251-1/+2
* PR c++/9328mmitchel2003-01-231-6/+14
* * cp-tree.h (lang_type_class): Remove is_partial_instantiation.mmitchel2003-01-161-53/+1
* * config-lang.in: Add semantics.c to gtfiles.lerdsuwa2003-01-141-65/+141
* Merge from pch-branch.geoffk2003-01-101-4/+1
* * call.c, class.c, cp-lang.c, cp-tree.h, cvt.c, dump.c, error.c,neil2003-01-011-4/+4
* * cp-tree.def (RETURN_INIT): Remove.mmitchel2002-12-311-104/+9
* * parse.y: Remove.mmitchel2002-12-301-14/+0
* Remove traditional C constructs 3/n.gdr2002-12-281-1/+1
* * Make-lang.in (po-generated): Remove parse.c.mmitchel2002-12-281-37/+154
* * decl.c (finish_function): Also complain about no return injason2002-12-181-2/+1
* * calls.c (expand_call): Handle CALL_EXPR_HAS_RETURN_SLOT_ADDRjason2002-12-171-8/+3
* * c-semantics.c (add_scope_stmt): Abort if the end SCOPE_STMTjason2002-12-171-7/+10
* Merge basic-improvements-branch to trunkzack2002-12-161-22/+53
* Core issue 287, PR c++/7639lerdsuwa2002-10-301-0/+3
* * class.c (build_vtbl_initializer): Don't use build_vtable_entry.mmitchel2002-10-251-29/+3
* PR c++/8080jason2002-10-181-2/+8
* PR c++/7188.mmitchel2002-10-021-55/+9
* * ChangeLog: Follow spelling conventions.kazu2002-09-211-6/+6
* cp:nathan2002-09-161-1/+1
* * error.c: Fix comment formatting.kazu2002-09-141-6/+6
* * c-common.h (RETURN_STMT_EXPR): Rename from RETURN_EXPR.jason2002-08-221-1/+1
* * semantics.c (finish_then_clause): Remove redundant assignment.jason2002-08-171-21/+43
* * call.c (add_builtin_candidate): legal -> valid, illegal -> invalid.mrs2002-08-091-3/+3
* Rework build_component_ref.mmitchel2002-08-081-1/+4
* * semantics.c (expand_body): Do tree optimization in the functionjason2002-08-021-8/+12
* * call.c (build_field_call): Do not look up the field by name.mmitchel2002-08-011-45/+74
* 2002-07-21 Gabriel Dos Reis <gdr@nerim.net>gdr2002-07-231-2/+2
* * cp-tree.h (unqualified_name_lookup_error): Declare it.mmitchel2002-07-101-8/+5
* * cp-tree.h (constructor_name_p): Declare it.mmitchel2002-07-091-0/+19
* * call.c (build_op_delete_call): Use BASELINK_FUNCTIONS.mmitchel2002-06-251-0/+9
* * cp-tree.h (SCALAR_TYPE_P): New macro.mmitchel2002-06-241-3/+15
* * semantics.c (begin_for_stmt): Push the 'for' scope beforejason2002-06-181-1/+1
* Merge from pch-branch up to tag pch-commit-20020603.geoffk2002-06-041-17/+4
* * c-common.c (fix_string_type): Split out of ...rth2002-04-261-3/+0
* * c-common.h (STMT_EXPR_NO_SCOPE): New macro.mmitchel2002-04-171-1/+1
* PR c++ 5373.mmitchel2002-04-131-1/+5
* PR optimization/6189jason2002-04-091-3/+8
* * c-common.c (truthvalue_conversion): Rename, update.neil2002-04-041-1/+1
* PR c++/5636jason2002-04-041-46/+11
* * c-decl.c (grokdeclarator): Update.neil2002-04-011-2/+2
* cp/gdr2002-03-231-1/+6
* * c-common.c (statement_code_p): Handle CLEANUP_STMT.mmitchel2002-03-151-4/+0
* cp:nathan2002-03-111-22/+1
* PR other/5746jakub2002-02-221-10/+11
* PR c/4475, c++/3780:jakub2002-02-041-1/+4
* * config/alpha/alpha.c (current_function_is_thunk): Don't checkrth2002-02-041-3/+3