enum class DisableValidationForModuleKind

Description

Whether to disable the normal validation performed on precompiled headers and module files when they are loaded.

Declared at: clang/include/clang/Lex/PreprocessorOptions.h:47

Enumerators

NameValueComment
None0Perform validation, don't disable it.
PCH1Disable validation for a precompiled header and the modules it depends on.
Module2Disable validation for module files.
All3Disable validation for all kinds.
LLVM_BITMASK_LARGEST_ENUMERATOR2