summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHans Wennborg <hans@hanshq.net>2017-01-17 21:33:39 +0000
committerHans Wennborg <hans@hanshq.net>2017-01-17 21:33:39 +0000
commited7385311285c3ba2a435066bfceb2aa28b95e6a (patch)
tree3f1b67a59a8127f22157ecd8d5f4c3126b4161e7
parent4e35e74f426af2930d6beaaf433cdd8baa1136d5 (diff)
Make the -fstrict-vtable-pointers link relative
git-svn-id: https://llvm.org/svn/llvm-project/cfe/branches/release_40@292267 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--docs/ReleaseNotes.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ReleaseNotes.rst b/docs/ReleaseNotes.rst
index 3839d994a0..25ea577ba5 100644
--- a/docs/ReleaseNotes.rst
+++ b/docs/ReleaseNotes.rst
@@ -47,7 +47,7 @@ Major New Features
user-specified conditions.
- Enhanced devirtualization with
- `-fstrict-vtable-pointers <http://clang.llvm.org/docs/UsersManual.html#cmdoption-fstrict-vtable-pointers>`_.
+ `-fstrict-vtable-pointers <UsersManual.html#cmdoption-fstrict-vtable-pointers>`_.
Clang devirtualizes across different basic blocks, like loops:
.. code-block:: c++