enum ModuleManager::AddModuleResult
Description
The result of attempting to add a new module.
Declared at: clang/include/clang/Serialization/ModuleManager.h:193
Enumerators
Name | Value | Comment |
---|---|---|
AlreadyLoaded | 0 | The module file had already been loaded. |
NewlyLoaded | 1 | The module file was just loaded in response to this call. |
Missing | 2 | The module file is missing. |
OutOfDate | 3 | The module file is out-of-date. |