]> granicus.if.org Git - clang/commitdiff
Fix MSVCCompatibility doc ReST and wording.
authorReid Kleckner <reid@kleckner.net>
Mon, 3 Mar 2014 18:22:25 +0000 (18:22 +0000)
committerReid Kleckner <reid@kleckner.net>
Mon, 3 Mar 2014 18:22:25 +0000 (18:22 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@202732 91177308-0d34-0410-b5e6-96231b3b80d8

docs/MSVCCompatibility.rst

index 346b860e764f8c7e1de781f20de7eed9cad5df55..879bb3de16399680e450c83e5b8a2336e78ce6e4 100644 (file)
@@ -40,8 +40,8 @@ ABI features
 
 The status of major ABI-impacting C++ features:
 
-* Record layout: :good:`Mostly complete`.  We've attacked this with a fuzzer,
-  and most of the remaining failures involve ``#pragma pack``,
+* Record layout: :good:`Mostly complete`.  We've tested this with a fuzzer, and
+  most of the remaining failures involve ``#pragma pack``,
   ``__declspec(align(N))``, or other pragmas.
 
 * Class inheritance: :good:`Mostly complete`.  This covers all of the standard
@@ -96,8 +96,8 @@ The status of major ABI-impacting C++ features:
 Template instantiation and name lookup
 ======================================
 
-In addition to the usual `dependent name lookup FAQs `_, Clang is often unable
-to parse certain invalid C++ constructs that MSVC allows.  As of this writing,
+In addition to the usual `dependent name lookup FAQs`_, Clang is often unable to
+parse certain invalid C++ constructs that MSVC allows.  As of this writing,
 Clang will reject code with missing ``typename`` annotations:
 
 .. _dependent name lookup FAQs: