You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: clang/docs/ReleaseNotes.rst
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -169,6 +169,8 @@ Modified Compiler Flags
169
169
the behavior of ``-mtp`` in gcc. This changes the default behavior for ARM targets that provide the ``TPIDRURO`` register as this will be used instead of a call to the ``__aeabi_read_tp``.
170
170
Programs that use ``__aeabi_read_tp`` but do not use the ``TPIDRURO`` register must use ``-mtp=soft``. Fixes #123864
171
171
172
+
- The compiler flag `-fbracket-depth` default value is increased from 256 to 2048. (#GH94728)
173
+
172
174
Removed Compiler Flags
173
175
-------------------------
174
176
@@ -264,7 +266,7 @@ Improvements to Clang's diagnostics
264
266
as function arguments or return value respectively. Note that
265
267
:doc:`ThreadSafetyAnalysis` still does not perform alias analysis. The
266
268
feature will be default-enabled with ``-Wthread-safety`` in a future release.
267
-
- The ``-Wsign-compare`` warning now treats expressions with bitwise not(~) and minus(-) as signed integers
269
+
- The ``-Wsign-compare`` warning now treats expressions with bitwise not(~) and minus(-) as signed integers
268
270
except for the case where the operand is an unsigned integer
269
271
and throws warning if they are compared with unsigned integers (##18878).
270
272
- The ``-Wunnecessary-virtual-specifier`` warning has been added to warn about
0 commit comments