]> granicus.if.org Git - clang/commit
clang-cl: add more options
authorHans Wennborg <hans@hanshq.net>
Fri, 2 Aug 2013 00:30:15 +0000 (00:30 +0000)
committerHans Wennborg <hans@hanshq.net>
Fri, 2 Aug 2013 00:30:15 +0000 (00:30 +0000)
commitac8b5f53d4646b4f76565a03ae2a85b6c67cdcc1
tree21379b5e64ff47f7b38dbdc95b556770220d919f
parentcd683986e991f0e60afd6bc6f336cfc1fd844193
clang-cl: add more options

This adds a bunch of options to clang-cl. Notably, this includes
all the options that get passed when doing a default build of a
command-line project with msbuild.exe in Debug and Release modes,
and I believe all flags from Reid's original patch.

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

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