Fix an invalid check for duplicate option categories.
authorAlexander Kornienko <alexfh@google.com>
Fri, 7 Feb 2014 17:42:30 +0000 (17:42 +0000)
committerAlexander Kornienko <alexfh@google.com>
Fri, 7 Feb 2014 17:42:30 +0000 (17:42 +0000)
commit11b8b431964b870e3021a8eca8bf1d870a58f474
tree8fe83597520c14a0c77819f6e2c87d104d013541
parent24e5f9652aff7fc28bb3855d12e9d7506b384ad6
Fix an invalid check for duplicate option categories.

An intermediate solution until the problems with analyzer plugins linking with
llvm/Support and causing assertions due to duplicate GeneralCategory are solved.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@200981 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Support/CommandLine.cpp