summaryrefslogtreecommitdiffstats
path: root/clang
diff options
context:
space:
mode:
Diffstat (limited to 'clang')
-rw-r--r--clang/lib/Headers/inttypes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/Headers/inttypes.h b/clang/lib/Headers/inttypes.h
index 220057e48fc..1d8eabab0f8 100644
--- a/clang/lib/Headers/inttypes.h
+++ b/clang/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 <inttypes.h>
OpenPOWER on IntegriCloud