clang
7.0.0
|
#include "clang/Frontend/SerializedDiagnosticPrinter.h"
#include "clang/Basic/Diagnostic.h"
#include "clang/Basic/DiagnosticOptions.h"
#include "clang/Basic/SourceManager.h"
#include "clang/Frontend/DiagnosticRenderer.h"
#include "clang/Frontend/FrontendDiagnostic.h"
#include "clang/Frontend/SerializedDiagnosticReader.h"
#include "clang/Frontend/SerializedDiagnostics.h"
#include "clang/Frontend/TextDiagnosticPrinter.h"
#include "clang/Lex/Lexer.h"
#include "llvm/ADT/DenseSet.h"
#include "llvm/ADT/STLExtras.h"
#include "llvm/ADT/SmallString.h"
#include "llvm/ADT/StringRef.h"
#include "llvm/Support/raw_ostream.h"
#include <utility>
Go to the source code of this file.
Namespaces | |
clang | |
Dataflow Directional Tag Classes. | |
clang::serialized_diags | |
Macros | |
#define | CASE(X) case DiagnosticsEngine::X: return serialized_diags::X; |
Functions | |
std::unique_ptr< DiagnosticConsumer > | clang::serialized_diags::create (StringRef OutputFile, DiagnosticOptions *Diags, bool MergeChildRecords=false) |
Returns a DiagnosticConsumer that serializes diagnostics to a bitcode file. More... | |
static void | EmitBlockID (unsigned ID, const char *Name, llvm::BitstreamWriter &Stream, RecordDataImpl &Record) |
Emits a block ID in the BLOCKINFO block. More... | |
static void | EmitRecordID (unsigned ID, const char *Name, llvm::BitstreamWriter &Stream, RecordDataImpl &Record) |
Emits a record ID in the BLOCKINFO block. More... | |
static void | AddSourceLocationAbbrev (llvm::BitCodeAbbrev &Abbrev) |
static void | AddRangeLocationAbbrev (llvm::BitCodeAbbrev &Abbrev) |
static serialized_diags::Level | getStableLevel (DiagnosticsEngine::Level Level) |
#define CASE | ( | X | ) | case DiagnosticsEngine::X: return serialized_diags::X; |
Referenced by getStableLevel().
|
static |
Definition at line 418 of file SerializedDiagnosticPrinter.cpp.
References AddSourceLocationAbbrev(), clang::serialized_diags::BLOCK_DIAG, clang::serialized_diags::BLOCK_META, EmitBlockID(), EmitRecordID(), clang::Diagnostic::FormatDiagnostic(), clang::DiagnosticIDs::getCategoryNameFromID(), clang::Diagnostic::getFixItHints(), clang::Diagnostic::getLocation(), clang::Diagnostic::getRanges(), clang::Diagnostic::getSourceManager(), clang::DiagnosticIDs::getWarningOptionForDiag(), clang::Diagnostic::hasSourceManager(), clang::SourceLocation::isInvalid(), clang::DiagnosticsEngine::Note, clang::serialized_diags::RECORD_CATEGORY, clang::serialized_diags::RECORD_DIAG, clang::serialized_diags::RECORD_DIAG_FLAG, clang::serialized_diags::RECORD_FILENAME, clang::serialized_diags::RECORD_FIXIT, clang::serialized_diags::RECORD_SOURCE_RANGE, clang::serialized_diags::RECORD_VERSION, State, and clang::serialized_diags::VersionNumber.
|
static |
Definition at line 410 of file SerializedDiagnosticPrinter.cpp.
Referenced by AddRangeLocationAbbrev().
|
static |
Emits a block ID in the BLOCKINFO block.
Definition at line 309 of file SerializedDiagnosticPrinter.cpp.
Referenced by AddRangeLocationAbbrev().
|
static |
Emits a record ID in the BLOCKINFO block.
Definition at line 329 of file SerializedDiagnosticPrinter.cpp.
Referenced by AddRangeLocationAbbrev().
|
static |
Definition at line 611 of file SerializedDiagnosticPrinter.cpp.
References clang::serialized_diags::BLOCK_DIAG, CASE, clang::serialized_diags::Error, clang::serialized_diags::Fatal, clang::DiagnosticIDs::getCategoryNumberForDiag(), clang::Diagnostic::getID(), clang::serialized_diags::Ignored, clang::serialized_diags::Note, clang::DiagnosticsEngine::Note, clang::serialized_diags::RECORD_DIAG, clang::serialized_diags::Remark, State, and clang::serialized_diags::Warning.