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)
commit0104325776cc77e3e109b6d085bf4378e725d763
tree40e6bc1c4604205d79a34086f7e928a9a36cc338
parent8e0dec7c80577bdcf4c5fa90f2ba5e2a6a2210d2
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.

llvm-svn: 227140
llvm/include/llvm/Support/CommandLine.h
llvm/lib/Support/CommandLine.cpp