struct
#include <slang/text/SourceManager.h>
DiagnosticDirectiveInfo Stores information specified in a `pragma diagnostic directive, which alters the currently active set of diagnostic mappings.
Public variables
-
std::
string_view name - The name of the diagnostic being controlled.
-
size_
t offset - Offset in the source where the directive occurred.
- DiagnosticSeverity severity
- The new severity the diagnostic should have.