forked from OSchip/llvm-project
Make the OptionCategory variable static.
llvm-svn: 200841
This commit is contained in:
parent
0c214fa2e3
commit
99c9d6a0f6
|
@ -23,7 +23,7 @@ using namespace clang::driver;
|
|||
using namespace clang::tooling;
|
||||
using namespace llvm;
|
||||
|
||||
cl::OptionCategory ClangTidyCategory("clang-tidy options");
|
||||
static cl::OptionCategory ClangTidyCategory("clang-tidy options");
|
||||
|
||||
static cl::extrahelp CommonHelp(CommonOptionsParser::HelpMessage);
|
||||
|
||||
|
|
Loading…
Reference in New Issue