aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/cp-tree.h
AgeCommit message (Expand)AuthorFilesLines
2005-04-01call.c (add_template_candidates_real): Remove length parameter from fn_type_u...Nathan Sidwell1-1/+1
2005-03-31PR c++/19203, implement DR 214Nathan Sidwell1-3/+2
2005-03-29re PR c/20519 (completed type not selected properly with typeof)Richard Henderson1-1/+1
2005-03-23c-common.h (default_conversion): Remove.Joseph Myers1-1/+1
2005-03-21c-common.c (lvalue_or_else): Replace by lvalue_error; only give diagnostic wi...Joseph Myers1-0/+2
2005-03-17re PR c++/19966 (Misleading message "must take exactly one argument")Paolo Carlini1-1/+1
2005-03-14Friend class name lookup 5/n PR c++/1016Kriang Lerdsuwanakij1-1/+1
2005-03-11cp-tree.h (struct cp_declarator): New id_loc field.Per Bothner1-0/+1
2005-03-09re PR c++/20142 (implicit assignment operator with multi-dimensional array is...Mark Mitchell1-1/+0
2005-03-01re PR c++/20232 (ICE with covariancy)Nathan Sidwell1-1/+2
2005-02-24call.c, [...]: Fix comment typo(s).Volker Reichelt1-3/+3
2005-02-21re PR c++/19076 (Pointer to member function not matched to pointer to member ...Douglas Gregor1-0/+1
2005-02-12re PR c++/14479 (enum definition in template class with template methods caus...Kriang Lerdsuwanakij1-1/+0
2005-02-09re PR c++/19733 (ICE on invalid destructor call)Mark Mitchell1-9/+16
2005-02-03re PR c++/19628 (g++ no longer accepts __builtin_constant_p in constant-expre...Matt Austern1-0/+1
2005-02-02cp-tree.h (complete_type_or_else): Remove macro.Volker Reichelt1-2/+1
2005-02-02cp-tree.h (commonparms): Remove prototype.Volker Reichelt1-4/+0
2005-01-31re PR c++/19555 (specialized in the wrong namespace causes an ICE)Mark Mitchell1-1/+4
2005-01-31re PR c++/19457 (Warning depends on cached constant)Mark Mitchell1-1/+0
2005-01-20typeck.c (more_qualified_p): Remove.Kazu Hirata1-1/+0
2005-01-19* cp-tree.h, name-lookup.h: Remove unused prototypes.Kazu Hirata1-25/+0
2005-01-18tree.c (count_functions, [...]): Remove.Kazu Hirata1-5/+0
2005-01-18decl.c (vtable_decl_p, [...]): Remove.Kazu Hirata1-6/+0
2005-01-18decl.c (delete_block): Remove.Kazu Hirata1-1/+0
2005-01-17tree.c (hash_chainon): Remove.Kazu Hirata1-1/+0
2005-01-17pt.c (tinst_for_decl): Remove.Kazu Hirata1-1/+0
2005-01-17cvt.c (convert_lvalue): Remove.Kazu Hirata1-1/+0
2005-01-17class.c (get_enclosing_class): Remove.Kazu Hirata1-1/+0
2005-01-10* cp-tree.h: Fix a comment typo.Kazu Hirata1-1/+1
2005-01-05re PR c++/19030 (ice on tree check)Nathan Sidwell1-2/+2
2004-12-30cp-tree.h (cp_declarator): Split "name" field into qualifying_scope and unqua...Mark Mitchell1-3/+6
2004-12-21re PR c++/14075 (("foo") accepted as char[] initializer)Nathan Sidwell1-0/+7
2004-12-21system.c (IN_RANGE): Use plain unsigned, not unsigned HOST_WIDE_INT.Nathan Sidwell1-39/+59
2004-12-20cp-tree.h (note_decl_for_pch): New function.Mark Mitchell1-0/+1
2004-12-17re PR c++/17821 (Poor diagnostic for using . instead of ->)Nathan Sidwell1-4/+5
2004-12-16re PR c++/18905 (Strange error: subscripted value is neither array nor pointer)Nathan Sidwell1-0/+1
2004-12-08re PR c++/18803 (rejects access to operator() in template)Nathan Sidwell1-4/+7
2004-12-07c-tree.h (struct lang_type): Rename 'objc_protocols' field to 'objc_info'.Ziemowit Laski1-3/+4
2004-12-07c-tree.h (struct lang_type): Add 'objc_protocols' field.Ziemowit Laski1-0/+3
2004-11-29re PR c++/18368 (C++ error message regression)Mark Mitchell1-1/+12
2004-11-29re PR c++/18652 (ICE on invalid redeclaration)Kriang Lerdsuwanakij1-1/+1
2004-11-26Friend class name lookup 4/nKriang Lerdsuwanakij1-1/+0
2004-11-25re PR c++/18001 (Badly formatted error message (quotation problem))Mark Mitchell1-1/+0
2004-11-25Friend class name lookup 2/n, PR c++/14513, c++/15410Kriang Lerdsuwanakij1-2/+2
2004-11-24re PR c++/18530 (Bogus warnings about shadowed variables __ct, __dt)Mark Mitchell1-2/+0
2004-11-24cp-tree.h (context_as_string): Remove extern.Ben Elliston1-6/+0
2004-11-10re PR c++/18143 (Duplicated thunk with a huge member in the hierarchy)Nathan Sidwell1-25/+47
2004-11-04DR 49, 100Giovanni Bajo1-0/+12
2004-10-30re PR c++/17542 (Visibility attribute ignored when it precedes class head)Matt Austern1-0/+1
2004-10-21re PR c++/18073 (mmintrin.h rejected by C++ frontend)Mark Mitchell1-2/+3