aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/cp-tree.h
AgeCommit message (Expand)AuthorFilesLines
2011-01-29re PR preprocessor/47311 ([C++0x] ICE in tsubst @cp/pt.c:10502)Dodji Seketeli1-0/+1
2011-01-21re PR c++/46977 ([C++0x] ICE: SIGSEGV in htab_find_slot_with_hash (hashtab.c:...Jason Merrill1-1/+2
2011-01-13re PR c++/47213 (ICE: SIGSEGV in determine_visibility (decl2.c:2076) with -fv...Kai Tietz1-2/+2
2011-01-12cp-tree.h (begin_for_scope): New prototype.Rodrigo Rivas Costa1-2/+3
2010-12-14re PR c++/45330 (Suggest likely nested-name-specifiers for undeclared identif...Nathan Froyd1-3/+3
2010-12-10c-typeck.c (readonly_error): Delete.Nathan Froyd1-14/+1
2010-12-08re PR c++/45822 (Qt 4.7.0 build fails)Jason Merrill1-1/+4
2010-12-07re PR c++/45330 (Suggest likely nested-name-specifiers for undeclared identif...Nathan Froyd1-0/+4
2010-12-03tree.h (struct call_expr_arg_iterator_d): Remove GTY tag.Laurynas Biveinis1-1/+1
2010-11-29re PR c++/45383 (Implicit conversion to pointer does no longer automatically ...Dodji Seketeli1-1/+1
2010-11-24revert accidentally committed changesNathan Froyd1-3/+0
2010-11-24cppbuiltin.c (define_builtin_macros_for_type_sizes): Define __FLOAT_WORD_ORDE...Nathan Froyd1-0/+3
2010-11-08re PR c++/46382 (constexpr vs. static_assert in constexpr ctors)Jason Merrill1-0/+1
2010-11-06init.c (perform_member_init): Use build_vec_init_expr for value-init of array...Jason Merrill1-0/+11
2010-11-04semantics.c (speculative_access_check): New.Jason Merrill1-0/+1
2010-11-03Remove unused tf_no_class_instantiations enum memberDodji Seketeli1-2/+0
2010-11-02Restore canonical type comparison for dependent type(def)sDodji Seketeli1-6/+5
2010-11-01semantics.c (call_stack, [...]): New.Jason Merrill1-0/+1
2010-11-01call.c (null_ptr_cst_p): Use maybe_constant_value.Jason Merrill1-18/+5
2010-11-01semantics.c (constexpr_call): New datatype.Gabriel Dos Reis1-0/+5
2010-11-01cp-tree.h (register_constexpr_fundef): Declare.Jason Merrill1-0/+1
2010-11-01decl2.c (decl_constant_var_p): New fn.Jason Merrill1-0/+2
2010-10-31class.c (is_really_empty_class): Work when type is not complete.Jason Merrill1-0/+1
2010-10-27c-common.c (c_common_reswords): Add __is_literal_type.Jason Merrill1-0/+1
2010-10-27parser.c (cp_parser_ctor_initializer_opt_and_function_body): Make sure a cons...Gabriel Dos Reis1-0/+1
2010-10-27class.c (check_bases): Propagate non-literality.Gabriel Dos Reis1-2/+9
2010-10-27call.c (build_integral_nontype_arg_conv): New.Jason Merrill1-0/+1
2010-10-26tree.c (build_vec_init_expr): Split out from...Jason Merrill1-0/+1
2010-10-26Implement opaque-enum-specifiers for C++0x.Rodrigo Rivas Costa1-1/+12
2010-10-14re PR c++/44561 (using nullptr_t with -flto/-fwhopr causes ICE: tree code 'la...Richard Guenther1-3/+1
2010-10-13re PR c++/45984 (ICE: canonical types differ for identical types)Jason Merrill1-0/+1
2010-10-11re PR c++/45562 (ICE: SIGSEGV in cp_build_unary_op (typeck.c:5083) with -std=...Martin Jambor1-1/+2
2010-10-05opts-common.c (handle_option, [...]): Add diagnostic_context parameter.Joseph Myers1-2/+2
2010-10-04tree.c (decl_storage_duration): New.Jason Merrill1-0/+8
2010-10-03typeck.c (require_complete_type_sfinae): Add complain parm to...Jason Merrill1-0/+1
2010-09-29tree.h (SCOPE_FILE_SCOPE_P): New macro.Richard Guenther1-4/+4
2010-09-28tree.c (lvalue_kind): Rename from lvalue_p_1, make nonstatic.Jason Merrill1-1/+2
2010-09-27Require lvalues as specified by the standard.Jason Merrill1-0/+2
2010-09-11Implement range-based for-statements.Rodrigo Rivas Costa1-1/+11
2010-09-10re PR c++/43824 (C++0x feature "inline namespace" enabled under -std=c++98; n...Rodrigo Rivas Costa1-1/+3
2010-09-07cp-tree.h (build_enumerator): Add new location_t parameter.Arnaud Charlet1-1/+2
2010-08-19except.c (pending_noexcept, [...]): New.Jason Merrill1-0/+1
2010-08-06typeck.c (complete_type_or_maybe_complain): Split out from...Jason Merrill1-2/+3
2010-07-19re PR c++/44969 ([C++0x] <type_traits> std::is_constructible broken for funda...Paolo Carlini1-1/+2
2010-07-15re PR c++/44909 ([C++0x] Copy constructors implicitly deleted)Jason Merrill1-11/+2
2010-07-15tree.h (enum tree_index): Add TI_INTEGER_THREE.Anatoly Sokolov1-1/+0
2010-07-15tree.h (DECL_CHAIN): Define.Nathan Froyd1-2/+2
2010-07-13re PR c++/44909 ([C++0x] Copy constructors implicitly deleted)Jason Merrill1-1/+6
2010-07-13re PR c++/44908 (SFINAE vs pointer to member via virtual base)Paolo Carlini1-2/+4
2010-07-09re PR c++/43120 (Virtual inheritance with covariant return type confuses GCC)Jason Merrill1-0/+5