|
clang
3.8.0
|
#include "clang/Basic/Diagnostic.h"#include "clang/Basic/LLVM.h"#include "clang/Basic/SourceLocation.h"#include "llvm/ADT/Optional.h"#include "llvm/ADT/PointerUnion.h"Go to the source code of this file.
Classes | |
| class | clang::DiagnosticRenderer |
| Class to encapsulate the logic for formatting a diagnostic message. More... | |
| class | clang::DiagnosticNoteRenderer |
| Subclass of DiagnosticRender that turns all subdiagostics into explicit notes. More... | |
Namespaces | |
| clang | |
| Dataflow Directional Tag Classes. | |
Typedefs | |
| typedef llvm::PointerUnion < const Diagnostic *, const StoredDiagnostic * > | clang::DiagOrStoredDiag |
1.8.6