r272979 - Headers: wordsmith error message

Nico Weber via cfe-commits cfe-commits at lists.llvm.org
Thu Jun 16 19:00:23 PDT 2016


thanks!

On Fri, Jun 17, 2016 at 2:27 AM, Saleem Abdulrasool via cfe-commits <
cfe-commits at lists.llvm.org> wrote:

> 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>
>
>
> _______________________________________________
> cfe-commits mailing list
> cfe-commits at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20160617/c06d9240/attachment-0001.html>


More information about the cfe-commits mailing list