| commit | bcd6e2a94334f9394d9133f4d2045d04a253ae74 | [log] [tgz] |
|---|---|---|
| author | Nick Kledzik <kledzik@apple.com> | Fri Aug 15 21:35:07 2014 +0000 |
| committer | Nick Kledzik <kledzik@apple.com> | Fri Aug 15 21:35:07 2014 +0000 |
| tree | f93a89f484d53731c8879d77e8fbee3a9b869294 | |
| parent | f11170406e86e76aafa0c5f567594ba44f5f1dd9 [diff] |
[Option] Support MultiArg in --help Currently, if you use a MultiArg<> option, then printing out the help/usage message will cause an assert. This fixes getOptionHelpName() to work with MultiArg Options. llvm-svn: 215770