[llvm-branch-commits] [cfe-branch] r292267 - Make the -fstrict-vtable-pointers link relative
Hans Wennborg via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Tue Jan 17 13:33:39 PST 2017
Author: hans
Date: Tue Jan 17 15:33:39 2017
New Revision: 292267
URL: http://llvm.org/viewvc/llvm-project?rev=292267&view=rev
Log:
Make the -fstrict-vtable-pointers link relative
Modified:
cfe/branches/release_40/docs/ReleaseNotes.rst
Modified: cfe/branches/release_40/docs/ReleaseNotes.rst
URL: http://llvm.org/viewvc/llvm-project/cfe/branches/release_40/docs/ReleaseNotes.rst?rev=292267&r1=292266&r2=292267&view=diff
==============================================================================
--- cfe/branches/release_40/docs/ReleaseNotes.rst (original)
+++ cfe/branches/release_40/docs/ReleaseNotes.rst Tue Jan 17 15:33:39 2017
@@ -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++
More information about the llvm-branch-commits
mailing list