Commit 86d601ce9e7334a2295f0194d87124628e0cb38f
Enable extended version of standard help messages
Author: xaizek
Author date (UTC): 2014-03-23 20:30
Committer name: xaizek
Committer date (UTC): 2014-03-23 20:30
Parent(s): 8e216e89e0a24648f1dec92454c2fe555fc868d2
Signing key:
Tree: 901878ce4baa84002e3280145e979e2cec528efb
File for-postfix.cpp changed (mode: 100644) (index bf4caa9..e3496df) |
... |
... |
using namespace clang::tooling; |
10 |
10 |
|
|
11 |
11 |
static llvm::cl::OptionCategory toolCategory("for-postfix options"); |
static llvm::cl::OptionCategory toolCategory("for-postfix options"); |
12 |
12 |
|
|
|
13 |
|
static llvm::cl::extrahelp commonHelp(CommonOptionsParser::HelpMessage); |
|
14 |
|
|
13 |
15 |
int |
int |
14 |
16 |
main(int argc, const char *argv[]) |
main(int argc, const char *argv[]) |
15 |
17 |
{ |
{ |