aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/CodeGen/CodeGenModule.cpp
diff options
context:
space:
mode:
authorAaron Puchert <aaron.puchert@sap.com>2025-06-05 18:17:49 +0200
committerGitHub <noreply@github.com>2025-06-05 18:17:49 +0200
commit8641a2cf99d1424905a6a03656e251fed0fd7ae1 (patch)
treed049b0ee5194a1af418584ae75d6599f962b4ccd /clang/lib/CodeGen/CodeGenModule.cpp
parent79861d2db788867ce6453cbdb7300f18eefd387d (diff)
downloadllvm-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