parser.c
1.16 MB
The source could not be displayed because it is larger than 1 MB.
You can
load it anyway or download it
instead.
This patch fixes two issues with lambda attribute handling: First, it was in the wrong place in the grammar. Second, it was treating attributes as applying to the whole declaration rather than to the function type, as specified by the standard. * parser.c (cp_parser_lambda_declarator_opt): Fix attribute handling. From-SVN: r265787