Skip to content

Commit f8affc5

Browse files
Mr-AnyoneSirraide
andcommitted
Update clang/docs/ReleaseNotes.rst
Co-authored-by: Sirraide <[email protected]>
1 parent f00de5a commit f8affc5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

clang/docs/ReleaseNotes.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -670,7 +670,8 @@ Bug Fixes in This Version
670670
- Fixed an assertion failure in serialization of constexpr structs containing unions. (#GH140130)
671671
- Fixed duplicate entries in TableGen that caused the wrong attribute to be selected. (GH#140701)
672672
- Fixed type mismatch error when 'builtin-elementwise-math' arguments have different qualifiers, this should be well-formed. (#GH141397)
673-
- Fix constant evaluation in for loop not calling destructor (#GH139818)
673+
- Constant evaluation now correctly runs the destructor of a variable declared in
674+
the second clause of a C-style ``for`` loop. (#GH139818)
674675

675676
Bug Fixes to Compiler Builtins
676677
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0 commit comments

Comments
 (0)