[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:
Jordan Rose
2014-04-22 01:51:19 +00:00
parent fbf0a1529c
commit 4a36db7835
4 changed files with 32 additions and 12 deletions

View File

@@ -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.