[cfe-commits] [PATCH] ParseFunctionDeclarator

John Freeman jfreeman at cse.tamu.edu
Wed Jun 29 11:08:50 PDT 2011


On 6/29/11 1:06 PM, John Freeman wrote:
> This patch extracts a copy-pasted code path into a new function,
> ParseParameterDeclarationClause, that will also be used for lambda
> expressions. Clang still passed all tests with these changes.

I phrased this incorrectly. This moves a portion of 
ParseFunctionDeclarator into ParseParameterDeclarationClause, and 
reduces a copy-pasted code path to a single instance.



More information about the cfe-commits mailing list