Home
last modified time | relevance | path

Searched defs:StaticDiagInfoRec (Results 1 – 1 of 1) sorted by relevance

/openbsd/src/gnu/llvm/clang/lib/Basic/
DDiagnosticIDs.cpp111 struct StaticDiagInfoRec { struct
112 uint16_t DiagID;
113 uint8_t DefaultSeverity : 3;
114 uint8_t Class : 3;
115 uint8_t SFINAE : 2;
116 uint8_t Category : 6;
117 uint8_t WarnNoWerror : 1;
118 uint8_t WarnShowInSystemHeader : 1;
119 uint8_t WarnShowInSystemMacro : 1;
121 uint16_t OptionGroupIndex : 15;
[all …]