Lines Matching full:diagnostics
1 //===--- SerializedDiagnosticPrinter.cpp - Serializer for diagnostics -----===//
164 /// Build a DiagnosticsEngine to emit diagnostics about the diagnostics
167 /// Remove old copies of the serialized diagnostics. This is necessary
168 /// so that we can detect when subprocesses write diagnostics that we should
172 /// Emit the preamble for the serialized diagnostics.
235 /// Whether this instance should aggregate diagnostics that are
255 /// The BitStreamWriter for the serialized diagnostics.
258 /// The name of the diagnostics file.
287 /// Engine for emitting diagnostics about the diagnostics.
400 /// Emits the preamble of the diagnostics file.
598 // Special-case diagnostics with no location. We may not have entered a in HandleDiagnostic()
602 // Make sure we bracket all notes as "sub-diagnostics". This matches in HandleDiagnostic()
691 // Only end note diagnostics here, because we can't be sure when we've seen in endDiagnostic()
741 // FIXME: It's slightly absurd to create a new diagnostics engine here, but in getMetaDiags()
744 // 1. Teach DiagnosticsConsumers to emit diagnostics to the engine they are a in getMetaDiags()
746 // diagnostics back to the consumer that failed. This would require us to in getMetaDiags()
788 // We have no diagnostics of our own, so we can just leave the child in finish()