Implemented public interface for modifying registered (not positional or sink options...
authorAndrew Trick <atrick@apple.com>
Mon, 6 May 2013 21:56:35 +0000 (21:56 +0000)
committerAndrew Trick <atrick@apple.com>
Mon, 6 May 2013 21:56:35 +0000 (21:56 +0000)
commit61e01721978af4c2979c4b9153e56e72eb6389fb
tree2d65367ae409f4f41e4a9b48dbf7f6086d9cda83
parentb7ad33b7195cb99b0cbb1c5308324d328650ca45
Implemented public interface for modifying registered (not positional or sink options) command line options at runtime.

Patch by Dan Liew!

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