Searched defs:StaticDiagInfoRec (Results 1 – 1 of 1) sorted by relevance
39 struct StaticDiagInfoRec { struct40 uint16_t DiagID;41 unsigned DefaultSeverity : 3;42 unsigned Class : 3;43 unsigned SFINAE : 2;44 unsigned WarnNoWerror : 1;45 unsigned WarnShowInSystemHeader : 1;46 unsigned Category : 5;48 uint16_t OptionGroupIndex;50 uint16_t DescriptionLen;[all …]