Skip to content

Commit 6aa097b

Browse files
committed
📚 Add reference link to [[clang::lifetimebound]] attribute
1 parent 1f5f631 commit 6aa097b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/compiler.adoc

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@ https://github.com/intel/cpp-std-extensions/blob/main/include/stdx/compiler.hpp[
55
provides macros for decorating declarations, which resolve either to keywords or
66
to compiler-specific attributes:
77

8+
* https://clang.llvm.org/docs/AttributeReference.html#always-inline-force-inline[`ALWAYS_INLINE`]
89
* https://en.cppreference.com/w/cpp/language/constinit[`CONSTINIT`]
910
* https://en.cppreference.com/w/cpp/language/consteval[`CONSTEVAL`]
10-
* https://clang.llvm.org/docs/AttributeReference.html#always-inline-force-inline[`ALWAYS_INLINE`]
11-
* https://clang.llvm.org/docs/AttributeReference.html#noinline[`NEVER_INLINE`]
11+
* https://clang.llvm.org/docs/AttributeReference.html#lifetimebound[`LIFETIMEBOUND`]
1212
* https://clang.llvm.org/docs/AttributeReference.html#musttail[`MUSTTAIL`]
13+
* https://clang.llvm.org/docs/AttributeReference.html#noinline[`NEVER_INLINE`]

0 commit comments

Comments
 (0)