[PATCH] D58711: [CommandLine] Allow grouping options which can have values.
Igor Kudrin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 28 02:36:58 PST 2019
ikudrin updated this revision to Diff 188688.
ikudrin retitled this revision from "[CommandLine] Allow grouping of options which can have values." to "[CommandLine] Allow grouping options which can have values.".
ikudrin added a comment.
- Fixed grammar and formatting issues.
- Added test cases to check prefix options when their values are textually equal to another option.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D58711/new/
https://reviews.llvm.org/D58711
Files:
docs/CommandLine.rst
include/llvm/Support/CommandLine.h
lib/Support/CommandLine.cpp
tools/llvm-readobj/llvm-readobj.cpp
unittests/Support/CommandLineTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D58711.188688.patch
Type: text/x-patch
Size: 16162 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190228/99941da6/attachment.bin>
More information about the llvm-commits
mailing list