[cfe-commits] [PATCH][MS][Review request] - Late Microsoft template parsing

Douglas Gregor dgregor at apple.com
Mon Mar 14 10:46:41 PDT 2011


On Mar 14, 2011, at 10:36 AM, John McCall wrote:

> On Mar 13, 2011, at 11:07 PM, Francois Pichet wrote:
>> This patch implements "Late template parsing" in Microsoft mode.
>> It solves the problem of Microsoft allowing names not yet declared in
>> template code.
> 
> I haven't looked at the patch yet, but this defintely needs to be enabled
> by its own -cc1 language option;  that option should then be enabled by
> windows targets, rather than tying this to -fms-extensions.


Yes. -fdelayed-template-parsing seems a good name.

	- Doug



More information about the cfe-commits mailing list