Skip to content

Commit 0e42112

Browse files
committed
!fixup add missing newline, TypeSanitizer doc reference.
1 parent 2c896bc commit 0e42112

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

clang/docs/UsersManual.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2510,8 +2510,8 @@ code, even though this is not required by the standard.
25102510

25112511
Strict aliasing violations in the source may change program behavior and
25122512
``-fno-strict-aliasing`` disables use of the strict aliasing rules. There also
2513-
is an experimental TypeSanitizer to detect strict aliasing voliations, which
2514-
can be enabled by ``-fsanitize=type``.
2513+
is an experimental :ref:`TypeSanitizer <TypeSanitizer>` to detect strict
2514+
aliasing violations.
25152515

25162516
Profile Guided Optimization
25172517
---------------------------
@@ -5297,6 +5297,7 @@ Restrictions and Limitations compared to Clang
52975297
----------------------------------------------
52985298

52995299
.. _clang_cl_strict_aliasing:
5300+
53005301
Strict Aliasing
53015302
^^^^^^^^^^^^^^^
53025303

0 commit comments

Comments
 (0)