Feature signatures appended to the PDB info stream.

Synopsis

Declared in <llvm/DebugInfo/PDB/Native/RawConstants.h>

enum class PdbRaw_FeatureSig : uint32_t;

Members

Name

Description

VC110

Visual C++ 11.0 feature signature.

VC140

Visual C++ 14.0 feature signature.

NoTypeMerge

Types were not merged ('NOTM').

MinimalDebugInfo

Minimal debug info present ('MINI').

Created with MrDocs