[cfe-dev] [PATCH] MS compatibility flag implies delayed parsing
Aaron Ballman
aaron at aaronballman.com
Sun Nov 6 12:12:14 PST 2011
There was a small discussion on IRC about the
-fdelayed-template-parsing flag always going hand-in-hand with the
-fms-compatibility flag. Since the implication is already there (you
don't really have ms compatibility without the delayed template
parsing, to a certain extent), this patch makes it more explicit. So
when you pass the fms-compatibility flag, it automatically enables the
fdelayed-template-parsing flag as well. If the user really does want
one without the other, they can always pass -fms-compatibility
-fnodelayed-template-parsing.
~Aaron
-------------- next part --------------
A non-text attachment was scrubbed...
Name: mscompat.diff
Type: application/octet-stream
Size: 2683 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20111106/35c53673/attachment.obj>
More information about the cfe-dev
mailing list