|
clang
5.0.0
|
#include "clang/Basic/Diagnostic.h"#include "clang/Basic/LLVM.h"#include "clang/Basic/SourceLocation.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 | |
| /file This file defines classes for searching and anlyzing source code clones. | |
Typedefs | |
| typedef llvm::PointerUnion < const Diagnostic *, const StoredDiagnostic * > | clang::DiagOrStoredDiag |
1.8.6