diff options
author | Aaron Puchert <aaron.puchert@sap.com> | 2025-06-05 18:17:49 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-06-05 18:17:49 +0200 |
commit | 8641a2cf99d1424905a6a03656e251fed0fd7ae1 (patch) | |
tree | d049b0ee5194a1af418584ae75d6599f962b4ccd /clang/lib/CodeGen/CodeGenModule.cpp | |
parent | 79861d2db788867ce6453cbdb7300f18eefd387d (diff) | |
download | llvm-8641a2cf99d1424905a6a03656e251fed0fd7ae1.zip llvm-8641a2cf99d1424905a6a03656e251fed0fd7ae1.tar.gz llvm-8641a2cf99d1424905a6a03656e251fed0fd7ae1.tar.bz2 |
Fix cross-references in Clang attribute reference (#142967)
Anchors are automatically generated, but adding another anchor with the
same name hides the anchor that we actually want. Simply removing the
unnecessary self-referential anchor `lifetimebound` fixes the links.
The documentation for coro_disable_lifetimebound and coro_lifetimebound
also had an unnecessary redirection. It's possible to change the link
text to differ from the heading, but I think that's not necessary here.
Also fix a reference in clang-tidy that was using the (unstable)
numbered anchor.
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.cpp')
0 files changed, 0 insertions, 0 deletions