]> granicus.if.org Git - clang/commitdiff
More editorial issues in MSVCCompatibility.rst
authorDavid Majnemer <david.majnemer@gmail.com>
Wed, 2 Jul 2014 22:14:34 +0000 (22:14 +0000)
committerDavid Majnemer <david.majnemer@gmail.com>
Wed, 2 Jul 2014 22:14:34 +0000 (22:14 +0000)
Make the status text for lambdas green.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@212229 91177308-0d34-0410-b5e6-96231b3b80d8

docs/MSVCCompatibility.rst

index f430d6755f021dd7457505621bf17989a97da607..8e20cb4b5e7c7316a23453a7a8cb339b69ffa70c 100644 (file)
@@ -89,7 +89,7 @@ The status of major ABI-impacting C++ features:
   MSVC "14" changed the ABI to make initialization of local statics thread safe,
   and we have not yet implemented this.
 
-* Lambdas: :none:`Mostly complete`.  Clang is compatible with Microsoft's
+* Lambdas: :good:`Mostly complete`.  Clang is compatible with Microsoft's
   implementation of lambdas except for providing overloads for conversion to
   function pointer for different calling conventions.  However, Microsoft's
   extension is non-conforming.