|
clang 22.0.0git
|
#include "clang/Tooling/Refactoring.h"#include "clang/Basic/DiagnosticOptions.h"#include "clang/Basic/FileManager.h"#include "clang/Basic/SourceManager.h"#include "clang/Format/Format.h"#include "clang/Frontend/TextDiagnosticPrinter.h"#include "clang/Lex/Lexer.h"#include "clang/Rewrite/Core/Rewriter.h"Go to the source code of this file.
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. | |