clang 19.0.0git
Classes | Namespaces
DiagnosticsYaml.h File Reference

This file defines the structure of a YAML document for serializing diagnostics. More...

#include "clang/Tooling/Core/Diagnostic.h"
#include "clang/Tooling/ReplacementsYaml.h"
#include "llvm/Support/YAMLTraits.h"
#include <string>

Go to the source code of this file.

Classes

struct  llvm::yaml::MappingTraits< clang::tooling::FileByteRange >
 
struct  llvm::yaml::MappingTraits< clang::tooling::DiagnosticMessage >
 
struct  llvm::yaml::MappingTraits< clang::tooling::Diagnostic >
 
class  llvm::yaml::MappingTraits< clang::tooling::Diagnostic >::NormalizedDiagnostic
 Helper to (de)serialize a Diagnostic since we don't have direct access to its data members. More...
 
struct  llvm::yaml::MappingTraits< clang::tooling::TranslationUnitDiagnostics >
 Specialized MappingTraits to describe how a TranslationUnitDiagnostics is (de)serialized. More...
 
struct  llvm::yaml::ScalarEnumerationTraits< clang::tooling::Diagnostic::Level >
 

Namespaces

namespace  llvm
 Diagnostic wrappers for TextAPI types for error reporting.
 
namespace  llvm::yaml
 

Detailed Description

This file defines the structure of a YAML document for serializing diagnostics.

Definition in file DiagnosticsYaml.h.