[cfe-dev] [patch] Remove ObjCInferRelatedReturnType from LangOptions
Douglas Gregor
dgregor at apple.com
Mon Aug 29 17:29:28 PDT 2011
On Aug 20, 2011, at 4:23 PM, Jordy Rose wrote:
> This patch removes the obsolete ObjCInferRelatedReturnType from LangOptions...the correct option is ObjCInferRelatedResultType.
Thanks for fixing this; please go ahead and commit.
> I'm not familiar enough with the AST serialization code to know if removing a bit will affect anything, though...is that why old language options stick around for a while?
No, it stuck around because I forgot to remove it.
- Doug
More information about the cfe-dev
mailing list