r272979 - Headers: wordsmith error message

Saleem Abdulrasool via cfe-commits cfe-commits at lists.llvm.org
Thu Jun 16 17:27:03 PDT 2016


Author: compnerd
Date: Thu Jun 16 19:27:02 2016
New Revision: 272979

URL: http://llvm.org/viewvc/llvm-project?rev=272979&view=rev
Log:
Headers: wordsmith error message

Use the marketing name for the MSVC release as pointed out by Nico Weber!

Modified:
    cfe/trunk/lib/Headers/inttypes.h

Modified: cfe/trunk/lib/Headers/inttypes.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Headers/inttypes.h?rev=272979&r1=272978&r2=272979&view=diff
==============================================================================
--- cfe/trunk/lib/Headers/inttypes.h (original)
+++ cfe/trunk/lib/Headers/inttypes.h Thu Jun 16 19:27:02 2016
@@ -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>




More information about the cfe-commits mailing list