|
clang 22.0.0git
|
#include "clang/Tooling/Refactoring/AtomicChange.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< NormalizedAtomicChange > |
| Specialized MappingTraits to describe how an AtomicChange is (de)serialized. More... | |
| struct | llvm::yaml::MappingTraits< clang::tooling::AtomicChange > |
| Specialized MappingTraits to describe how an AtomicChange is (de)serialized. More... | |
Namespaces | |
| namespace | llvm |
| Diagnostic wrappers for TextAPI types for error reporting. | |
| namespace | llvm::yaml |
| namespace | clang |
| The JSON file list parser is used to communicate input to InstallAPI. | |
| namespace | clang::tooling |
Functions | |
| llvm::Expected< std::string > | clang::tooling::applyAtomicChanges (llvm::StringRef FilePath, llvm::StringRef Code, llvm::ArrayRef< AtomicChange > Changes, const ApplyChangesSpec &Spec) |
Applies all AtomicChanges in Changes to the Code. | |