aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/cp-tree.h
AgeCommit message (Expand)AuthorFilesLines
2005-06-26genautomata.c (decl_mode_check_failed, [...]): Add noreturn attribute.Kaveh R. Ghazi1-1/+1
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-06-15Make-lang.in: Reformat some long lines.Nathan Sidwell1-24/+0
2005-06-15Canonicalize whitespace.Mike Stump1-494/+510
2005-06-14Remove extra white spacing at end of lines.Mike Stump1-7/+7
2005-06-08re PR c++/19497 (Invalid declaration in template diagnosed too late)Nathan Sidwell1-0/+10
2005-06-07cp-tree.def (DEFAULT_ARG): Adjust documentation.Nathan Sidwell1-0/+3
2005-06-06re PR c++/20637 (Confusing message with different using declarations)Nathan Sidwell1-1/+1
2005-06-05re PR c++/21619 (__builtin_constant_p(&"Hello"[0])?1:-1 not compile-time cons...Mark Mitchell1-0/+6
2005-06-03re PR c++/21336 (Internal compiler error when using custom new operators)Mark Mitchell1-1/+1
2005-05-28c-decl.c (add_stmt): Add C frontend specific version.Ian Lance Taylor1-0/+7
2005-05-25re PR libgcj/21692 (unexpected java.lang.NoClassDefFoundError)Richard Henderson1-0/+1
2005-05-17Yet more Objective-C++...Ziemowit Laski1-0/+11
2005-05-12c-common.h (statement_code_p): Don't declare.Ian Lance Taylor1-6/+5
2005-05-04cp-tree.h (language_function): Change the type of x_local_names to VEC.Kazu Hirata1-1/+1
2005-05-02class.c (current_lang_depth, [...]): Use VEC instead of VARRAY.Kazu Hirata1-1/+1
2005-05-02class.c (local_classes, [...]): Use VEC instead of VARRAY.Kazu Hirata1-1/+1
2005-05-02re PR c++/19542 (attribute(sentinel) has problems with C++ __null)Michael Matz1-4/+0
2005-04-25c-common.def (EXPR_STMT): Remove, moved to C++ frontend.Ian Lance Taylor1-1/+5
2005-04-21cp-tree.h (THROW_NAME, [...]): Remove.Kazu Hirata1-18/+0
2005-04-21vec.h: Update API to separate allocation mechanism from type.Nathan Sidwell1-7/+8
2005-04-20c-common.def: Remove STMT_EXPR (moved to cp/cp-tree.def).Ian Lance Taylor1-0/+8
2005-04-18* cp-tree.h (VPTR_NAME, VPTR_NAME_P): Remove.Kazu Hirata1-8/+0
2005-04-17cp-tree.h (LOOKUP_GLOBAL): Remove.Kazu Hirata1-11/+8
2005-04-15cp-tree.h (lang_type_class): Remove redefined.Kazu Hirata1-6/+2
2005-04-14cp-tree.h (SET_TMPL_ARG, [...]): Remove.Kazu Hirata1-12/+0
2005-04-09* cp-tree.h (cp_deprecated): Remove.Kazu Hirata1-8/+0
2005-04-09* cp-tree.h (VF_BINFO_VALUE, VF_BASETYPE_VALUE): Remove.Kazu Hirata1-11/+0
2005-04-09cp-tree.h (EXCEPTION_CLEANUP_NAME, [...]): Remove.Kazu Hirata1-8/+0
2005-04-09* cp-tree.h (DECL_ARRAY_DELETE_OPERATOR_P): Remove.Kazu Hirata1-4/+0
2005-04-09* cp-tree.h (cxx_alignof): Remove.Kazu Hirata1-1/+0
2005-04-09c-common.def: Move FOR_STMT...Ian Lance Taylor1-2/+25
2005-04-08re PR c++/20145 (template "class has virtual functions ... " is not suppresse...Mark Mitchell1-1/+3
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