Skip to content

Commit f7c30b8

Browse files
committed
Add a blurb to the release notes
1 parent 909fbc5 commit f7c30b8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

clang/docs/ReleaseNotes.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -341,6 +341,11 @@ Attribute Changes in Clang
341341
- New format attributes ``gnu_printf``, ``gnu_scanf``, ``gnu_strftime`` and ``gnu_strfmon`` are added
342342
as aliases for ``printf``, ``scanf``, ``strftime`` and ``strfmon``. (#GH16219)
343343

344+
- New attribute ``modular_format`` to allow dynamically selecting at link time
345+
which aspects of a statically linked libc's printf (et al) implementation are
346+
required. This can reduce code size without requiring e.g. multilibs for
347+
printf features. Requires cooperation with the libc implementation.
348+
344349
Improvements to Clang's diagnostics
345350
-----------------------------------
346351
- Diagnostics messages now refer to ``structured binding`` instead of ``decomposition``,

0 commit comments

Comments
 (0)