Skip to content

Commit 53aff65

Browse files
committed
Add Release Notes
1 parent 10b5c5a commit 53aff65

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

clang/docs/ReleaseNotes.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
329339
Improvements to Clang's time-trace
330340
----------------------------------
331341

0 commit comments

Comments
 (0)