[all-commits] [llvm/llvm-project] fe4bba: Add support for referencable labels for attribute ...
Oliver Hunt via All-commits
all-commits at lists.llvm.org
Wed Dec 4 09:58:42 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: fe4bba65785072047f4dadba9b77f3cdf37e4ace
https://github.com/llvm/llvm-project/commit/fe4bba65785072047f4dadba9b77f3cdf37e4ace
Author: Oliver Hunt <github at nerget.com>
Date: 2024-12-04 (Wed, 04 Dec 2024)
Changed paths:
M clang/include/clang/Basic/Attr.td
M clang/include/clang/Basic/AttrDocs.td
M clang/utils/TableGen/ClangAttrEmitter.cpp
Log Message:
-----------
Add support for referencable labels for attribute documentation (#118428)
The existing mechanism being used is to manually add a reference in the
documentation. These references link to the beginning of the text rather
than the heading for the attribute which is what this PR allows.
---------
Co-authored-by: Sirraide <aeternalmail at gmail.com>
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list