Skip to content

Commit 132995f

Browse files
committed
Specify that we accept non-NULL ASCII strings.
1 parent 06e43bd commit 132995f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

clang/include/clang/Basic/AttrDocs.td

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3722,7 +3722,8 @@ functions intended for different purposes have distinct CFI identities.
37223722

37233723
**Notes:**
37243724

3725-
* The salt string can contain any characters, including spaces and quotes
3725+
* The salt string can contain non-NULL ASCII characters, including spaces and
3726+
quotes
37263727
* This attribute only applies to function types; using it on non-function
37273728
types will generate a warning
37283729
* All declarations and definitions of the same function must use identical

0 commit comments

Comments
 (0)