From: Reid Kleckner Date: Fri, 20 Sep 2013 17:54:39 +0000 (+0000) Subject: Fix ReST links I just added to the manual X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=dec5f28df6e9a813df8d0dd62f07678c6bd92d47;p=clang Fix ReST links I just added to the manual git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@191097 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/UsersManual.rst b/docs/UsersManual.rst index 1f5084456d..5ea05bced3 100644 --- a/docs/UsersManual.rst +++ b/docs/UsersManual.rst @@ -1218,14 +1218,14 @@ C++; to enable it, use the -fms-extensions command-line option. This is the default for Windows targets. Note that the support is incomplete. Some constructs such as dllexport on classes are ignored with a warning, and others such as `Microsoft IDL annotations -` are silently +`_ are silently ignored. clang has a -fms-compatibility flag that makes clang accept enough invalid C++ to be able to parse most Microsoft headers. For example, it allows `unqualified lookup of dependent base class members -`, which is a -common compatibility issue with clang. This flag is enabled by default +`_, which is +a common compatibility issue with clang. This flag is enabled by default for Windows targets. -fdelayed-template-parsing lets clang delay all template instantiation