Define LLVM_MSC_PREREQ() macro to simplify _MSC_VER checks
authorAlp Toker <alp@nuanti.com>
Sun, 29 Dec 2013 00:49:05 +0000 (00:49 +0000)
committerAlp Toker <alp@nuanti.com>
Sun, 29 Dec 2013 00:49:05 +0000 (00:49 +0000)
commitee44e9559f543f77963fe6724798c2b493a25034
treec8caf806030341680e80fd30f3e8a701bdafde7e
parenta2ecd26be9fb3353c463660d437d5ae90e4448b9
Define LLVM_MSC_PREREQ() macro to simplify _MSC_VER checks

Includes documentation mapping MSC version numbers to the more familiar Visual
Studio releases.

Cleanup only to simplify upcoming C++11 / MSVC 2013 changes.

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