r203002 - Mention clang-cl in MSVCCompatibility.rst
Nico Weber
nicolasweber at gmx.de
Wed Mar 5 12:18:59 PST 2014
Author: nico
Date: Wed Mar 5 14:18:59 2014
New Revision: 203002
URL: http://llvm.org/viewvc/llvm-project?rev=203002&view=rev
Log:
Mention clang-cl in MSVCCompatibility.rst
Modified:
cfe/trunk/docs/MSVCCompatibility.rst
Modified: cfe/trunk/docs/MSVCCompatibility.rst
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/docs/MSVCCompatibility.rst?rev=203002&r1=203001&r2=203002&view=diff
==============================================================================
--- cfe/trunk/docs/MSVCCompatibility.rst (original)
+++ cfe/trunk/docs/MSVCCompatibility.rst Wed Mar 5 14:18:59 2014
@@ -28,13 +28,16 @@ Second, Clang implements many MSVC langu
``__declspec(dllexport)`` and a handful of pragmas. These are typically
controlled by ``-fms-extensions``.
-Finally, MSVC accepts some C++ code that Clang will typically diagnose as
+Third, MSVC accepts some C++ code that Clang will typically diagnose as
invalid. When these constructs are present in widely included system headers,
Clang attempts to recover and continue compiling the user's program. Most
parsing and semantic compatibility tweaks are controlled by
``-fms-compatibility`` and ``-fdelayed-template-parsing``, and they are a work
in progress.
+Finally, there is :ref:`clang-cl`, a driver program for clang that attempts to
+be compatible with MSVC's cl.exe.
+
ABI features
============
More information about the cfe-commits
mailing list