[SourceKit] Add syntaxtype for #error/#warning (#14742)

This commit is contained in:
John Fairhurst
2018-02-21 22:48:18 +00:00
committed by Xi Ge
parent 94d1f026a3
commit 677491fc9b
10 changed files with 150 additions and 31 deletions

View File

@@ -704,6 +704,7 @@ public:
case SyntaxNodeKind::TypeId:
case SyntaxNodeKind::BuildConfigKeyword:
case SyntaxNodeKind::BuildConfigId:
case SyntaxNodeKind::PoundDirectiveKeyword:
case SyntaxNodeKind::AttributeId:
case SyntaxNodeKind::AttributeBuiltin:
case SyntaxNodeKind::ObjectLiteral: