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 ceea318 commit b28b842Copy full SHA for b28b842
clang/docs/ReleaseNotes.rst
@@ -65,8 +65,10 @@ C++ Specific Potentially Breaking Changes
65
standard library already have their own bespoke builtins.
66
- A workaround for libstdc++4.7 has been removed. Note that 4.8.3 remains the oldest
67
supported libstdc++ version.
68
-
69
- Added ``!nonnull/!align`` metadata to load of references for better codegen.
+- Checking for int->enum conversions in constant expressions is more strict;
70
+ in particular, ``const E x = (E)-1;`` is not treated as a constant if it's
71
+ out of range. This impacts old versions of Boost. (#GH143034)
72
73
ABI Changes in This Version
74
---------------------------
0 commit comments