]> granicus.if.org Git - clang/commit
clang-cl: ignore all /w<foo> options
authorHans Wennborg <hans@hanshq.net>
Mon, 16 Sep 2013 23:11:56 +0000 (23:11 +0000)
committerHans Wennborg <hans@hanshq.net>
Mon, 16 Sep 2013 23:11:56 +0000 (23:11 +0000)
commit6560839a11e653800ec92a2279cef5988d861a7d
treee8f8c721d03534d49fb0235743c0edb22279f7b9
parente9f6f33f0cf98a3e39025a57a0079cd316ed98f8
clang-cl: ignore all /w<foo> options

We previously ignored /wd<n>, but I think we can ignore the rest too.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@190819 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Driver/CLCompatOptions.td
test/Driver/cl-options.c