File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -2510,8 +2510,8 @@ code, even though this is not required by the standard.
2510
2510
2511
2511
Strict aliasing violations in the source may change program behavior and
2512
2512
``-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 .
2515
2515
2516
2516
Profile Guided Optimization
2517
2517
---------------------------
@@ -5297,6 +5297,7 @@ Restrictions and Limitations compared to Clang
5297
5297
----------------------------------------------
5298
5298
5299
5299
.. _clang_cl_strict_aliasing :
5300
+
5300
5301
Strict Aliasing
5301
5302
^^^^^^^^^^^^^^^
5302
5303
You can’t perform that action at this time.
0 commit comments