r139235 - in /branches/cxx0x-lambdas-branch/gcc...

jfreeman@gcc.gnu.org jfreeman@gcc.gnu.org
Tue Aug 19 15:32:00 GMT 2008


Author: jfreeman
Date: Tue Aug 19 15:32:02 2008
New Revision: 139235

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=139235
Log:
- default forms

- constness and mutability

- 'this' capture

- LAMBDA_EXPR compaction:
--- use lang flags instead of new bools for LAMBDA_EXPR
--- combine capture-init-list and capture-list into same TREE_LIST

- start migrating code to semantics.c
--- add_capture
--- begin_lambda_type

- bugfixes:
--- nested functions


Modified:
    branches/cxx0x-lambdas-branch/gcc/cp/cp-tree.h
    branches/cxx0x-lambdas-branch/gcc/cp/parser.c
    branches/cxx0x-lambdas-branch/gcc/cp/semantics.c



More information about the Gcc-cvs mailing list