File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -326,6 +326,16 @@ Improvements to Clang's diagnostics
326326- Now correctly diagnose a tentative definition of an array with static
327327 storage duration in pedantic mode in C. (#GH50661)
328328
329+ - ``-Whigher-precisision-for-complex-divison `` no longer incorrectly warns when the divisor is real
330+ in complex division. (#GH131127)
331+
332+ - ``-Whigher-precisision-for-complex-divison `` now correctly warns when (#GH131127):
333+
334+ - The dividend is real, but the divisor is complex.
335+ - When the complex division happens in a higher precision type than the dividend due to arithmetic promotion.
336+ - When using the divide and assign operator (``/= ``)
337+
338+
329339Improvements to Clang's time-trace
330340----------------------------------
331341
You can’t perform that action at this time.
0 commit comments