Skip to content

Commit 2382f76

Browse files
committed
Swift: ignore experimental ThenStmt
1 parent f9d10ce commit 2382f76

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

swift/extractor/infra/SwiftTagTraits.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ MAP(swift::Stmt, StmtTag)
4343
MAP(swift::BraceStmt, BraceStmtTag)
4444
MAP(swift::ReturnStmt, ReturnStmtTag)
4545
MAP(swift::YieldStmt, YieldStmtTag)
46+
MAP(swift::ThenStmt, void) // gated behind yet unusable experimental feature
4647
MAP(swift::DeferStmt, DeferStmtTag)
4748
MAP(swift::LabeledStmt, LabeledStmtTag)
4849
MAP(swift::LabeledConditionalStmt, LabeledConditionalStmtTag)

0 commit comments

Comments
 (0)