]> granicus.if.org Git - clang/commitdiff
Fix -fstrict-vtable-pointers link
authorHans Wennborg <hans@hanshq.net>
Tue, 17 Jan 2017 21:29:52 +0000 (21:29 +0000)
committerHans Wennborg <hans@hanshq.net>
Tue, 17 Jan 2017 21:29:52 +0000 (21:29 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/branches/release_40@292264 91177308-0d34-0410-b5e6-96231b3b80d8

docs/ReleaseNotes.rst

index 9d3de8e9d521fbefa03b5b3a302b37bc8f729c7a..3839d994a03977e27b3c8b71a50657f401968b63 100644 (file)
@@ -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 <http://clang.llvm.org/docs/UsersManual.html#cmdoption-fstrict-vtable-pointers>`_.
   Clang devirtualizes across different basic blocks, like loops:
 
   .. code-block:: c++