summaryrefslogtreecommitdiff
path: root/docs/UsersManual.rst
diff options
context:
space:
mode:
authorReid Kleckner <reid@kleckner.net>2013-09-20 17:54:39 +0000
committerReid Kleckner <reid@kleckner.net>2013-09-20 17:54:39 +0000
commitdec5f28df6e9a813df8d0dd62f07678c6bd92d47 (patch)
tree3c2f06ea1d0482483892956c781115abb2cdd095 /docs/UsersManual.rst
parentcc6fab9abd8c8dc4fc1b0121bdc7882e522f7b67 (diff)
downloadclang-dec5f28df6e9a813df8d0dd62f07678c6bd92d47.tar.gz
clang-dec5f28df6e9a813df8d0dd62f07678c6bd92d47.tar.bz2
clang-dec5f28df6e9a813df8d0dd62f07678c6bd92d47.tar.xz
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
Diffstat (limited to 'docs/UsersManual.rst')
-rw-r--r--docs/UsersManual.rst6
1 files changed, 3 insertions, 3 deletions
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
-<http://msdn.microsoft.com/en-us/library/8tesw2eh.aspx>` are silently
+<http://msdn.microsoft.com/en-us/library/8tesw2eh.aspx>`_ 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
-<http://clang.llvm.org/compatibility.html#dep_lookup_bases>`, which is a
-common compatibility issue with clang. This flag is enabled by default
+<http://clang.llvm.org/compatibility.html#dep_lookup_bases>`_, 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