Add new HideUnrelatedOptions API that takes a SmallVectorImpl.
authorChris Bieneman <beanz@apple.com>
Mon, 26 Jan 2015 21:57:29 +0000 (21:57 +0000)
committerChris Bieneman <beanz@apple.com>
Mon, 26 Jan 2015 21:57:29 +0000 (21:57 +0000)
commit7006a12ba39cf2016850dd3e5b8543e5fc5f2f41
tree7eb774ffe911c8d508386a443a3a165e6150d9a6
parent38c35f3e2c7358c90bc9840f33b24f68f2b72446
Add new HideUnrelatedOptions API that takes a SmallVectorImpl.

Need a new API for clang-modernize that allows specifying a list of option categories to remain visible. This will allow clang-modernize to move off getRegisteredOptions.

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