aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/tree.c
AgeCommit message (Expand)AuthorFilesLines
2018-03-06[C++] [PR84231] overload on cond_expr in templateAlexandre Oliva1-0/+15
2018-03-01re PR c++/84582 (Rejected valid C++ code since r257961)Marek Polacek1-0/+1
2018-02-26PR c++/84560 - ICE capturing multi-dimensional VLA.Jason Merrill1-0/+2
2018-02-26re PR c++/84325 (internal compiler error, in cxx_eval_constant_expression gcc...Marek Polacek1-1/+1
2018-02-20re PR c++/84449 (ICE with constexpr and deleted destructor)Jakub Jelinek1-1/+6
2018-02-10re PR sanitizer/83987 (ICE with OpenMP, sanitizer and virtual bases)Jakub Jelinek1-10/+0
2018-02-05class.c: Remove unused global variables.Marek Polacek1-1/+0
2018-02-02PR c++/84181 - ICE with lambda parm in template argument.Jason Merrill1-1/+1
2018-01-23re PR sanitizer/83987 (ICE with OpenMP, sanitizer and virtual bases)Jakub Jelinek1-0/+10
2018-01-10Preserving locations for variable-uses and constants (PR c++/43486)David Malcolm1-0/+66
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2018-01-02re PR c++/83556 (ICE in gimplify_expr, at gimplify.c:12004)Jakub Jelinek1-2/+9
2017-12-15tree-core.h (struct attribute_spec): Swap affects_type_identity and handler f...Jakub Jelinek1-14/+14
2017-12-07PR c/81544 - attribute noreturn and warn_unused_result on the same function a...Martin Sebor1-8/+8
2017-12-05[PR C++/83287] Mark lookup for keepingNathan Sidwell1-0/+7
2017-11-28Remove Cilk Plus support.Julia Koval1-1/+0
2017-11-16PR c++/79092 - non-type args of different types are differentJason Merrill1-0/+4
2017-11-13Defer folding of *&.Jason Merrill1-2/+2
2017-11-03re PR c++/81957 (ICE decltype)Paolo Carlini1-1/+1
2017-10-31[C++ PATCH] overloaded operator fns [1/N]Nathan Sidwell1-1/+2
2017-10-23PR c++/77369 - wrong noexcept handling in C++14 and belowJason Merrill1-4/+7
2017-10-13PR c++/82357 - bit-field in templateJason Merrill1-0/+4
2017-09-22re PR sanitizer/81929 (exponential slowdown in undefined behavior sanitizer f...Jakub Jelinek1-6/+7
2017-09-08PR c++/70029 - ICE with ref-qualifier and -fltoJason Merrill1-0/+15
2017-09-06name-lookup.h (lookup_fnfields_slot_nolazy, [...]): Rename to ...Nathan Sidwell1-1/+1
2017-08-29PR c++/81236 - ICE with template-id in generic lambdaJason Merrill1-0/+3
2017-08-23cp-tree.h (print_search_statistics, [...]): Don't declare.Nathan Sidwell1-1/+0
2017-08-07Canonicalize names of attributes.Martin Liska1-0/+1
2017-07-19class.c (add_implicitly_declared_members): Use classtype_has_move_assign_or_m...Nathan Sidwell1-1/+1
2017-07-17class.c (type_has_user_declared_move_constructor, [...]): Combine into ...Nathan Sidwell1-2/+1
2017-06-29* constexpr.c, error.c, tree.c: Remove WITH_CLEANUP_EXPR handling.Jason Merrill1-6/+0
2017-06-29PR c++/81188 - matching decltype of member function call.Jason Merrill1-5/+0
2017-06-28PR c++/72764 - ICE with invalid template typename.Jason Merrill1-7/+10
2017-05-29PR c++/80891 (#1,#5)Nathan Sidwell1-71/+35
2017-05-29PR c++/80891 (#4)Nathan Sidwell1-2/+2
2017-05-29PR c++/80891 (#3)Nathan Sidwell1-5/+33
2017-05-29PR c++/80891 (#2)Nathan Sidwell1-2/+25
2017-05-26cp-tree.h (OVL_CHAIN): Check looking at OVERLOAD.Nathan Sidwell1-2/+94
2017-05-25Kill DECL_NAMESPACE_USERS, DECL_NAMESPACE_ASSOCIATIONS.Nathan Sidwell1-8/+3
2017-05-24cp-tree.h (cp_free_lang_data): Add extern.Nathan Sidwell1-25/+18
2017-05-24cp-tree.h (ovl_skip_hidden): Declare.Nathan Sidwell1-0/+21
2017-05-24cp-tree.h (OVL_HIDDEN_P): New.Nathan Sidwell1-4/+31
2017-05-19call.c (add_list_candidates): Use OVL_FIRST.Nathan Sidwell1-4/+11
2017-05-18cp-tree.h (OVL_ARG_DEPENDENT): Delete.Nathan Sidwell1-3/+75
2017-05-18cp-tree.h (OVL_USED): Replace with ...Nathan Sidwell1-3/+3
2017-05-18cp-tree.h (lookup_add): Swap args.Nathan Sidwell1-29/+5
2017-05-17cp-tree.h (ovl_iterator::using_p): New predicate.Nathan Sidwell1-0/+59
2017-05-16cp-tree.h (OVL_NESTED_P, [...]): New.Nathan Sidwell1-0/+46
2017-05-16call.c (build_user_type_conversion_1): Use OVL_FIRST.Nathan Sidwell1-5/+12
2017-05-16cp-tree.h (OVL_FIRST, OVL_NAME): New.Nathan Sidwell1-1/+1