mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Unify the mapped behavior with the unmapped behavior and only ever walk into a pattern binding decls, top-level code decls, and non-nested functions. This avoids walking into e.g nested types, leading to duplicate coverage. We don't need to handle the unmapped behavior separately, as top-level code decls are always explicit, and non-nested functions are always checked when we create the profiler. rdar://99963912
1.6 KiB
1.6 KiB