mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[move-function] Add a new context sensitive move expr.
It doesn't do anything yet.
This commit is contained in:
@@ -31,6 +31,7 @@ SYNTAX_NODE_SERIALIZATION_CODES = {
|
||||
'PoundColumnExpr': 26,
|
||||
'TryExpr': 27,
|
||||
'AwaitExpr': 249,
|
||||
'MoveExpr': 267,
|
||||
'IdentifierExpr': 28,
|
||||
'SuperRefExpr': 29,
|
||||
'NilLiteralExpr': 30,
|
||||
|
||||
Reference in New Issue
Block a user