Files
swift-mirror/tools/SourceKit/lib/SwiftLang/SwiftEditor.cpp
Alex Hoppen 3a96cc7c51 [SourceKit] Use a deep stack to perform syntactic parsing
Othwerise we were performing the syntactic parsing on a background queue that had a reduced stack size which could result in stack overflows.

rdar://84474387
2021-11-09 18:36:09 +01:00

94 KiB