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 53fae7a commit 6171b73Copy full SHA for 6171b73
clang/docs/ReleaseNotes.rst
@@ -229,6 +229,9 @@ Bug Fixes in This Version
229
cast chain. (#GH149967).
230
- Fixed a crash with incompatible pointer to integer conversions in designated
231
initializers involving string literals. (#GH154046)
232
+- Clang now emits a frontend error when a function marked with the `flatten` attribute
233
+ calls another function that requires target features not enabled in the caller. This
234
+ prevents a fatal error in the backend.
235
236
Bug Fixes to Compiler Builtins
237
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
0 commit comments