| Commit message (Expand) | Author | Age | Files | Lines |
* | 2008-08-18 Manuel Lopez-Ibanez <manu@gcc.gnu.org> | manu | 2008-08-18 | 1 | -3/+3 |
* | 2008-08-09 Manuel Lopez-Ibanez <manu@gcc.gnu.org> | manu | 2008-08-09 | 1 | -10/+26 |
* | * cvt.c (convert_to_void): Avoid C++ keywords. | ghazi | 2008-07-18 | 1 | -5/+5 |
* | gcc/cp/ChangeLog: | jason | 2008-07-02 | 1 | -2/+4 |
* | libcpp/ChangeLog: | jason | 2008-04-18 | 1 | -0/+2 |
* | 2008-03-25 Douglas Gregor <doug.gregor@gmail.com> | dgregor | 2008-03-25 | 1 | -24/+40 |
* | 2008-03-21 Paolo Carlini <pcarlini@suse.de> | paolo | 2008-03-21 | 1 | -17/+17 |
* | cp: | bonzini | 2008-03-07 | 1 | -3/+3 |
* | 2008-03-02 Manuel Lopez-Ibanez <manu@gcc.gnu.org> | manu | 2008-03-02 | 1 | -7/+7 |
* | 2008-02-06 Douglas Gregor <doug.gregor@gmail.com> | dgregor | 2008-02-06 | 1 | -3/+3 |
* | PR c++/33916 | jason | 2008-02-04 | 1 | -10/+3 |
* | gcc/cp/ | aaw | 2007-08-31 | 1 | -56/+10 |
* | * typeck.c: Change copyright header to refer to version 3 of the GNU General | nickc | 2007-08-02 | 1 | -5/+5 |
* | 2007-05-19 Manuel Lopez-Ibanez <manu@gcc.gnu.org> | manu | 2007-05-19 | 1 | -1/+1 |
* | 2007-03-16 Manuel Lopez-Ibanez <manu@gcc.gnu.org> | manu | 2007-03-16 | 1 | -0/+23 |
* | 2007-02-19 Manuel Lopez-Ibanez <manu@gcc.gnu.org> | manu | 2007-02-19 | 1 | -1/+1 |
* | 2007-02-15 Sandra Loosemore <sandra@codesourcery.com> | sandra | 2007-02-15 | 1 | -3/+5 |
* | * class.c, cp-tree.h, decl.c, decl2.c, g++spec.c, init.c, | kazu | 2007-02-04 | 1 | -1/+1 |
* | 2007-01-08 Richard Guenther <rguenther@suse.de> | rguenth | 2007-01-08 | 1 | -3/+1 |
* | PR c++/29734 | jakub | 2006-11-21 | 1 | -1/+34 |
* | PR c++/28996 | jason | 2006-09-09 | 1 | -3/+7 |
* | PR c++/27371 | jason | 2006-09-07 | 1 | -1/+1 |
* | PR c++/27371 | jason | 2006-09-07 | 1 | -0/+19 |
* | PR c++/26696 | jason | 2006-09-06 | 1 | -0/+2 |
* | PR c++/26577 | jason | 2006-08-29 | 1 | -2/+5 |
* | PR c++/10385 | reichelt | 2006-04-19 | 1 | -0/+1 |
* | PR c++/26266 | mmitchel | 2006-02-18 | 1 | -1/+1 |
* | * cp-tree.h (build_type_conversion): Remove prototype. | reichelt | 2006-02-13 | 1 | -1/+2 |
* | * cp-tree.h (tf_warning_or_error): Renamed from | gdr | 2006-02-07 | 1 | -2/+2 |
* | * cp-tree.h (tf_warn_or_error): New substituion flag. | gdr | 2006-02-04 | 1 | -2/+2 |
* | * typeck.c (string_conv_p): Pass appropiate | lmillward | 2006-02-03 | 1 | -2/+2 |
* | Update copyright from last checkin. | echristo | 2006-01-18 | 1 | -1/+1 |
* | 2006-01-17 Eric Christopher <echristo@apple.com> | echristo | 2006-01-18 | 1 | -1/+1 |
* | cp/ | ian | 2005-10-11 | 1 | -1/+4 |
* | PR c++/23789 | mmitchel | 2005-09-12 | 1 | -2/+4 |
* | * target.h (invalid_conversion, invalid_unary_op, | jsm28 | 2005-06-28 | 1 | -0/+9 |
* | Update FSF address. | kcook | 2005-06-25 | 1 | -2/+2 |
* | Canonicalize whitespace. | mrs | 2005-06-15 | 1 | -66/+66 |
* | Remove extra white spacing at end of lines. | mrs | 2005-06-14 | 1 | -41/+41 |
* | PR c++/10611 | aldyh | 2005-06-10 | 1 | -0/+1 |
* | * diagnostic.c (warning): Accept parameter to classify warning option. | dj | 2005-04-23 | 1 | -9/+9 |
* | PR c++/19733 | mmitchel | 2005-02-09 | 1 | -0/+5 |
* | * Make-lang.in, call.c, cvt.c, init.c, rtti.c, tree.c, | kazu | 2005-01-18 | 1 | -1/+1 |
* | * cvt.c (convert_lvalue): Remove. | kazu | 2005-01-17 | 1 | -13/+0 |
* | PR c++/19190 | mmitchel | 2004-12-30 | 1 | -2/+5 |
* | * cvt.c (convert_to_void): Fix typo in comment. | mmitchel | 2004-12-23 | 1 | -1/+1 |
* | PR c++/18464 | mmitchel | 2004-12-22 | 1 | -3/+37 |
* | cp: | nathan | 2004-12-16 | 1 | -5/+2 |
* | cp: | nathan | 2004-12-08 | 1 | -6/+15 |
* | DR 49, 100 | giovannibajo | 2004-11-04 | 1 | -3/+6 |