aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/cp-tree.h
AgeCommit message (Expand)AuthorFilesLines
2013-04-24re PR c++/56970 (SFINAE does not apply correctly to sizeof.)Paolo Carlini1-2/+3
2013-04-22pt.c (fn_type_unification): Push tinst level around type_unification_real if ...Jason Merrill1-1/+4
2013-04-19N3638 changes to return type deductionJason Merrill1-0/+4
2013-04-11re PR c++/52748 ([C++11] N3276 changes to decltype)Jason Merrill1-2/+3
2013-04-03cp-tree.h (FUNCTION_OR_METHOD_TYPE_CHECK): Remove.Jason Merrill1-6/+3
2013-04-02cp-tree.h (TAGGED_TYPE_P): Remove.Paolo Carlini1-3/+2
2013-04-01cxx-pretty-print.h (pp_cxx_cv_qualifiers): New.Jason Merrill1-1/+2
2013-04-01Implement N2439 (ref-qualifiers for 'this')Bronek Kozicki1-4/+41
2013-04-01cp-tree.h (DECL_UNBOUND_CLASS_TEMPLATE_P): Remove.Paolo Carlini1-8/+4
2013-03-29call.c (add_builtin_candidate): Use TYPE_PTR_P and VOID_TYPE_P.Paolo Carlini1-2/+2
2013-03-29cp-tree.h (AUTO_IS_DECLTYPE): New.Jason Merrill1-0/+6
2013-03-29tree.h (VAR_P): New.Gabriel Dos Reis1-4/+2
2013-03-29Add uniform debug dump function names.Lawrence Crowl1-0/+2
2013-03-28re PR c++/17232 ([DR 1640] classes and class template specializations treated...Jason Merrill1-1/+1
2013-03-28cp-tree.h (next_aggr_init_expr_arg): Remove static specifier.Gabriel Dos Reis1-6/+6
2013-03-26re PR c++/52597 ([C++11] confusing diagnostics for invalid use of non-static ...Jason Merrill1-1/+1
2013-03-22cp-tree.h (identifier_p): New.Gabriel Dos Reis1-0/+10
2013-03-16re PR c++/54277 (Template class member referred to with implicit this inside ...Jason Merrill1-7/+10
2013-03-16re PR c++/52748 ([C++11] N3276 changes to decltype)Jason Merrill1-0/+3
2013-03-16cp-tree.h (abstract_class_use): New enum.Jason Merrill1-0/+15
2013-03-16re PR c++/55240 ([c++0x] ICE on non-static data member initialization using '...Jason Merrill1-0/+1
2013-03-08re PR c++/51494 (Legal program rejection - capturing "this" when using static...Jason Merrill1-0/+1
2013-02-20re PR c++/56373 (-Wzero-as-null-pointer-constant: does not catch issues with ...Paolo Carlini1-0/+1
2013-02-09re PR c++/56247 (internal compiler error: in tsubst_copy, at cp/pt.c:12131)Jason Merrill1-0/+4
2013-01-10Update copyright years in gcc/Richard Sandiford1-4/+1
2013-01-09re PR c++/55878 (--enable-checking=yes rejection of typeid)Jason Merrill1-2/+2
2013-01-03re PR c++/53650 (large array causes huge memory use)Jason Merrill1-0/+1
2012-12-07re PR c++/55127 (Incorrect "dependent scope" error with partial specializatio...Jason Merrill1-0/+1
2012-12-07tree.c (build_aggr_init_expr): Remove tsubst_flags_t parameter.Paolo Carlini1-1/+1
2012-11-29re PR c++/53137 (g++ segfault)Jason Merrill1-2/+3
2012-11-23re PR c++/54046 (wrong control reaches end of non-void function for switch ca...Jakub Jelinek1-0/+1
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-49/+42
2012-11-13cgraph.c (insert_new_cgraph_node_version): Use cgraph_get_node instead of cgr...Sriraman Tallam1-0/+2
2012-11-09Add C++ attribute abi_tag and -Wabi-tag option.Jason Merrill1-0/+1
2012-11-09remove redundant definition of IN_CHARGE_NAMEJason Merrill1-1/+0
2012-10-25Core 1402Jason Merrill1-7/+1
2012-10-15Implement C++11 inheriting constructors.Jason Merrill1-2/+16
2012-10-11cp-tree.h (DECL_THUNKS): NULL_TREE for non-virtual functions.Jason Merrill1-1/+5
2012-10-10PR c++/53540 - using fails to be equivalent to typedefDodji Seketeli1-3/+3
2012-10-08Allow dynamic initialization of thread_locals.Jason Merrill1-0/+6
2012-10-08Partial implementation of C++11 thread_local.Jason Merrill1-0/+8
2012-10-08PR c++/53528 C++11 attribute supportDodji Seketeli1-3/+17
2012-10-07pt.c (fold_non_dependent_expr_sfinae): Remove static specifier.Paolo Carlini1-1/+1
2012-10-05cp-tree.h (SIZEOF_EXPR_TYPE_P): Define.Jakub Jelinek1-0/+5
2012-10-01decl.c (check_initializer): Set DECL_NONTRIVIALLY_INITIALIZED_P for a constru...Jason Merrill1-2/+3
2012-10-01cp-tree.h (TYPE_FUNCTION_OR_TEMPLATE_DECL_CHECK): New.Jason Merrill1-4/+14
2012-10-01cp-tree.h (DECL_PRETTY_FUNCTION_P): Just look at the name.Jason Merrill1-2/+2
2012-09-29re PR c++/54738 ([C++11][SFINAE] Hard errors for pointer-to-member function e...Paolo Carlini1-1/+2
2012-09-11re PR c++/54541 (SFINAE bug: handling incomplete return types)Paolo Carlini1-2/+4
2012-09-10re PR c++/54506 (Defaulted move constructors and move assignment operators ar...Jason Merrill1-0/+1