mirror of
https://github.com/apple/swift.git
synced 2026-06-27 12:25:55 +02:00
340d9089a0
Some of the implicit decls generated for lazy vars have invalid source ranges. For now, just always walk into implicit decls when looking for name locations. Resolves rdar://problem/35255644.