mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[NFC] Fix out-of-date documentation related to ModuleLoaders.
This commit is contained in:
@@ -31,8 +31,8 @@ enum class ModuleLoadingMode {
|
||||
OnlySerialized
|
||||
};
|
||||
|
||||
/// Common functionality shared between \c SerializedModuleLoader and
|
||||
/// \c ModuleInterfaceLoader.
|
||||
/// Common functionality shared between \c SerializedModuleLoader,
|
||||
/// \c ModuleInterfaceLoader and \c MemoryBufferSerializedModuleLoader.
|
||||
class SerializedModuleLoaderBase : public ModuleLoader {
|
||||
/// A { module, generation # } pair.
|
||||
using LoadedModulePair = std::pair<std::unique_ptr<ModuleFile>, unsigned>;
|
||||
|
||||
Reference in New Issue
Block a user