Home
last modified time | relevance | path

Searched refs:SeverityInfo (Results 1 – 1 of 1) sorted by relevance

/build/make/tools/warn/
Dseverity.py23 class SeverityInfo: class
42 SEVERITY_UNKNOWN = SeverityInfo(0, 'blueviolet', 'Unknown',
44 FIXMENOW = SeverityInfo(1, 'fuschia', 'FixNow',
46 HIGH = SeverityInfo(2, 'red', 'High', 'High severity warnings')
47 MEDIUM = SeverityInfo(3, 'orange', 'Medium', 'Medium severity warnings')
48 LOW = SeverityInfo(4, 'yellow', 'Low', 'Low severity warnings')
49 ANALYZER = SeverityInfo(5, 'hotpink', 'Analyzer', 'Clang-Analyzer warnings')
50 TIDY = SeverityInfo(6, 'peachpuff', 'Tidy', 'Clang-Tidy warnings')
51 HARMLESS = SeverityInfo(7, 'limegreen', 'Harmless', 'Harmless warnings')
52 UNMATCHED = SeverityInfo(8, 'lightblue', 'Unmatched', 'Unmatched warnings')
[all …]