mirror of
https://github.com/apple/swift.git
synced 2026-02-27 18:26:24 +01:00
We weren't printing memberwise inits, shorthand arguments (e.g. $0, $1), and other implicit decls, so cursor info would give empty annotated decl and fully annotated decl fields for them. Resolves rdar://problem/58929991