Home | History | Annotate | Download | only in Rewrite

Lines Matching full:diagnostic

1 //===--- FixItRewriter.cpp - Fix-It Rewriter Diagnostic Client --*- C++ -*-===//
10 // This is a diagnostic client adaptor that performs rewrites as
12 // then forwards any diagnostics to the adapted diagnostic client.
123 const Diagnostic &Info) {
147 // in this diagnostic.
192 /// \brief Emit a diagnostic via the adapted diagnostic client.
194 // When producing this diagnostic, we temporarily bypass ourselves,
195 // clear out any current diagnostic, and let the downstream client
196 // format the diagnostic.