#include "clang/ASTMatchers/ASTMatchFinder.h"
#include "clang/ASTMatchers/ASTMatchers.h"
#include "clang/Basic/SourceManager.h"
#include "clang/Frontend/FrontendActions.h"
#include "clang/Lex/Lexer.h"
#include "clang/Tooling/CommonOptionsParser.h"
#include "clang/Tooling/Execution.h"
#include "clang/Tooling/Refactoring.h"
#include "clang/Tooling/Refactoring/AtomicChange.h"
#include "clang/Tooling/Tooling.h"
#include "llvm/Support/CommandLine.h"
#include "llvm/Support/MemoryBuffer.h"
#include "llvm/Support/Signals.h"
Go to the source code of this file.
|
static cl::extrahelp | CommonHelp (CommonOptionsParser::HelpMessage) |
static cl::OptionCategory | ToolTemplateCategory ("tool-template options") |
int | main (int argc, const char **argv) |
◆ CommonHelp()
cl::extrahelp CommonHelp |
( |
CommonOptionsParser::HelpMessage | | ) |
|
|
static |
◆ main()
int main |
( |
int | argc, |
|
|
const char ** | argv ) |
◆ ToolTemplateCategory()
cl::OptionCategory ToolTemplateCategory |
( |
"tool-template options" | | ) |
|
|
static |