clang 20.0.0git
|
#include "clang/Tooling/Core/Replacement.h"
#include "clang/Tooling/Tooling.h"
#include <map>
#include <string>
Go to the source code of this file.
Classes | |
class | clang::tooling::RefactoringTool |
A tool to run refactorings. More... | |
Namespaces | |
namespace | clang |
The JSON file list parser is used to communicate input to InstallAPI. | |
namespace | clang::tooling |
Functions | |
bool | clang::tooling::formatAndApplyAllReplacements (const std::map< std::string, Replacements > &FileToReplaces, Rewriter &Rewrite, StringRef Style="file") |
Groups Replaces by the file path and applies each group of Replacements on the related file in Rewriter . | |