Go to the documentation of this file.
9 #ifndef LLDB_SOURCE_PLUGINS_EXPRESSIONPARSER_CLANG_CLANGDIAGNOSTIC_H
10 #define LLDB_SOURCE_PLUGINS_EXPRESSIONPARSER_CLANG_CLANGDIAGNOSTIC_H
14 #include "clang/Basic/Diagnostic.h"
50 #endif // LLDB_SOURCE_PLUGINS_EXPRESSIONPARSER_CLANG_CLANGDIAGNOSTIC_H
const FixItList & FixIts() const
void AddFixitHint(const clang::FixItHint &fixit)
~ClangDiagnostic() override=default
static bool classof(const Diagnostic *diag)
ClangDiagnostic(llvm::StringRef message, DiagnosticSeverity severity, uint32_t compiler_id)
static bool classof(const ClangDiagnostic *)
DiagnosticOrigin getKind() const
message(FATAL_ERROR "invalid libipt include path provided") endif() include_directories($
bool HasFixIts() const override
std::vector< clang::FixItHint > FixItList
A class that represents a running process on the host machine.