clang API Documentation
#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 |
Namespaces | |
namespace | clang |
Typedefs | |
typedef llvm::PointerUnion < const Diagnostic *, const StoredDiagnostic * > | clang::DiagOrStoredDiag |