r212229 - More editorial issues in MSVCCompatibility.rst

David Majnemer david.majnemer at gmail.com
Wed Jul 2 15:14:35 PDT 2014


Author: majnemer
Date: Wed Jul  2 17:14:34 2014
New Revision: 212229

URL: http://llvm.org/viewvc/llvm-project?rev=212229&view=rev
Log:
More editorial issues in MSVCCompatibility.rst

Make the status text for lambdas green.

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=212229&r1=212228&r2=212229&view=diff
==============================================================================
--- cfe/trunk/docs/MSVCCompatibility.rst (original)
+++ cfe/trunk/docs/MSVCCompatibility.rst Wed Jul  2 17:14:34 2014
@@ -89,7 +89,7 @@ The status of major ABI-impacting C++ fe
   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.





More information about the cfe-commits mailing list