Skip to content
Snippets Groups Projects
Commit 7a9b46c6 authored by Reid Kleckner's avatar Reid Kleckner
Browse files

Fix MSVCCompatibility doc ReST and wording.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@202732 91177308-0d34-0410-b5e6-96231b3b80d8
parent 60fa964a
No related branches found
No related tags found
No related merge requests found
...@@ -40,8 +40,8 @@ ABI features ...@@ -40,8 +40,8 @@ ABI features
The status of major ABI-impacting C++ features: The status of major ABI-impacting C++ features:
* Record layout: :good:`Mostly complete`. We've attacked this with a fuzzer, * Record layout: :good:`Mostly complete`. We've tested this with a fuzzer, and
and most of the remaining failures involve ``#pragma pack``, most of the remaining failures involve ``#pragma pack``,
``__declspec(align(N))``, or other pragmas. ``__declspec(align(N))``, or other pragmas.
* Class inheritance: :good:`Mostly complete`. This covers all of the standard * Class inheritance: :good:`Mostly complete`. This covers all of the standard
...@@ -96,8 +96,8 @@ The status of major ABI-impacting C++ features: ...@@ -96,8 +96,8 @@ The status of major ABI-impacting C++ features:
Template instantiation and name lookup Template instantiation and name lookup
====================================== ======================================
In addition to the usual `dependent name lookup FAQs `_, Clang is often unable In addition to the usual `dependent name lookup FAQs`_, Clang is often unable to
to parse certain invalid C++ constructs that MSVC allows. As of this writing, parse certain invalid C++ constructs that MSVC allows. As of this writing,
Clang will reject code with missing ``typename`` annotations: Clang will reject code with missing ``typename`` annotations:
.. _dependent name lookup FAQs: .. _dependent name lookup FAQs:
......
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