File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -267,7 +267,7 @@ Improvements to Clang's diagnostics
267
267
as function arguments or return value respectively. Note that
268
268
:doc: `ThreadSafetyAnalysis ` still does not perform alias analysis. The
269
269
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
271
271
except for the case where the operand is an unsigned integer
272
272
and throws warning if they are compared with unsigned integers (##18878).
273
273
- The ``-Wunnecessary-virtual-specifier `` warning has been added to warn about
You can’t perform that action at this time.
0 commit comments