#include "clang/Frontend/FrontendActions.h"
#include "clang/Tooling/CommonOptionsParser.h"
#include "clang/Tooling/Tooling.h"
#include "llvm/Support/CommandLine.h"
|
static cl::OptionCategory | MyToolCategory ("my-tool options") |
|
static cl::extrahelp | CommonHelp (CommonOptionsParser::HelpMessage) |
|
static cl::extrahelp | MoreHelp ("\nMore help text...") |
|
int | main (int argc, const char **argv) |
|
◆ CommonHelp()
static cl::extrahelp CommonHelp |
( |
CommonOptionsParser::HelpMessage |
| ) |
|
|
static |
◆ main()
int main |
( |
int |
argc, |
|
|
const char ** |
argv |
|
) |
| |
◆ MoreHelp()
static cl::extrahelp MoreHelp |
( |
"\nMore help text..." |
| ) |
|
|
static |
◆ MyToolCategory()
static cl::OptionCategory MyToolCategory |
( |
"my-tool options" |
| ) |
|
|
static |