https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88472
--- Comment #9 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Sandra Loosemore <[email protected]>: https://gcc.gnu.org/g:a46ce9eb007a36d21d6c719b1707e3420fcc3520 commit r16-7675-ga46ce9eb007a36d21d6c719b1707e3420fcc3520 Author: Sandra Loosemore <[email protected]> Date: Sat Feb 14 22:46:54 2026 +0000 doc: Tag attributes with what they apply to [PR88472] After merging the lists of function/variable/type/etc attributes, it wasn't always clear what particular attributes applied to without reading through the description. This patch adopts the practice from the C standard of starting each attribute section with a paragraph describing what it can apply to. In many cases this just involved adding a paragraph break after the first sentence of the description; others required a bit of rephrasing too. gcc/ChangeLog PR other/88472 * doc/extend.texi (Attributes): Start each attribute's documentation with a short paragraph describing what it applies to. (C++ Attributes): Likewise.
