Skip to content

Commit 44c179d

Browse files
committed
Add missing backtick.
1 parent 7f2de1c commit 44c179d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

clang/include/clang/Basic/AttrDocs.td

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3655,7 +3655,7 @@ function definitions, and function pointer typedefs.
36553655

36563656
**Syntax:**
36573657

3658-
* GNU-style: ``__attribute__((cfi_salt("<salt_string>")))`
3658+
* GNU-style: ``__attribute__((cfi_salt("<salt_string>")))``
36593659
* C++11-style: ``[[clang::cfi_salt("<salt_string>")]]``
36603660

36613661
**Usage:**
@@ -3729,7 +3729,6 @@ functions intended for different purposes have distinct CFI identities.
37293729
salt values
37303730
* The attribute affects type compatibility during compilation and CFI hash
37313731
generation during code generation
3732-
37333732
}];
37343733
}
37353734

0 commit comments

Comments
 (0)