Make the status text for lambdas green.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@212229
91177308-0d34-0410-b5e6-
96231b3b80d8
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.