|
clang
5.0.0
|
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::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... | |
Namespaces | |
| llvm | |
| DominatorTree GraphTraits specialization so the DominatorTree can be iterable by generic graph iterators. | |
| llvm::yaml | |
This file defines the structure of a YAML document for serializing diagnostics.
Definition in file DiagnosticsYaml.h.
1.8.6