[NFC] Fix out-of-date documentation related to ModuleLoaders.

This commit is contained in:
Varun Gandhi
2019-10-11 17:00:04 -07:00
parent 5e8c4ad494
commit ade2abb03c
2 changed files with 2 additions and 3 deletions

View File

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