summaryrefslogtreecommitdiff
path: root/gcc/cp/decl2.c
Commit message (Expand)AuthorAgeFilesLines
* gcc/froydnj2010-07-151-10/+10
* * decl2.c (mark_used): Adjust error for use of deleted function.jason2010-06-301-2/+3
* gcc/ChangeLog:steven2010-06-281-1/+0
* * cp-tree.h (struct saved_scope): Change decl_ns_list field typefroydnj2010-06-091-1/+2
* * call.c (build_java_interface_fn_ref): Call build_function_type_listfroydnj2010-06-091-8/+5
* gcc/ChangeLog:steven2010-06-051-3/+3
* * Make-lang.in (CXX_C_OBJS): Add c-ada-spec.o.charlet2010-06-011-1/+85
* * cp-tree.h (cp_build_function_call_nary): Declare.froydnj2010-05-301-9/+9
* gcc/ChangeLog:steven2010-05-251-2/+1
* * decl2.c (maybe_emit_vtables): Produce same comdat group when outputtinghubicka2010-05-221-13/+16
* * call.c (reference_binding): Use cp_build_qualified_type_realjason2010-05-191-1/+1
* PR c++/44193jason2010-05-191-1/+5
* * typeck.c (cp_build_array_ref): Factor out from...jason2010-05-131-2/+1
* * typeck.c (build_array_ref): Take complain parm.jason2010-05-131-1/+2
* PR c++/11094, DR 408jason2010-04-071-0/+4
* Make lambda conversion op and op() non-static.jason2010-03-231-2/+15
* gcc/cp/simartin2010-03-201-2/+7
* Fix for PR c++/43375dodji2010-03-201-1/+2
* PR c++/12909jason2010-03-031-8/+9
* PR c++/42370jason2010-02-091-0/+27
* Fix PR c++/42225dodji2009-12-111-1/+1
* PR c++/42317jakub2009-12-101-1/+18
* PR c++/41611jason2009-12-041-1/+2
* PR c++/41611jason2009-12-011-2/+2
* PR c++/3187jakub2009-11-181-1/+13
* PR c++/39560jason2009-11-121-0/+1
* * decl2.c (constrain_visibility): Clear WEAK and COMMON flags.hubicka2009-11-121-0/+2
* PR c++/18451jason2009-11-081-1/+1
* PR c++/9381jason2009-11-061-1/+13
* PR c++/36959jason2009-11-031-0/+1
* Restrict DR 757 change to C++0x mode.jason2009-11-021-1/+2
* PR c++/38796, Core issue 906jason2009-10-261-3/+1
* * decl2.c (determine_visibility): Make anonymous types internal.jason2009-09-181-1/+27
* /cppaolo2009-09-091-5/+16
* * cp-tree.h (enum overload_flags): Remove OP_FLAG.jason2009-09-081-1/+1
* 2009-09-01 Diego Novillo <dnovillo@google.com>dnovillo2009-09-031-7/+49
* * cp-tree.h (DECL_DEFERRED_FN): Remove.jason2009-08-241-20/+9
* * decl2.c (mark_used): Streamline logic.jason2009-08-241-20/+15
* PR c++/41109jason2009-08-241-16/+16
* tweak commentjason2009-08-191-3/+4
* PR c++/41119jason2009-08-191-0/+9
* Make TREE_USED match the [basic.def.odr] concept for FUNCTION_DECLjason2009-08-161-15/+24
* * decl2.c (finish_static_data_member_decl): Don't set TREE_USED.jason2009-08-161-4/+1
* * decl2.c (mark_used): It's ok to synthesize for default args now.jason2009-08-161-6/+1
* Implement DR 757: It's OK for a decl to use a type without linkagejason2009-08-101-0/+70
* 2009-07-17 Richard Guenther <rguenther@suse.de>rguenth2009-07-171-2/+1
* 2009-07-14 Dodji Seketeli <dodji@redhat.com>dodji2009-07-141-1/+3
* PR c++/40619jason2009-07-041-23/+0
* * cp-tree.h (struct lang_decl): Overhaul.jason2009-07-041-1/+0
* * class.c (get_vtable_decl): Replace finish_decl with cp_finish_decl.aldyh2009-06-181-1/+1