mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Some fields in the AST are cached values that are populated lazily. We should not use those values directly as in case they are not yet computed we get back null pointers. Use ASTContext instead which can call the slow path if the cache is not yet populated. rdar://132746445
38 KiB
38 KiB