Make the OptionCategory variable static.

llvm-svn: 200841
This commit is contained in:
Alexander Kornienko 2014-02-05 13:43:27 +00:00
parent 0c214fa2e3
commit 99c9d6a0f6
1 changed files with 1 additions and 1 deletions

View File

@ -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);