Lines Matching +full:- +full:- +full:fatal +full:- +full:warnings
1 //===--- TextDiagnosticBuffer.cpp - Buffer Text Diagnostics ---------------===//
8 //===----------------------------------------------------------------------===//
12 //===----------------------------------------------------------------------===//
19 /// HandleDiagnostic - Store the errors, warnings, and notes that are
24 // Default implementation (Warnings/errors count). in HandleDiagnostic()
36 Warnings.emplace_back(Info.getLocation(), Buf.str()); in HandleDiagnostic()
42 case DiagnosticsEngine::Fatal: in HandleDiagnostic()
52 << it->second; in FlushDiagnostics()
55 << it->second; in FlushDiagnostics()
58 << it->second; in FlushDiagnostics()
61 << it->second; in FlushDiagnostics()