]> granicus.if.org Git - clang/commit
clang-cl: Make the driver parse all(?) msvc flags
authorHans Wennborg <hans@hanshq.net>
Fri, 15 Nov 2013 18:29:58 +0000 (18:29 +0000)
committerHans Wennborg <hans@hanshq.net>
Fri, 15 Nov 2013 18:29:58 +0000 (18:29 +0000)
commitd378144e00212af69800ab9c1df8be8b339f086b
tree97f949347b4b1822da4b6389788ac98e30dd0c26
parent7ff541687eadff6bb7d407bb0d50b0e9f8a35844
clang-cl: Make the driver parse all(?) msvc flags

Even if we don't support a flag, we should be able to parse it
to provide a better error message than the current default
"error: no such file or directory: '/foo'" (which we should probably
also tweak, btw).

This also tries to clean up the test file a bit.

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