Make the OptionCategory variable static.

llvm-svn: 200839
This commit is contained in:
Alexander Kornienko 2014-02-05 13:42:43 +00:00
parent 93474a9acd
commit 3bb8fbfa3e
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ static cl::opt<bool> Help("h", cl::desc("Alias for -help"), cl::Hidden);
// Mark all our options with this category, everything else (except for -version
// and -help) will be hidden.
cl::OptionCategory ClangFormatCategory("Clang-format options");
static cl::OptionCategory ClangFormatCategory("Clang-format options");
static cl::list<unsigned>
Offsets("offset",