Skip to content

Commit 74e72a6

Browse files
committed
swift-ide-test: Disable parser lookup
1 parent 0a9a640 commit 74e72a6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/swift-ide-test/swift-ide-test.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3820,6 +3820,7 @@ int main(int argc, char *argv[]) {
38203820
InitInvok.setModuleName(options::ModuleName);
38213821

38223822
InitInvok.setSDKPath(options::SDK);
3823+
InitInvok.getLangOptions().DisableParserLookup = true;
38233824
InitInvok.getLangOptions().CollectParsedToken = true;
38243825
InitInvok.getLangOptions().BuildSyntaxTree = true;
38253826
InitInvok.getLangOptions().RequestEvaluatorGraphVizPath =

0 commit comments

Comments
 (0)