]> granicus.if.org Git - clang/commit
clang-cl: add the /c, /W0 and /W1 options
authorHans Wennborg <hans@hanshq.net>
Wed, 31 Jul 2013 20:51:53 +0000 (20:51 +0000)
committerHans Wennborg <hans@hanshq.net>
Wed, 31 Jul 2013 20:51:53 +0000 (20:51 +0000)
commit78d0fbfe3aa0dcf158fed95a51460e5d769447ee
tree9e1919e78fb54c59b2b797348bc781729c38fb2f
parentc14e6dda1e1287d3e0aeaa0e8f7bb2c9126f312c
clang-cl: add the /c, /W0 and /W1 options

This adds a few more clang-cl options. It also exposes two core clang
options to the clang-cl mode: we need to be able to claim --driver_mode
so it doesn't show up as unused in cl mode, and we need -### for tests.

Differential Revision: http://llvm-reviews.chandlerc.com/D1232

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@187527 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Driver/CLCompatOptions.td
include/clang/Driver/Options.h
include/clang/Driver/Options.td
lib/Driver/Driver.cpp
test/Driver/cl-options.c [new file with mode: 0644]