File tree Expand file tree Collapse file tree 1 file changed +4
-7
lines changed
Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -360,15 +360,12 @@ Improvements to Clang's diagnostics
360360
361361- An error is now emitted when a ``musttail `` call is made to a function marked with the ``not_tail_called `` attribute. (#GH133509).
362362
363- - ``-Whigher-precisision-for-complex-divison `` no longer incorrectly warns when the divisor is real
364- in complex division. (#GH131127)
363+ - ``-Whigher-precisision-for-complex-divison `` warns when:
365364
366- - ``-Whigher-precisision-for-complex-divison `` now correctly warns when:
365+ - The divisor is complex
366+ - When the complex division happens in a higher precision type due to arithmetic promotion
367+ - When using the divide and assign operator (``/= ``)
367368
368- - The dividend is real, but the divisor is complex.
369- - When the complex division happens in a higher precision type than the dividend due to arithmetic promotion.
370- - When using the divide and assign operator (``/= ``)
371-
372369 Fixes #GH131127
373370
374371Improvements to Clang's time-trace
You can’t perform that action at this time.
0 commit comments