enum ModuleManager::AddModuleResult

Description

The result of attempting to add a new module.

Declared at: clang/include/clang/Serialization/ModuleManager.h:193

Enumerators

NameValueComment
AlreadyLoaded0The module file had already been loaded.
NewlyLoaded1The module file was just loaded in response to this call.
Missing2The module file is missing.
OutOfDate3The module file is out-of-date.