[llvm-branch-commits] [cfe-branch] r292264 - Fix -fstrict-vtable-pointers link
Hans Wennborg via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Tue Jan 17 13:29:52 PST 2017
Author: hans
Date: Tue Jan 17 15:29:52 2017
New Revision: 292264
URL: http://llvm.org/viewvc/llvm-project?rev=292264&view=rev
Log:
Fix -fstrict-vtable-pointers link
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=292264&r1=292263&r2=292264&view=diff
==============================================================================
--- cfe/branches/release_40/docs/ReleaseNotes.rst (original)
+++ cfe/branches/release_40/docs/ReleaseNotes.rst Tue Jan 17 15:29:52 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 <http://clang.llvm.org/docs/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