@@ -418,14 +418,14 @@ New Compiler Flags
418418 through optimizations, meaning that variables will typically be visible in a
419419 debugger more often. The flag has two levels: ``-fextend-variable-liveness ``,
420420 or ``-fextend-variable-liveness=all ``, extendes the liveness of all user
421- variables and the ``this `` pointer. Alternatively `` -fextend-this-ptr ``, or
422- ``-fextend-variable-liveness=this ``, has the same behaviour but applies only
423- to the ``this `` variable in C++ class member functions, meaning its effect is
424- a strict subset of ``-fextend-variable-liveness ``. Note that this flag
425- modifies the results of optimizations that Clang performs, which will result
426- in reduced performance in generated code; however, this feature will not
427- extend the liveness of some variables in cases where doing so would likely
428- have a severe impact on generated code performance.
421+ variables and the ``this `` pointer. Alternatively
422+ ``-fextend-variable-liveness=this `` has the same behaviour but applies only to
423+ the ``this `` variable in C++ class member functions, meaning its effect is a
424+ strict subset of ``-fextend-variable-liveness ``. Note that this flag modifies
425+ the results of optimizations that Clang performs, which will result in reduced
426+ performance in generated code; however, this feature will not extend the
427+ liveness of some variables in cases where doing so would likely have a severe
428+ impact on generated code performance.
429429
430430Deprecated Compiler Flags
431431-------------------------
0 commit comments