Relax the LLVM_NOEXCEPT _MSC_VER version check back to 1900
authorReid Kleckner <reid@kleckner.net>
Mon, 3 Nov 2014 18:22:42 +0000 (18:22 +0000)
committerReid Kleckner <reid@kleckner.net>
Mon, 3 Nov 2014 18:22:42 +0000 (18:22 +0000)
commitcf7bb7fb68f47db272e29b9213c907c6ad5bcdca
treee26206fe2a6d7837c352dd4478196cd9138e1673
parentc3e82bf9f5bdf4900d62e2da5136b8f9a99ac45d
Relax the LLVM_NOEXCEPT _MSC_VER version check back to 1900

Unconditional noexcept support was added in the VS 2013 Nov CTP. Given
that there have been three CTPs since then, I don't think we need
careful macro magic to target that specific tech preview. Instead,
target the major release version number of 1900, which corresponds to
the as-yet unreleased VS "14".

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@221169 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Support/Compiler.h