mirror of
https://github.com/apple/swift.git
synced 2026-06-27 12:25:55 +02:00
bef5b4301d
Clang and Swift decls likely have many-to-one mappings; for instance, a RecordDecl and a TypedefDecl in Clang are both imported as the same Swift NominalTypeDecl. This commit reduces duplication when we print Clang decls in Swift. rdar://23275959
6 lines
60 B
C
6 lines
60 B
C
|
|
typedef struct {
|
|
long width;
|
|
long height;
|
|
} NUPixelSize;
|