mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Update master to build with Xcode 8 beta 3, OS X 10.12, iOS 10, tvOS 10, and watchOS 3 SDKs.
This commit is contained in:
@@ -49,10 +49,10 @@ Optional<StringRef>
|
||||
findGroupNameForUSR(ModuleDecl *M, StringRef USR);
|
||||
|
||||
bool printTypeInterface(ModuleDecl *M, Type Ty, ASTPrinter &Printer,
|
||||
std::string &TypeName, std::string &Error);
|
||||
std::string &Error);
|
||||
|
||||
bool printTypeInterface(ModuleDecl *M, StringRef TypeUSR, ASTPrinter &Printer,
|
||||
std::string &TyepName, std::string &Error);
|
||||
std::string &Error);
|
||||
|
||||
void printModuleInterface(ModuleDecl *M, Optional<StringRef> Group,
|
||||
ModuleTraversalOptions TraversalOptions,
|
||||
|
||||
Reference in New Issue
Block a user