Support command line option categories.
authorAndrew Trick <atrick@apple.com>
Mon, 6 May 2013 21:56:23 +0000 (21:56 +0000)
committerAndrew Trick <atrick@apple.com>
Mon, 6 May 2013 21:56:23 +0000 (21:56 +0000)
commitb7ad33b7195cb99b0cbb1c5308324d328650ca45
tree73a7eabb363d903eb052d85ecb3e01458d55c9de
parentb072090f3975bb155304b2e7dc313997132dbd25
Support command line option categories.

Patch by Dan Liew!

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