mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[SourceKit] Add option to force the SyntaxMap to be generated via the syntax tree
This commit is contained in:
@@ -90,6 +90,7 @@ class NullEditorConsumer : public EditorConsumer {
|
||||
bool handleSourceText(StringRef Text) override { return false; }
|
||||
bool handleSerializedSyntaxTree(StringRef Text) override { return false; }
|
||||
bool syntaxTreeEnabled() override { return false; }
|
||||
bool forceLibSyntaxBasedProcessing() override { return false; }
|
||||
|
||||
public:
|
||||
bool needsSema = false;
|
||||
|
||||
Reference in New Issue
Block a user