[docs] Fix duplicate arguments for JoinedAndSeparate
authorJonas Hahnfeld <hahnjo@hahnjo.de>
Thu, 22 Feb 2018 17:06:27 +0000 (17:06 +0000)
committerJonas Hahnfeld <hahnjo@hahnjo.de>
Thu, 22 Feb 2018 17:06:27 +0000 (17:06 +0000)
commit3c7b136a82de78440e09ddaf394f2ef452af1bb8
tree2710d2ae703a660a9577a8d4ad92bf55bbe6b2da
parentb8237d2e2b6997e248a1666bf68cbfa7a0cf2de7
[docs] Fix duplicate arguments for JoinedAndSeparate

We can't see how many arguments are in the meta var name, so just
assume that it is the right number.

Differential Revision: https://reviews.llvm.org/D42840

llvm-svn: 325805
clang/utils/TableGen/ClangOptionDocEmitter.cpp