Files
swift-mirror/test/SourceKit/InterfaceGen/Inputs/header2.h
Xi Ge bef5b4301d [SourceKit][PrintObjcHeader] Avoid printing the same Swift decl twice.
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
2015-12-07 16:24:23 -08:00

6 lines
60 B
C

typedef struct {
long width;
long height;
} NUPixelSize;