We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4024e5a commit 0d57f3bCopy full SHA for 0d57f3b
lib/SIL/Parser/ParseSIL.cpp
@@ -1340,6 +1340,7 @@ static Optional<AccessorKind> getAccessorKind(StringRef ident) {
1340
/// sil-decl-subref ::= '!' sil-decl-subref-part ('.' sil-decl-lang)?
1341
/// ('.' sil-decl-autodiff)?
1342
/// sil-decl-subref ::= '!' sil-decl-lang
1343
+/// sil-decl-subref ::= '!' sil-decl-autodiff
1344
/// sil-decl-subref-part ::= 'getter'
1345
/// sil-decl-subref-part ::= 'setter'
1346
/// sil-decl-subref-part ::= 'allocator'
0 commit comments