Skip to content
Snippets Groups Projects
Commit ab528a3f authored by David Majnemer's avatar David Majnemer
Browse files

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
parent 0d0deddd
No related branches found
No related tags found
No related merge requests found
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment