Skip to content

Commit 0d57f3b

Browse files
authored
[ParseSIL] NFC: fix SILDeclRef grammar comment. (swiftlang#32347)
1 parent 4024e5a commit 0d57f3b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/SIL/Parser/ParseSIL.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1340,6 +1340,7 @@ static Optional<AccessorKind> getAccessorKind(StringRef ident) {
13401340
/// sil-decl-subref ::= '!' sil-decl-subref-part ('.' sil-decl-lang)?
13411341
/// ('.' sil-decl-autodiff)?
13421342
/// sil-decl-subref ::= '!' sil-decl-lang
1343+
/// sil-decl-subref ::= '!' sil-decl-autodiff
13431344
/// sil-decl-subref-part ::= 'getter'
13441345
/// sil-decl-subref-part ::= 'setter'
13451346
/// sil-decl-subref-part ::= 'allocator'

0 commit comments

Comments
 (0)