mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
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;
|