]> granicus.if.org Git - clang/commit
-fms-extensions: Bump the default _MSC_VER from 1700 to 1800, aka VS2013
authorReid Kleckner <reid@kleckner.net>
Mon, 23 Feb 2015 19:25:48 +0000 (19:25 +0000)
committerReid Kleckner <reid@kleckner.net>
Mon, 23 Feb 2015 19:25:48 +0000 (19:25 +0000)
commit7a2fdca13ed4f68914363d1910321b56b74045ed
treec23b73411ffad509f4702396e2587a242e29807e
parent9cbdae7adcef062a611f4d4cac4f0fc8e72e182b
-fms-extensions: Bump the default _MSC_VER from 1700 to 1800, aka VS2013

VS 2013 is the minimum supported version, so it's reasonable for Clang
to simulate this by default. This also simplifies the clang-cl
self-host, since we have the 18.00 version check.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@230243 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Driver/Tools.cpp
test/Driver/msc-version.c