r212219 - Fixup typo in MSVCCompatibility.rst

David Majnemer david.majnemer at gmail.com
Wed Jul 2 14:09:33 PDT 2014


Author: majnemer
Date: Wed Jul  2 16:09:33 2014
New Revision: 212219

URL: http://llvm.org/viewvc/llvm-project?rev=212219&view=rev
Log:
Fixup typo 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=212219&r1=212218&r2=212219&view=diff
==============================================================================
--- cfe/trunk/docs/MSVCCompatibility.rst (original)
+++ cfe/trunk/docs/MSVCCompatibility.rst Wed Jul  2 16:09:33 2014
@@ -78,7 +78,7 @@ The status of major ABI-impacting C++ fe
   enabling stack traces in all modern Windows debuggers.  Clang does not emit
   any type info or description of variable layout.
 
-* `RTTI`_: :good:`Complete`.  Generation of RTTI data structures has been
+* RTTI: :good:`Complete`.  Generation of RTTI data structures has been
   finished, along with support for the ``/GR`` flag.
 
 * Exceptions and SEH: :none:`Unstarted`.  Clang can parse both constructs, but





More information about the cfe-commits mailing list