aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/cp-tree.h
AgeCommit message (Expand)AuthorFilesLines
2011-08-02backport: re PR fortran/46752 (OpenMP - Seg fault for unallocated allocatable...Jakub Jelinek1-1/+4
2011-07-22Warn about the use of final/override in non-c++0x mode, and add __final for n...Ville Voutilainen1-1/+3
2011-07-16re PR c++/45329 (When printing a list of candidate functions, explain why eac...Nathan Froyd1-1/+2
2011-07-12name-lookup.h (cp_binding_level): Rename from cxx_scope.Diego Novillo1-6/+6
2011-07-11re PR c++/44609 (Invalid template code causes infinite loop of error messages)Jason Merrill1-0/+3
2011-07-01re PR c++/48593 (Wrong return type when applying address operator to inherite...Jason Merrill1-4/+4
2011-06-29DR 1207 PR c++/49003Jason Merrill1-6/+12
2011-06-29re PR c++/49554 ([C++0x] lambda capture causes "cannot call member function ....Jason Merrill1-1/+4
2011-06-29re PR c++/45923 (constexpr diagnostics, more more)Jason Merrill1-0/+3
2011-06-27c-common.h (c_tree_chain_next): New static inline function.Jakub Jelinek1-1/+1
2011-06-24re PR c++/46400 (g++ Segmentation Fault on heavily templated project.)Jakub Jelinek1-1/+1
2011-06-20re PR c++/43321 ([c++0x] ICE on valid auto)Jason Merrill1-1/+0
2011-06-17re PR c++/43912 ([C++0x] lambda debug info does not describe captured variables)Jason Merrill1-1/+13
2011-06-17parser.c (cp_parser_lambda_expression): Clear LAMBDA_EXPR_THIS_CAPTURE after ...Jason Merrill1-1/+2
2011-06-17cp-tree.h (struct tree_lambda_expr): Change common to typed.Jason Merrill1-3/+3
2011-06-14re PR c++/49107 ([C++0x][4.7 Regression] incomplete type regression with std:...Jason Merrill1-3/+7
2011-06-10cp-tree.h (error_operand_p): Remove.Paolo Carlini1-6/+0
2011-06-10re PR c++/49118 (Endless operator-> chain causes infinite loop)David Krauss1-2/+2
2011-06-08re PR c++/49107 ([C++0x][4.7 Regression] incomplete type regression with std:...Jason Merrill1-0/+19
2011-06-08cp-tree.h (struct tinst_level): Add chain_next GTY markup.Jakub Jelinek1-1/+1
2011-05-27move TS_STATEMENT_LIST to be a substructure of TS_TYPEDNathan Froyd1-4/+0
2011-05-27re PR c++/47956 ([C++0x] gcc accepts static data member declaration with init...Jason Merrill1-1/+0
2011-05-20re PR c++/24163 (dependent Base class scope examined during unqualified name ...Jason Merrill1-1/+2
2011-05-19re PR c++/48869 (OpenMP task construct fails to instantiate copy constructor(...Jakub Jelinek1-2/+2
2011-05-18re PR c++/48948 ([C++0x] constexpr friend function cannot be defined in-class)Jason Merrill1-7/+0
2011-05-14Implement final on class.Ville Voutilainen1-1/+7
2011-05-12cp-tree.h (DECL_DEFERRED_CONSTEXPR_CHECK): New.Jason Merrill1-0/+6
2011-05-11re PR c++/48948 ([C++0x] constexpr friend function cannot be defined in-class)Jason Merrill1-0/+1
2011-05-11split tree_typeNathan Froyd1-8/+10
2011-05-10re PR c++/48930 ([C++0x] Invalid implicitly declared default c'tor)Jason Merrill1-0/+1
2011-05-10mark EXPR_PACK_EXPANSION as typed onlyNathan Froyd1-1/+5
2011-05-09re PR c++/48737 ([C++0x][SFINAE] Hard errors with array list-construction wit...Paolo Carlini1-2/+2
2011-05-09Implement final/override for member functions.Ville Voutilainen1-0/+28
2011-05-06introduce {class,type}_of_this_parm functionsNathan Froyd1-0/+19
2011-05-06re PR c++/48838 (valid template code does not compile)Dodji Seketeli1-0/+1
2011-05-05cp-tree.h (REFERENCE_REF_P): Just check the type.Jason Merrill1-4/+6
2011-05-02tree.c (build_vec_init_expr): Take complain parm.Jason Merrill1-3/+3
2011-05-02revert: re PR c++/40975 (ICE in copy_tree_r on array new)Jason Merrill1-5/+3
2011-04-30cp-tree.h (LOOKUP_EXPLICIT_TMPL_ARGS): Define.Diego Novillo1-0/+2
2011-04-27re PR c++/40975 (ICE in copy_tree_r on array new)Jason Merrill1-3/+5
2011-04-26re PR c++/48530 ([C++0x][SFINAE] Hard errors with deleted d'tors)Jason Merrill1-7/+9
2011-04-26class.c (cp_fold_obj_type_ref): Remove.Martin Jambor1-1/+0
2011-04-25c-common.c (struct c_common_resword): Add __underlying_type.Paolo Carlini1-2/+8
2011-04-25re PR c++/48707 ([c++0x] ICE initializing static const int)Jason Merrill1-0/+1
2011-04-14cp-tree.def (SWITCH_STMT): Add an extra operand.Nathan Froyd1-0/+1
2011-04-14cp-tree.def (IF_STMT): Add an extra operand.Nathan Froyd1-0/+1
2011-04-14cp-tree.def (FOR_STMT, [...]): Add an extra operand.Nathan Froyd1-1/+3
2011-04-14re PR c++/48446 (internal compiler error: in gimplify_var_or_parm_decl, at gi...Jason Merrill1-0/+1
2011-04-13ada-tree.h (union lang_tree_node): Check for TS_COMMON before calling TREE_CH...Nathan Froyd1-1/+1
2011-04-11re PR c++/48535 ([C++0x][SFINAE] Hard errors during list-value-initialization)Jason Merrill1-0/+1