-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)
commitc4da9c8e5058d6d72422b965281fa43990595268
tree2627f13c040e96a1438e7711d04ac08d08904f1f
parent562145c4e1648646cf45eec323270940d64f6a48
-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.

llvm-svn: 230243
clang/lib/Driver/Tools.cpp
clang/test/Driver/msc-version.c