More editorial issues in MSVCCompatibility.rst

Make the status text for lambdas green.

llvm-svn: 212229
This commit is contained in:
David Majnemer 2014-07-02 22:14:34 +00:00
parent 0eaa541ea5
commit fc29d8b8c3
1 changed files with 1 additions and 1 deletions

View 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.