]> granicus.if.org Git - clang/commitdiff
Merging r292265:
authorHans Wennborg <hans@hanshq.net>
Tue, 17 Jan 2017 21:32:31 +0000 (21:32 +0000)
committerHans Wennborg <hans@hanshq.net>
Tue, 17 Jan 2017 21:32:31 +0000 (21:32 +0000)
------------------------------------------------------------------------
r292265 | hans | 2017-01-17 13:31:57 -0800 (Tue, 17 Jan 2017) | 1 line

UsersManual.rst: add missing newline
------------------------------------------------------------------------

git-svn-id: https://llvm.org/svn/llvm-project/cfe/branches/release_40@292266 91177308-0d34-0410-b5e6-96231b3b80d8

docs/UsersManual.rst

index d7554a74252a467b9588740d4b57311bc24fdf44..04023dd206022caadc69e77ad78ebd4c3ecc90d6 100644 (file)
@@ -1099,6 +1099,7 @@ are listed below.
 
 
 .. option:: -fstrict-vtable-pointers
+
    Enable optimizations based on the strict rules for overwriting polymorphic
    C++ objects, i.e. the vptr is invariant during an object's lifetime.
    This enables better devirtualization. Turned off by default, because it is