| commit | 444c37da855a8b2c43706043b4856792e3202ffa | [log] [tgz] |
|---|---|---|
| author | Hans Wennborg <hans@hanshq.net> | Fri Nov 15 18:29:58 2013 +0000 |
| committer | Hans Wennborg <hans@hanshq.net> | Fri Nov 15 18:29:58 2013 +0000 |
| tree | cb9650f7945054abefcee96b107db90821040611 | |
| parent | 519ae39c454f08351d08c6e517103abfb5c48383 [diff] |
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. llvm-svn: 194837