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 770e017 commit b3b2309Copy full SHA for b3b2309
clang/docs/ReleaseNotes.rst
@@ -327,7 +327,7 @@ Attribute Changes in Clang
327
- New format attributes ``gnu_printf``, ``gnu_scanf``, ``gnu_strftime`` and ``gnu_strfmon`` are added
328
as aliases for ``printf``, ``scanf``, ``strftime`` and ``strfmon``. (#GH16219)
329
330
-- New function attribute `malloc_span` is added. Its semantics is similar to that of the `malloc`
+- New function attribute `malloc_span` is added. It has semantics similar to that of the `malloc`
331
attribute, but `malloc_span` applies not to functions returning pointers, but to functions returning
332
span-like structures (i.e. those that contain a pointer field and a size integer field).
333
0 commit comments