]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/cp/tree.c
Wrap option names in gcc internal messages with %< and %>.
[thirdparty/gcc.git] / gcc / cp / tree.c
2019-03-11  marxinWrap option names in gcc internal messages with %<...
2019-03-08  jason PR c++/88123 - lambda and using-directive.
2019-01-17  jason PR c++/86740, ICE with constexpr if and nested generic...
2019-01-14  jason Implement P0482R5, char8_t: A type for UTF-8 character...
2019-01-03  paolo/cp
2019-01-01  jakub Update copyright years.
2018-12-19  dmalcolmC++: more location wrapper nodes (PR c++/43064, PR...
2018-11-16  jason Implement P0479R5, [[likely]] and [[unlikely]].
2018-11-16  nathan Remove ovl_used, it is no longer needed
2018-11-13  jason Implement P0315R4, Lambdas in unevaluated contexts.
2018-11-07  nathan[PR C++/87904] lookup ICE
2018-11-05  jason Implement P0732R2, class types in non-type template...
2018-11-05  jasonFix various latent issues revealed by P0732 work.
2018-10-31  nathan[C++ PATCH] Simplify overloads
2018-10-17  paolo2018-10-17 Paolo Carlini <paolo.carlini@oracle.com>
2018-10-03  jason Implement P0840, language support for empty objects.
2018-08-27  marxinCome up with fndecl_built_in_p.
2018-08-20  dmalcolmAdd support for grouping of related diagnostics (PR...
2018-08-08  jakub P0595R1 - is_constant_evaluated
2018-07-17  jason PR c++/86480 - nested variadic lambda and constexpr if.
2018-07-03  jason PR c++/86378 - functional cast in noexcept-specifier.
2018-06-29  mpolacek PR c++/86184
2018-06-20  nathan[PR c++/85634] Fix tsubst ICE
2018-06-19  jason * tree.c (cp_expr_location): New.
2018-06-15  jason * tree.c (maybe_warn_parm_abi): Inform the location...
2018-06-13  jason PR c++/86094 - wrong code with defaulted move ctor.
2018-06-11  jason PR c++/86094 - wrong code with defaulted move ctor.
2018-06-05  mpolacek PR c++/85976
2018-05-30  villeDo not warn about zero-as-null when NULL is used.
2018-05-30  jason PR c++/85807 - ICE with call in template NSDMI.
2018-05-30  jason PR c++/85873 - constant initializer_list array not...
2018-05-25  jason CWG 616, 1213 - value category of subobject references.
2018-05-24  paolo2018-05-24 Paolo Carlini <paolo.carlini@oracle.com>
2018-05-23  jason CWG 616, 1213 - value category of subobject references.
2018-05-18  jason PR c++/58407 - deprecated implicit copy ops.
2018-05-16  mpolacek PR c++/85363
2018-05-15  paolo2018-05-15 Paolo Carlini <paolo.carlini@oracle.com>
2018-05-14  jason Handle TYPE_HAS_LATE_RETURN_TYPE like ref-qualifier...
2018-05-14  paolo2018-05-14 Paolo Carlini <paolo.carlini@oracle.com>
2018-05-07  jason PR c++/85618 - ICE with initialized VLA.
2018-04-10  jason PR debug/65821 - wrong location for main().
2018-04-10  jason PR debug/65821 - wrong location for main().
2018-04-04  jason PR c++/85200 - ICE with constexpr if in generic lambda.
2018-04-04  jason PR c++/85148 - ICE with 'this' in array NSDMI.
2018-03-28  aoliva[PR c++/84968] reject stmt-exprs in noexcept constexprs
2018-03-27  jakub PR c++/85076
2018-03-21  nathan[PR c++/85008] ICE looking for clone
2018-03-20  nathan[PR c++/84970] lookup marking
2018-03-16  jakub PR c++/79937
2018-03-15  jakub PR c++/84222
2018-03-06  aoliva[C++] [PR84231] overload on cond_expr in template
2018-03-01  mpolacek PR c++/84582
2018-02-27  jason PR c++/84560 - ICE capturing multi-dimensional VLA.
2018-02-26  mpolacek PR c++/84325
2018-02-20  jakub PR c++/84449
2018-02-09  jakub PR sanitizer/83987
2018-02-05  mpolacek * class.c: Remove unused global variables.
2018-02-02  jason PR c++/84181 - ICE with lambda parm in template argument.
2018-01-23  jakub PR sanitizer/83987
2018-01-10  dmalcolmPreserving locations for variable-uses and constants...
2018-01-03  jakub Update copyright years.
2018-01-02  jakub PR c++/83556
2017-12-15  jakub * tree-core.h (struct attribute_spec): Swap affects_ty...
2017-12-07  mseborPR c/81544 - attribute noreturn and warn_unused_result...
2017-12-05  nathan[PR C++/83287] Mark lookup for keeping
2017-11-28  jkovalRemove Cilk Plus support.
2017-11-16  jason PR c++/79092 - non-type args of different types are...
2017-11-13  jason Defer folding of *&.
2017-11-03  paolo/cp
2017-10-31  nathan[C++ PATCH] overloaded operator fns [1/N]
2017-10-23  jason PR c++/77369 - wrong noexcept handling in C++14 and...
2017-10-13  jason PR c++/82357 - bit-field in template
2017-09-22  jakub PR sanitizer/81929
2017-09-08  jason PR c++/70029 - ICE with ref-qualifier and -flto
2017-09-06  nathan * name-lookup.h (lookup_fnfields_slot_nolazy,
2017-08-29  jason PR c++/81236 - ICE with template-id in generic lambda
2017-08-23  nathan * cp-tree.h (print_search_statistics,
2017-08-07  marxinCanonicalize names of attributes.
2017-07-19  nathan * class.c (add_implicitly_declared_members): Use
2017-07-17  nathan * class.c (type_has_user_declared_move_constructor,
2017-06-29  jason * constexpr.c, error.c, tree.c: Remove WITH_CLEANUP_EX...
2017-06-29  jason PR c++/81188 - matching decltype of member function...
2017-06-28  jason PR c++/72764 - ICE with invalid template typename.
2017-05-29  nathan PR c++/80891 (#1,#5)
2017-05-29  nathan PR c++/80891 (#4)
2017-05-29  nathan PR c++/80891 (#3)
2017-05-29  nathan PR c++/80891 (#2)
2017-05-26  nathan * cp-tree.h (OVL_CHAIN): Check looking at OVERLOAD.
2017-05-25  nathan gcc/cp/
2017-05-24  nathan * cp-tree.h (cp_free_lang_data): Add extern.
2017-05-24  nathan * cp-tree.h (ovl_skip_hidden): Declare.
2017-05-24  nathan gcc/cp/
2017-05-19  nathan * call.c (add_list_candidates): Use OVL_FIRST.
2017-05-18  nathan * cp-tree.h (OVL_ARG_DEPENDENT): Delete.
2017-05-18  nathan * cp-tree.h (OVL_USED): Replace with ...
2017-05-18  nathan * cp-tree.h (lookup_add): Swap args.
2017-05-17  nathan * cp-tree.h (ovl_iterator::using_p): New predicate.
2017-05-16  nathan * cp-tree.h (OVL_NESTED_P, OVL_LOOKUP_P): New.
2017-05-16  nathan * call.c (build_user_type_conversion_1): Use OVL_FIRST.
2017-05-16  nathan * cp-tree.h (OVL_FIRST, OVL_NAME): New.
next