On 22 July 2014 15:53, Ed Smith-Rowland <3dw...@verizon.net> wrote: > On 07/22/2014 01:56 AM, Ville Voutilainen wrote: >> >> +/* Parse a type-parameter-key. >> + >> + type-parameter-key: >> + class >> + typedef >> + >> + Returns the kind of type-parameter-key specified, or none_type to >> indicate >> + error. */ >> + >> >> Typo above, should be typename, not typedef. >> > Thanks! > > New patch.. > > OK?
Just my 2 cents - the test in the patch doesn't seem to test the error diagnostics. The patch amends some of those diagnostics, so I don't think existing tests cover those.