aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/cp-tree.h
AgeCommit message (Expand)AuthorFilesLines
2006-01-18tree.c (find_tree_t, find_tree): Remove.Kazu Hirata1-1/+0
2006-01-03re PR c++/25635 (Bogus cruft in error message for invalid operator declaration)Mark Mitchell1-1/+1
2005-12-27PR c++/23171, c++/23172, c++/25417.Mark Mitchell1-0/+6
2005-11-27re PR c++/24979 (DECL_MAIN_P is declared twice in cp-tree.h)Volker Reichelt1-7/+0
2005-11-04cp-tree.h (cp_cpp_error), [...]): Take va_list* parameter.Joseph Myers1-1/+1
2005-11-03re PR c++/17964 (cpp error messages contain wrong line in C++)Joseph Myers1-0/+3
2005-10-18re PR c++/22604 (ICE after invalid covariant return)Nathan Sidwell1-1/+1
2005-10-17re PR c++/24386 (wrong virtual function called in template member)Nathan Sidwell1-0/+4
2005-10-16re PR c++/22137 (Internal error: Segmentation fault (program cc1plus))Mark Mitchell1-3/+13
2005-10-13re PR c++/20721 (crossing of a initialization left undetected on goto)Mark Mitchell1-2/+9
2005-09-27re PR c++/13764 (c++ front-end creates extra blocks)Jason Merrill1-0/+2
2005-09-12re PR c++/7874 (g++ finds friend functions defined in class-definition but no...Ian Lance Taylor1-9/+19
2005-09-06re PR c/23075 (Redundant / bogus warning)Jakub Jelinek1-1/+1
2005-09-06re PR c++/9782 (constructor not called on higher-dimensional arrays of templa...Mark Mitchell1-1/+2
2005-09-06cp-tree.h, [...]: Fix comment typos.Kazu Hirata1-4/+4
2005-08-29re PR c++/23099 (ICE in build_simple_base_path, at cp/class.c:460)Mark Mitchell1-0/+1
2005-08-26re PR c++/23491 (new declarator with constant expression gives "error: invali...Mark Mitchell1-1/+1
2005-08-15Fix Infinite Stack Recursion Regression.Fariborz Jahanian1-2/+2
2005-07-20Make CONSTRUCTOR use VEC to store initializers.Giovanni Bajo1-5/+6
2005-07-18re PR c++/22263 (explicit instantiation fails to emit symbols defined later)Mark Mitchell1-1/+1
2005-07-17re PR c++/22139 (Segfault with templates and friend functions)Mark Mitchell1-2/+18
2005-07-15re PR c++/22132 (Wrong code: upcasting a const class pointer to struct the cl...Mark Mitchell1-0/+1
2005-07-09cp-lang.c (shadowed_var_for_decl, [...]): Move over to cp-objcp-common.c.Andrew Pinski1-0/+1
2005-07-08Makefile.in (TREE_H): Add treestruct.def.Daniel Berlin1-14/+21
2005-07-03c-common.h (GCC_DIAG_STYLE): Define.Joseph Myers1-2/+4
2005-07-02toplev.c (default_tree_printer): Handle setting location with '+' flag.Joseph Myers1-4/+0
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