git-svn-id: https://llvm.org/svn/llvm-project/cfe/branches/release_40@292264
91177308-0d34-0410-b5e6-
96231b3b80d8
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++