summaryrefslogtreecommitdiff
path: root/gcc/cp/decl.c
Commit message (Expand)AuthorAgeFilesLines
* PR c++/8153mmitchel2002-12-101-2/+2
* PR c++/8688mmitchel2002-12-031-0/+8
* DR 180lerdsuwa2002-12-021-12/+9
* PR c++/8332mmitchel2002-12-011-1/+1
* PR c++/8227mmitchel2002-12-011-26/+24
* Index: cp/ChangeLoggeoffk2002-11-271-1/+13
* PR c++/8160mmitchel2002-10-311-0/+7
* Core issue 287, PR c++/7639lerdsuwa2002-10-301-2/+10
* PR c++/8287mmitchel2002-10-301-8/+5
* * call.c (build_over_call): Use DECL_CONTEXT, notmmitchel2002-10-261-8/+3
* PR c++/7266zack2002-10-251-2/+3
* * class.c (build_vtbl_initializer): Don't use build_vtable_entry.mmitchel2002-10-251-3/+6
* PR c++/8067mmitchel2002-10-241-0/+6
* * decl.c (reshape_init): Tweak handling of character arrays.mmitchel2002-10-211-1/+1
* * c-decl.c, cp/decl.c (start_decl): Point users of the old initialized-zack2002-10-191-1/+1
* * decl.c (reshape_init): Fix typo.mmitchel2002-10-151-1/+1
* * decl.c (layout_var_decl): Call layout_decl even for variablesmmitchel2002-10-151-1/+5
* PR c++/5661mmitchel2002-10-111-13/+8
* PRs C++/6803, C++/7721 and C++/7803gdr2002-10-111-0/+9
* * NEWS: Document removal of "new X = ..." extension.mmitchel2002-10-111-119/+317
* cp:ghazi2002-10-111-2/+2
* Fix C++ FE attribute alias failure.wilson2002-10-101-1/+0
* gcc:zack2002-10-091-17/+2
* PR optimization/6627sayle2002-10-021-0/+6
* * cp/decl.c (walk_vtables_r): Fixed typo that caused result toaustern2002-10-021-1/+1
* * decl.c (cp_finish_decl): Make sure array types are laid out,mmitchel2002-10-021-0/+6
* * decl.c (cp_finish_decl): Correct check for dynamicmmitchel2002-10-011-0/+7
* * store-layout.c (finish_record_layout): Add free_p parameter.mmitchel2002-09-301-73/+61
* * cp-tree.h: Fix comment typos.kazu2002-09-291-2/+2
* * ChangeLog: Follow spelling conventions.kazu2002-09-211-23/+23
* 2002-09-19 Devang Patel <dpatel@apple.com>dpatel2002-09-191-43/+78
* cp:nathan2002-09-181-17/+9
* * decl.c: Fix comment formatting.kazu2002-09-131-73/+73
* * decl.c (start_cleanup_fn): Clear interface_only beforejakub2002-09-041-0/+3
* * decl.c (pushdecl_class_level): Honor requests to bind names tommitchel2002-08-131-8/+9
* * decl.c (duplicate_decls): Replace DECL_SOURCE_FILE +gdr2002-08-111-8/+4
* * call.c (standard_conversion): Use build_ptrmem_type.mmitchel2002-08-091-58/+72
* * call.c (add_builtin_candidate): legal -> valid, illegal -> invalid.mrs2002-08-091-12/+12
* Rework build_component_ref.mmitchel2002-08-081-0/+8
* * c-common.c: Define all C/ObjC/C++ warning and flag variables.neil2002-08-011-25/+0
* * builtins.def [DEF_GCC_BUILTIN]: Require an explicit ATTRSsayle2002-07-281-4/+0
* * function.c (assign_parms): Handle frontend-directed pass byjason2002-07-261-16/+3
* 2002-07-21 Gabriel Dos Reis <gdr@nerim.net>gdr2002-07-231-1/+1
* PR c++/7347, c++/7348lerdsuwa2002-07-221-8/+14
* PR c++/3797lerdsuwa2002-07-171-10/+17
* PR c++/4802, c++/5387lerdsuwa2002-07-171-0/+6
* PR c++/6255jason2002-07-091-1/+7
* * cp-tree.h (constructor_name_p): Declare it.mmitchel2002-07-091-10/+6
* * cp-tree.h (have_extern_spec): Declare itmmitchel2002-07-081-8/+9
* * tree.h: Modify builtin_function interface to take an extrasayle2002-07-011-8/+20