From c38de7b63d5f525f79b8ffb8fd33cd3d5b8bcbab Mon Sep 17 00:00:00 2001 From: Saleem Abdulrasool Date: Fri, 17 Jun 2016 00:27:02 +0000 Subject: [PATCH] Headers: wordsmith error message Use the marketing name for the MSVC release as pointed out by Nico Weber! git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@272979 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Headers/inttypes.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Headers/inttypes.h b/lib/Headers/inttypes.h index 220057e48f..1d8eabab0f 100644 --- a/lib/Headers/inttypes.h +++ b/lib/Headers/inttypes.h @@ -24,7 +24,7 @@ #define __CLANG_INTTYPES_H #if defined(_MSC_VER) && _MSC_VER < 1800 -#error MSVC <= 11.0 does not have inttypes.h +#error MSVC does not have inttypes.h prior to Visual Studio 2013 #endif #include_next -- 2.50.1