mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Otherwise, it's never initialized. This doesn't affect normal compilation because it doensn't reach only-user SILGen due to typecheck error. However, IDE refactoring uses this regardless of the error. rdar://problem/33972653