summaryrefslogtreecommitdiff
path: root/gcc/cp
Commit message (Expand)AuthorAgeFilesLines
* Implement C++0x unrestricted unions (N2544)jason2010-07-144-125/+204
* PR c++/44909jason2010-07-135-14/+79
* PR c++/44540jason2010-07-132-2/+24
* cp/paolo2010-07-135-33/+93
* /cppaolo2010-07-122-4/+11
* PR c++/43120jason2010-07-093-48/+53
* PR c++/43120jason2010-07-082-7/+16
* 2010-07-08 Manuel López-Ibáñez <manu@gcc.gnu.org>manu2010-07-082-5/+8
* PR c++/44703jason2010-07-062-0/+7
* PR c++/44778jason2010-07-063-13/+15
* * error.c (dump_function_decl): Don't crash on null DECL_NAME.jason2010-07-062-1/+5
* /cppzhao2010-07-066-42/+312
* gcc/froydnj2010-07-063-8/+11
* 2010-07-05 Paolo Carlini <paolo.carlini@oracle.com>paolo2010-07-052-28/+28
* gcc/cp/pzhao2010-07-052-0/+16
* PR/44128lcwu2010-07-032-9/+35
* PR c++/44780jakub2010-07-025-7/+23
* /cppaolo2010-07-022-0/+8
* 2010-07-01 Richard Guenther <rguenther@suse.de>rguenth2010-07-012-1/+7
* /cppaolo2010-06-303-3/+14
* * repo.c (finish_repo): Fix typo.matz2010-06-302-1/+5
* gcc/froydnj2010-06-302-8/+10
* * repo.c (pending_repo): Change type to a VEC.froydnj2010-06-302-5/+13
* 2010-06-30 Manuel López-Ibáñez <manu@gcc.gnu.org>manu2010-06-304-4/+9
* * decl.c (incomplete_var): Declare. Declare VECs containing them.froydnj2010-06-302-12/+31
* * decl.c (struct named_label_entry): Change type of bad_decls fieldfroydnj2010-06-302-11/+18
* Enable implicitly declared move constructor/operator= (N3053).jason2010-06-305-24/+62
* Enable implicitly deleted functions (N2346)jason2010-06-303-4/+9
* * decl2.c (mark_used): Adjust error for use of deleted function.jason2010-06-302-2/+5
* Machinery to support implicit delete/move.jason2010-06-309-275/+822
* * class.c (type_has_virtual_destructor): New.jason2010-06-308-8/+52
* * cp-tree.h (TYPE_HAS_ASSIGN_REF): Rename to TYPE_HAS_COPY_ASSIGN.jason2010-06-3013-116/+130
* * pt.c (dependent_scope_ref_p): Remove.jason2010-06-293-42/+41
* PR c++/44587jason2010-06-293-2/+64
* PR c++/44682jakub2010-06-282-0/+8
* gcc/ChangeLog:steven2010-06-2812-24/+61
* * call.c (add_function_candidate): Set LOOKUP_COPY_PARM for anyjason2010-06-262-18/+47
* * gcc.c (translate_options): Don't mention +e in comment.jsm282010-06-252-4/+8
* 2010-06-24 Andi Kleen <ak@linux.intel.com>manu2010-06-242-1/+13
* PR c++/44619jakub2010-06-222-0/+7
* PR c++/44627jakub2010-06-222-1/+9
* * typeck.c (comp_except_specs): Fix ce_derived with noexcept.jason2010-06-222-25/+29
* * semantics.c (check_trait_type): Check COMPLETE_TYPE_P for arrayjason2010-06-222-1/+7
* gcc/froydnj2010-06-173-18/+27
* 2010-06-17 Manuel López-Ibáñez <manu@gcc.gnu.org>manu2010-06-172-1/+6
* * class.c (build_vtbl_initializer): Adjust computation of new_positionfroydnj2010-06-162-3/+9
* * c.opt: Add -Wnoexcept.jason2010-06-165-15/+36
* * method.c (defaulted_late_check): Give the defaulted methodjason2010-06-162-0/+14
* * class.c (add_implicitly_declared_members): Implicit assignmentjason2010-06-153-41/+40
* * call.c (convert_like_real): Give "initializing argument of"jason2010-06-152-7/+15