Skip to content

Commit bab70e5

Browse files
committed
revert ws change
1 parent 727c5e8 commit bab70e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/docs/ReleaseNotes.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ Improvements to Clang's diagnostics
267267
as function arguments or return value respectively. Note that
268268
:doc:`ThreadSafetyAnalysis` still does not perform alias analysis. The
269269
feature will be default-enabled with ``-Wthread-safety`` in a future release.
270-
- The ``-Wsign-compare`` warning now treats expressions with bitwise not(~) and minus(-) as signed integers
270+
- The ``-Wsign-compare`` warning now treats expressions with bitwise not(~) and minus(-) as signed integers
271271
except for the case where the operand is an unsigned integer
272272
and throws warning if they are compared with unsigned integers (##18878).
273273
- The ``-Wunnecessary-virtual-specifier`` warning has been added to warn about

0 commit comments

Comments
 (0)