mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
There's a subtle stack UAF here - `~CodeCompletionResultBuilder` would be called *after* `~ExpectedTypeContext` as `ExpectedTypeContext` was defined after `CodeCompletionResultBuilder`. Fix the order they're created to prevent this.
76 KiB
76 KiB