FIR checker: report EXPECTED_CONDITION

This commit is contained in:
Tianyu Geng
2021-06-18 02:12:17 +03:00
committed by Mikhail Glukhikh
parent e396da0562
commit 31573a98e8
11 changed files with 76 additions and 16 deletions
@@ -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
}