diff options
author | Jason Merrill <jason@gcc.gnu.org> | 2017-08-29 16:37:54 -0400 |
---|---|---|
committer | Jason Merrill <jason@gcc.gnu.org> | 2017-08-29 16:37:54 -0400 |
commit | e2d59a133716e4e8a97018f9b0ee05116b96d9d1 (patch) | |
tree | 049f3e30cae4a59739ddd2bbdc9ef5dad43e97b1 /gcc | |
parent | f44a8dd56f5bfbd0596c39693e268ef880c06221 (diff) | |
download | gcc-e2d59a133716e4e8a97018f9b0ee05116b96d9d1.zip gcc-e2d59a133716e4e8a97018f9b0ee05116b96d9d1.tar.gz gcc-e2d59a133716e4e8a97018f9b0ee05116b96d9d1.tar.bz2 |
tweak ChangeLog
From-SVN: r251434
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/cp/ChangeLog | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index 387a275..6e1db06 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,4 +1,4 @@ -2017-08-23 Jason Merrill <jason@redhat.com> +2017-08-29 Jason Merrill <jason@redhat.com> Reimplement handling of lambdas in templates. * cp-tree.h (LAMBDA_FUNCTION_P): Check DECL_DECLARES_FUNCTION_P. @@ -28,8 +28,6 @@ for an existing proxy. * class.c (current_nonlambda_class_type): Use decl_type_context. -2017-08-29 Jason Merrill <jason@redhat.com> - * cp-tree.h (LAMBDA_EXPR_CLOSURE): Use TREE_TYPE. (LAMBDA_EXPR_RETURN_TYPE): Remove. (struct tree_lambda_expr): Remove closure and return_type fields. |