[cfe-commits] r133025 - in /cfe/trunk: include/clang/Basic/LangOptions.h include/clang/Driver/CC1Options.td lib/Driver/Tools.cpp lib/Frontend/CompilerInvocation.cpp lib/Sema/SemaDeclObjC.cpp lib/Serialization/ASTReader.cpp lib/Serialization/ASTWr

Eli Friedman eli.friedman at gmail.com
Tue Jun 14 19:09:50 PDT 2011


On Tue, Jun 14, 2011 at 4:34 PM, jahanian <fjahanian at apple.com> wrote:
>
> On Jun 14, 2011, at 4:20 PM, Douglas Gregor wrote:
>
>> Author: dgregor
>> Date: Tue Jun 14 18:20:43 2011
>> New Revision: 133025
>>
>> URL: http://llvm.org/viewvc/llvm-project?rev=133025&view=rev
>> Log:
>> Introduce a -cc1-level option to turn off related result type
>> inference, to be used (only) by the Objective-C rewriter.
>>
>
> Obvious question is why?

Trying to address failures on
http://smooshlab.apple.com:8013/builders/rewriter_i386-pc-win32 , I
would assume, although a completely wrong attempt at it.  I'll see if
I can come up with a test case.

-Eli



More information about the cfe-commits mailing list