We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f00de5a commit f8affc5Copy full SHA for f8affc5
clang/docs/ReleaseNotes.rst
@@ -670,7 +670,8 @@ Bug Fixes in This Version
670
- Fixed an assertion failure in serialization of constexpr structs containing unions. (#GH140130)
671
- Fixed duplicate entries in TableGen that caused the wrong attribute to be selected. (GH#140701)
672
- 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)
+- Constant evaluation now correctly runs the destructor of a variable declared in
674
+ the second clause of a C-style ``for`` loop. (#GH139818)
675
676
Bug Fixes to Compiler Builtins
677
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
0 commit comments