From ab528a3f4a092dd80a1c443e9556dd7ae3b17d46 Mon Sep 17 00:00:00 2001
From: David Majnemer <david.majnemer@gmail.com>
Date: Wed, 2 Jul 2014 22:14:34 +0000
Subject: [PATCH] More editorial issues in MSVCCompatibility.rst

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 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/MSVCCompatibility.rst b/docs/MSVCCompatibility.rst
index f430d6755f0..8e20cb4b5e7 100644
--- a/docs/MSVCCompatibility.rst
+++ b/docs/MSVCCompatibility.rst
@@ -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.
-- 
GitLab