forked from OSchip/llvm-project
parent
d7f158e006
commit
f0a3996082
|
@ -50,7 +50,7 @@ namespace tooling {
|
|||
/// static cl::OptionCategory MyToolCategory("My tool options");
|
||||
/// static cl::extrahelp CommonHelp(CommonOptionsParser::HelpMessage);
|
||||
/// static cl::extrahelp MoreHelp("\nMore help text...");
|
||||
/// static cl:opt<bool> YourOwnOption(...);
|
||||
/// static cl::opt<bool> YourOwnOption(...);
|
||||
/// ...
|
||||
///
|
||||
/// int main(int argc, const char **argv) {
|
||||
|
|
Loading…
Reference in New Issue