|
clang
3.8.0
|
A diagnostic client that ignores all diagnostics. More...
#include <Diagnostic.h>
Additional Inherited Members | |
Public Member Functions inherited from clang::DiagnosticConsumer | |
| DiagnosticConsumer () | |
| unsigned | getNumErrors () const |
| unsigned | getNumWarnings () const |
| virtual void | clear () |
| virtual | ~DiagnosticConsumer () |
| virtual void | BeginSourceFile (const LangOptions &LangOpts, const Preprocessor *PP=nullptr) |
| Callback to inform the diagnostic client that processing of a source file is beginning. More... | |
| virtual void | EndSourceFile () |
| Callback to inform the diagnostic client that processing of a source file has ended. More... | |
| virtual void | finish () |
| Callback to inform the diagnostic client that processing of all source files has ended. More... | |
| virtual bool | IncludeInDiagnosticCounts () const |
| Indicates whether the diagnostics handled by this DiagnosticConsumer should be included in the number of diagnostics reported by DiagnosticsEngine. More... | |
Protected Attributes inherited from clang::DiagnosticConsumer | |
| unsigned | NumWarnings |
| Number of warnings reported. More... | |
| unsigned | NumErrors |
| Number of errors reported. More... | |
A diagnostic client that ignores all diagnostics.
Definition at line 1363 of file Diagnostic.h.
1.8.6