enum BlockIDs
Declared at: clang/include/clang/Frontend/SerializedDiagnostics.h:17
Enumerators
Name | Value | Comment |
---|---|---|
BLOCK_META | 8 | A top-level block which represents any meta data associated with the diagostics, including versioning of the format. |
BLOCK_DIAG | 9 | The this block acts as a container for all the information for a specific diagnostic. |