Commit 8641a2c
authored
Fix cross-references in Clang attribute reference (llvm#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.1 parent 79861d2 commit 8641a2c
File tree
2 files changed
+3
-8
lines changed- clang-tools-extra/docs/clang-tidy/checks/bugprone
- clang/include/clang/Basic
2 files changed
+3
-8
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4396 | 4396 | | |
4397 | 4397 | | |
4398 | 4398 | | |
4399 | | - | |
4400 | | - | |
4401 | 4399 | | |
4402 | 4400 | | |
4403 | 4401 | | |
| |||
9042 | 9040 | | |
9043 | 9041 | | |
9044 | 9042 | | |
9045 | | - | |
| 9043 | + | |
9046 | 9044 | | |
9047 | 9045 | | |
9048 | 9046 | | |
9049 | 9047 | | |
9050 | 9048 | | |
9051 | 9049 | | |
9052 | | - | |
| 9050 | + | |
9053 | 9051 | | |
9054 | 9052 | | |
9055 | 9053 | | |
| |||
9109 | 9107 | | |
9110 | 9108 | | |
9111 | 9109 | | |
9112 | | - | |
9113 | | - | |
9114 | | - | |
9115 | 9110 | | |
9116 | 9111 | | |
9117 | 9112 | | |
| |||
0 commit comments