clang 20.0.0git
|
#include "clang/Basic/Diagnostic.h"
#include "clang/Basic/DiagnosticOptions.h"
#include "clang/Basic/LLVM.h"
#include "clang/Basic/SourceLocation.h"
#include "llvm/ADT/ArrayRef.h"
#include "llvm/ADT/IntrusiveRefCntPtr.h"
#include "llvm/ADT/PointerUnion.h"
#include "llvm/ADT/StringRef.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 | |
namespace | clang |
The JSON file list parser is used to communicate input to InstallAPI. | |
Typedefs | |
using | clang::DiagOrStoredDiag = llvm::PointerUnion< const Diagnostic *, const StoredDiagnostic * > |