[cfe-commits] [PATCH] fix typo in clang docs
nobled
nobled at dreamwidth.org
Sun Dec 12 21:12:31 PST 2010
Index: docs/UsersManual.html
===================================================================
--- docs/UsersManual.html (revision 121680)
+++ docs/UsersManual.html (working copy)
@@ -924,7 +924,7 @@
certain constructs (including __declspec and Microsoft-style asm statements).
</p>
-<li>clang allows setting _MCS_VER with -fmsc-version=. It defaults to
1300 which
+<li>clang allows setting _MSC_VER with -fmsc-version=. It defaults to
1300 which
is the same as Visual C/C++ 2003. Any number is supported and can
greatly affect
what Windows SDK and c++stdlib headers clang can compile. This option will be
removed when clang supports the full set of MS extensions required for these
-------------- next part --------------
Index: docs/UsersManual.html
===================================================================
--- docs/UsersManual.html (revision 121680)
+++ docs/UsersManual.html (working copy)
@@ -924,7 +924,7 @@
certain constructs (including __declspec and Microsoft-style asm statements).
</p>
-<li>clang allows setting _MCS_VER with -fmsc-version=. It defaults to 1300 which
+<li>clang allows setting _MSC_VER with -fmsc-version=. It defaults to 1300 which
is the same as Visual C/C++ 2003. Any number is supported and can greatly affect
what Windows SDK and c++stdlib headers clang can compile. This option will be
removed when clang supports the full set of MS extensions required for these
More information about the cfe-commits
mailing list