clang-tools 19.0.0git
Functions
ToolTemplate.cpp File Reference
#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.

Functions

static cl::extrahelp CommonHelp (CommonOptionsParser::HelpMessage)
 
static cl::OptionCategory ToolTemplateCategory ("tool-template options")
 
int main (int argc, const char **argv)
 

Function Documentation

◆ CommonHelp()

static cl::extrahelp CommonHelp ( CommonOptionsParser::HelpMessage  )
static

◆ main()

int main ( int  argc,
const char **  argv 
)

Definition at line 90 of file ToolTemplate.cpp.

References ToolTemplateCategory().

◆ ToolTemplateCategory()

static cl::OptionCategory ToolTemplateCategory ( "tool-template options"  )
static

Referenced by main().