libSyntax: add support for some type. rdar://49398494

This commit is contained in:
Xi Ge
2019-04-10 14:26:26 -07:00
committed by Rintaro Ishizaki
parent 3bdb924bec
commit 644b5ecd53
5 changed files with 22 additions and 1 deletions

View File

@@ -232,6 +232,7 @@ SYNTAX_NODE_SERIALIZATION_CODES = {
'NamedAttributeStringArgument': 227,
'DeclName': 228,
'PoundAssertStmt': 229,
'SomeType': 230,
}