clang-tools 20.0.0git
|
#include "Move.h"
#include "clang/Frontend/TextDiagnosticPrinter.h"
#include "clang/Rewrite/Core/Rewriter.h"
#include "clang/Tooling/ArgumentsAdjusters.h"
#include "clang/Tooling/CommonOptionsParser.h"
#include "clang/Tooling/Refactoring.h"
#include "clang/Tooling/Tooling.h"
#include "llvm/ADT/StringRef.h"
#include "llvm/Support/CommandLine.h"
#include "llvm/Support/Path.h"
#include "llvm/Support/Process.h"
#include "llvm/Support/Signals.h"
#include "llvm/Support/YAMLTraits.h"
#include <set>
#include <string>
Go to the source code of this file.
Functions | |
int | main (int argc, const char **argv) |
int main | ( | int | argc, |
const char ** | argv | ||
) |
Definition at line 97 of file ClangMove.cpp.
References Diagnostics, E, clang::move::DeclarationReporter::getDeclarationList(), ID, clang::move::MoveDefinitionSpec::Names, clang::move::MoveDefinitionSpec::NewCC, clang::move::MoveDefinitionSpec::NewDependOnOld, clang::move::MoveDefinitionSpec::NewHeader, clang::move::MoveDefinitionSpec::OldCC, clang::move::MoveDefinitionSpec::OldDependOnNew, clang::move::MoveDefinitionSpec::OldHeader, and OS.