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.
ThenStmt
1 parent f9d10ce commit 2382f76Copy full SHA for 2382f76
swift/extractor/infra/SwiftTagTraits.h
@@ -43,6 +43,7 @@ MAP(swift::Stmt, StmtTag)
43
MAP(swift::BraceStmt, BraceStmtTag)
44
MAP(swift::ReturnStmt, ReturnStmtTag)
45
MAP(swift::YieldStmt, YieldStmtTag)
46
+ MAP(swift::ThenStmt, void) // gated behind yet unusable experimental feature
47
MAP(swift::DeferStmt, DeferStmtTag)
48
MAP(swift::LabeledStmt, LabeledStmtTag)
49
MAP(swift::LabeledConditionalStmt, LabeledConditionalStmtTag)
0 commit comments