enum UnhashedControlBlockRecordTypes
Description
Record codes for the unhashed control block.
Declared at: clang/include/clang/Serialization/ASTBitCodes.h:393
Enumerators
Name | Value | Comment |
---|---|---|
SIGNATURE | 1 | Record code for the signature that identifiers this AST file. |
AST_BLOCK_HASH | 2 | Record code for the content hash of the AST block. |
DIAGNOSTIC_OPTIONS | 3 | Record code for the diagnostic options table. |
DIAG_PRAGMA_MAPPINGS | 4 | Record code for # pragma diagnostic mappings. |
HEADER_SEARCH_ENTRY_USAGE | 5 | Record code for the indices of used header search entries. |