[PATCH] clang-cl: Add the /c, /W0 and /W1 options

Hans Wennborg hans at chromium.org
Wed Jul 31 13:19:24 PDT 2013


On Wed, Jul 31, 2013 at 12:58 PM, Rui Ueyama <ruiu at google.com> wrote:
> This is not a comment for this specific patch, but I'm wondering if the
> driver can handle options in a case-insensitive manner. Does it?

No, it can't.

AFAIK, the only cl.exe option that's case-insensitive is /help, and
I'm not sure if that's important to support.

Do you need case-insensitive parsing for lld?

> On Wed, Jul 31, 2013 at 11:30 AM, Reid Kleckner <rnk at google.com> wrote:
>>
>>
>>   LGTM
>>
>>   I would go ahead and commit, since this doesn't have any review-worthy
>> bits now that these are just aliases.  If someone objects to "CoreOption"
>> they can bikeshed it after the commit.
>>
>> http://llvm-reviews.chandlerc.com/D1232
>> _______________________________________________
>> cfe-commits mailing list
>> cfe-commits at cs.uiuc.edu
>> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
>
>



More information about the cfe-commits mailing list