aboutsummaryrefslogtreecommitdiff
path: root/clang/docs/MSVCCompatibility.rst
diff options
context:
space:
mode:
authorReid Kleckner <reid@kleckner.net>2014-03-03 18:22:25 +0000
committerReid Kleckner <reid@kleckner.net>2014-03-03 18:22:25 +0000
commit77d7698709874b0a8c0fef6d8652db58b40fd83e (patch)
treee2ce19ba937d58603b2ecd76761ec3ffda64169b /clang/docs/MSVCCompatibility.rst
parent17388a61b270a21ee711cd51e003c17d2b3bdf29 (diff)
downloadllvm-77d7698709874b0a8c0fef6d8652db58b40fd83e.zip
llvm-77d7698709874b0a8c0fef6d8652db58b40fd83e.tar.gz
llvm-77d7698709874b0a8c0fef6d8652db58b40fd83e.tar.bz2
Fix MSVCCompatibility doc ReST and wording.
llvm-svn: 202732
Diffstat (limited to 'clang/docs/MSVCCompatibility.rst')
-rw-r--r--clang/docs/MSVCCompatibility.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/clang/docs/MSVCCompatibility.rst b/clang/docs/MSVCCompatibility.rst
index 346b860..879bb3d 100644
--- a/clang/docs/MSVCCompatibility.rst
+++ b/clang/docs/MSVCCompatibility.rst
@@ -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: