Index: docs/MSVCCompatibility.rst
===================================================================
--- docs/MSVCCompatibility.rst	(revision 202934)
+++ docs/MSVCCompatibility.rst	(working copy)
@@ -28,13 +28,18 @@
 ``__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 `clang-cl`_, a driver program for clang that attempts to be
+compatible with MSVC's cl.exe.
+
+.. _clang-cl: http://blog.llvm.org/2013/11/the-clang-cl-fallback-mode.html
+
 ABI features
 ============
 
