mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
For historic reasons, Clang's representation of an Objective-C class declaration ObjCInterfaceDecl) and compatibility alias (ObjCCompatibleAliasDecl) are not actually Clang TypeDecl nodes. Cope with this in Objective-C printing, fixing rdar://problem/32308192.
6 lines
179 B
Objective-C
6 lines
179 B
Objective-C
// This file is meant to be included with modules turned off, compiled against
|
|
// the fake clang-importer-sdk.
|
|
#import <Foundation.h>
|
|
|
|
@compatibility_alias StringCheese NSString;
|