[PATCH] D58711: [CommandLine] Allow grouping options which can have values.

Jordan Rupprecht via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 28 11:05:55 PST 2019


rupprecht accepted this revision.
rupprecht added a comment.

Great, thanks!



================
Comment at: unittests/Support/CommandLineTest.cpp:1145
   // at the end of a group.
   const char *args1[] = {"prog", "-fv", "val1"};
   EXPECT_TRUE(
----------------
Can these test cases also assert that OptF is true?


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D58711/new/

https://reviews.llvm.org/D58711





More information about the llvm-commits mailing list