Age | Commit message (Expand) | Author | Files | Lines |
2005-04-18 | * cp-tree.h (VPTR_NAME, VPTR_NAME_P): Remove. | Kazu Hirata | 1 | -8/+0 |
2005-04-17 | cp-tree.h (LOOKUP_GLOBAL): Remove. | Kazu Hirata | 1 | -11/+8 |
2005-04-15 | cp-tree.h (lang_type_class): Remove redefined. | Kazu Hirata | 1 | -6/+2 |
2005-04-14 | cp-tree.h (SET_TMPL_ARG, [...]): Remove. | Kazu Hirata | 1 | -12/+0 |
2005-04-09 | * cp-tree.h (cp_deprecated): Remove. | Kazu Hirata | 1 | -8/+0 |
2005-04-09 | * cp-tree.h (VF_BINFO_VALUE, VF_BASETYPE_VALUE): Remove. | Kazu Hirata | 1 | -11/+0 |
2005-04-09 | cp-tree.h (EXCEPTION_CLEANUP_NAME, [...]): Remove. | Kazu Hirata | 1 | -8/+0 |
2005-04-09 | * cp-tree.h (DECL_ARRAY_DELETE_OPERATOR_P): Remove. | Kazu Hirata | 1 | -4/+0 |
2005-04-09 | * cp-tree.h (cxx_alignof): Remove. | Kazu Hirata | 1 | -1/+0 |
2005-04-09 | c-common.def: Move FOR_STMT... | Ian Lance Taylor | 1 | -2/+25 |
2005-04-08 | re PR c++/20145 (template "class has virtual functions ... " is not suppresse... | Mark Mitchell | 1 | -1/+3 |
2005-04-01 | call.c (add_template_candidates_real): Remove length parameter from fn_type_u... | Nathan Sidwell | 1 | -1/+1 |
2005-03-31 | PR c++/19203, implement DR 214 | Nathan Sidwell | 1 | -3/+2 |
2005-03-29 | re PR c/20519 (completed type not selected properly with typeof) | Richard Henderson | 1 | -1/+1 |
2005-03-23 | c-common.h (default_conversion): Remove. | Joseph Myers | 1 | -1/+1 |
2005-03-21 | c-common.c (lvalue_or_else): Replace by lvalue_error; only give diagnostic wi... | Joseph Myers | 1 | -0/+2 |
2005-03-17 | re PR c++/19966 (Misleading message "must take exactly one argument") | Paolo Carlini | 1 | -1/+1 |
2005-03-14 | Friend class name lookup 5/n PR c++/1016 | Kriang Lerdsuwanakij | 1 | -1/+1 |
2005-03-11 | cp-tree.h (struct cp_declarator): New id_loc field. | Per Bothner | 1 | -0/+1 |
2005-03-09 | re PR c++/20142 (implicit assignment operator with multi-dimensional array is... | Mark Mitchell | 1 | -1/+0 |
2005-03-01 | re PR c++/20232 (ICE with covariancy) | Nathan Sidwell | 1 | -1/+2 |
2005-02-24 | call.c, [...]: Fix comment typo(s). | Volker Reichelt | 1 | -3/+3 |
2005-02-21 | re PR c++/19076 (Pointer to member function not matched to pointer to member ... | Douglas Gregor | 1 | -0/+1 |
2005-02-12 | re PR c++/14479 (enum definition in template class with template methods caus... | Kriang Lerdsuwanakij | 1 | -1/+0 |
2005-02-09 | re PR c++/19733 (ICE on invalid destructor call) | Mark Mitchell | 1 | -9/+16 |
2005-02-03 | re PR c++/19628 (g++ no longer accepts __builtin_constant_p in constant-expre... | Matt Austern | 1 | -0/+1 |
2005-02-02 | cp-tree.h (complete_type_or_else): Remove macro. | Volker Reichelt | 1 | -2/+1 |
2005-02-02 | cp-tree.h (commonparms): Remove prototype. | Volker Reichelt | 1 | -4/+0 |
2005-01-31 | re PR c++/19555 (specialized in the wrong namespace causes an ICE) | Mark Mitchell | 1 | -1/+4 |
2005-01-31 | re PR c++/19457 (Warning depends on cached constant) | Mark Mitchell | 1 | -1/+0 |
2005-01-20 | typeck.c (more_qualified_p): Remove. | Kazu Hirata | 1 | -1/+0 |
2005-01-19 | * cp-tree.h, name-lookup.h: Remove unused prototypes. | Kazu Hirata | 1 | -25/+0 |
2005-01-18 | tree.c (count_functions, [...]): Remove. | Kazu Hirata | 1 | -5/+0 |
2005-01-18 | decl.c (vtable_decl_p, [...]): Remove. | Kazu Hirata | 1 | -6/+0 |
2005-01-18 | decl.c (delete_block): Remove. | Kazu Hirata | 1 | -1/+0 |
2005-01-17 | tree.c (hash_chainon): Remove. | Kazu Hirata | 1 | -1/+0 |
2005-01-17 | pt.c (tinst_for_decl): Remove. | Kazu Hirata | 1 | -1/+0 |
2005-01-17 | cvt.c (convert_lvalue): Remove. | Kazu Hirata | 1 | -1/+0 |
2005-01-17 | class.c (get_enclosing_class): Remove. | Kazu Hirata | 1 | -1/+0 |
2005-01-10 | * cp-tree.h: Fix a comment typo. | Kazu Hirata | 1 | -1/+1 |
2005-01-05 | re PR c++/19030 (ice on tree check) | Nathan Sidwell | 1 | -2/+2 |
2004-12-30 | cp-tree.h (cp_declarator): Split "name" field into qualifying_scope and unqua... | Mark Mitchell | 1 | -3/+6 |
2004-12-21 | re PR c++/14075 (("foo") accepted as char[] initializer) | Nathan Sidwell | 1 | -0/+7 |
2004-12-21 | system.c (IN_RANGE): Use plain unsigned, not unsigned HOST_WIDE_INT. | Nathan Sidwell | 1 | -39/+59 |
2004-12-20 | cp-tree.h (note_decl_for_pch): New function. | Mark Mitchell | 1 | -0/+1 |
2004-12-17 | re PR c++/17821 (Poor diagnostic for using . instead of ->) | Nathan Sidwell | 1 | -4/+5 |
2004-12-16 | re PR c++/18905 (Strange error: subscripted value is neither array nor pointer) | Nathan Sidwell | 1 | -0/+1 |
2004-12-08 | re PR c++/18803 (rejects access to operator() in template) | Nathan Sidwell | 1 | -4/+7 |
2004-12-07 | c-tree.h (struct lang_type): Rename 'objc_protocols' field to 'objc_info'. | Ziemowit Laski | 1 | -3/+4 |
2004-12-07 | c-tree.h (struct lang_type): Add 'objc_protocols' field. | Ziemowit Laski | 1 | -0/+3 |