FIR checker: report EXPECTED_CONDITION
This commit is contained in:
committed by
Mikhail Glukhikh
parent
e396da0562
commit
31573a98e8
@@ -51,5 +51,11 @@ enum class DiagnosticKind {
|
||||
FloatLiteralOutOfRange,
|
||||
WrongLongSuffix,
|
||||
|
||||
Other
|
||||
Other,
|
||||
|
||||
/**
|
||||
* Special diagnostic kind that is caused by issues at other places in the code. Such diagnostics should not be reported so that user
|
||||
* sees less noise.
|
||||
*/
|
||||
NotRootCause
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user