r236706 - Fix some glitches in the MSVCCompatibility document
David Majnemer
david.majnemer at gmail.com
Thu May 7 00:48:17 PDT 2015
Author: majnemer
Date: Thu May 7 02:48:16 2015
New Revision: 236706
URL: http://llvm.org/viewvc/llvm-project?rev=236706&view=rev
Log:
Fix some glitches in the MSVCCompatibility document
- Fix the formatting of the "Exceptions and SEH" section.
- Make the "Complete" text for "Thread-safe initialization of local
statics" 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=236706&r1=236705&r2=236706&view=diff
==============================================================================
--- cfe/trunk/docs/MSVCCompatibility.rst (original)
+++ cfe/trunk/docs/MSVCCompatibility.rst Thu May 7 02:48:16 2015
@@ -85,7 +85,7 @@ The status of major ABI-impacting C++ fe
finished, along with support for the ``/GR`` flag.
* Exceptions and SEH: :partial:`Partial`.
- C++ exceptions (``try`` / ``catch``/ ``throw``) and
+ C++ exceptions (``try`` / ``catch`` / ``throw``) and
structured exceptions (``__try`` / ``__except`` / ``__finally``) mostly
work on x64. 32-bit exception handling support is being worked on. LLVM does
not model asynchronous exceptions, so it is currently impossible to catch an
@@ -96,7 +96,7 @@ The status of major ABI-impacting C++ fe
.. _consistent with Visual C++:
https://msdn.microsoft.com/en-us/library/wfa0edys.aspx
-* Thread-safe initialization of local statics: :none:`Complete`. MSVC 2015
+* Thread-safe initialization of local statics: :good:`Complete`. MSVC 2015
added support for thread-safe initialization of such variables by taking an
ABI break.
We are ABI compatible with both the MSVC 2013 and 2015 ABI for static local
More information about the cfe-commits
mailing list