> On Tue, Aug 28, 2012 at 4:25 AM, Aaron Ballman <[email protected]> > wrote: >> >> This patch addresses PR13652, where a missing trailing return type was >> causing a seg fault. I've also included a test case demonstrating the >> fix.
This is a revised version of the same patch. Instead of early returning, we create an empty type result and continue parsing. This should allow for better error recovery. ~Aaron
lambda.patch
Description: Binary data
_______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
