mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[serialization] Print the path to a too-new, too-old, or malformed module file.
<rdar://problem/16680615> Swift SVN r16637
This commit is contained in:
@@ -41,7 +41,10 @@ enum class ModuleStatus {
|
||||
MissingShadowedModule,
|
||||
|
||||
/// The module file is malformed in some way.
|
||||
Malformed
|
||||
Malformed,
|
||||
|
||||
/// The module documentation file is malformed in some way.
|
||||
MalformedDocumentation
|
||||
};
|
||||
|
||||
/// \brief Imports serialized Swift modules into an ASTContext.
|
||||
|
||||
Reference in New Issue
Block a user