Deleted Added
full compact
TextDiagnosticBuffer.h (226633) TextDiagnosticBuffer.h (251662)
1//===--- TextDiagnosticBuffer.h - Buffer Text Diagnostics -------*- C++ -*-===//
2//
3// The LLVM Compiler Infrastructure
4//
5// This file is distributed under the University of Illinois Open Source
6// License. See LICENSE.TXT for details.
7//
8//===----------------------------------------------------------------------===//

--- 31 unchanged lines hidden (view full) ---

40 const_iterator note_end() const { return Notes.end(); }
41
42 virtual void HandleDiagnostic(DiagnosticsEngine::Level DiagLevel,
43 const Diagnostic &Info);
44
45 /// FlushDiagnostics - Flush the buffered diagnostics to an given
46 /// diagnostic engine.
47 void FlushDiagnostics(DiagnosticsEngine &Diags) const;
1//===--- TextDiagnosticBuffer.h - Buffer Text Diagnostics -------*- C++ -*-===//
2//
3// The LLVM Compiler Infrastructure
4//
5// This file is distributed under the University of Illinois Open Source
6// License. See LICENSE.TXT for details.
7//
8//===----------------------------------------------------------------------===//

--- 31 unchanged lines hidden (view full) ---

40 const_iterator note_end() const { return Notes.end(); }
41
42 virtual void HandleDiagnostic(DiagnosticsEngine::Level DiagLevel,
43 const Diagnostic &Info);
44
45 /// FlushDiagnostics - Flush the buffered diagnostics to an given
46 /// diagnostic engine.
47 void FlushDiagnostics(DiagnosticsEngine &Diags) const;
48
49 virtual DiagnosticConsumer *clone(DiagnosticsEngine &Diags) const;
50};
51
52} // end namspace clang
53
54#endif
48};
49
50} // end namspace clang
51
52#endif