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

/netbsd-current/external/apache2/llvm/dist/clang/utils/analyzer/
H A DCmpRuns.py336 GroupedDiagnostics = DefaultDict[str, List[AnalysisDiagnostic]] variable
340 ) -> GroupedDiagnostics:
341 result: GroupedDiagnostics = defaultdict(list)

Completed in 170 milliseconds