enum class DiagnosticLevelMask

Description

A bitmask representing the diagnostic levels used by VerifyDiagnosticConsumer.

Declared at: clang/include/clang/Basic/DiagnosticOptions.h:39

Enumerators

NameValueComment
None0
Note1
Remark2
Warning4
Error8
All15