Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/utils/analyzer/
H A DCmpRuns.py339 GroupedDiagnostics = DefaultDict[str, List[AnalysisDiagnostic]] variable
343 ) -> GroupedDiagnostics:
344 result: GroupedDiagnostics = defaultdict(list)