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)
commit5762a04f127777e9ce8a53961c9b24d8ca19154a
tree2b8d88b54de447cf522de08b57f8da30cf4dd31c
parent42a3046eefdf86d762ab8a64642948a2bae93a05
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

llvm-svn: 187637
clang/include/clang/Driver/CLCompatOptions.td
clang/lib/Driver/Tools.cpp
clang/test/Driver/cl-options.c