| Commit message (Expand) | Author | Age | Files | Lines |
| * | Option spell checking: Penalize delimiter flags if input has no argument | Nico Weber | 2019-05-01 | 1 | -4/+13 |
| * | Fix OptTable::findNearest() adding delimiter for free | Nico Weber | 2019-05-01 | 1 | -0/+5 |
| * | Re-reland "[Option] Fix PR37006 prefix choice in findNearest" | Nico Weber | 2019-04-30 | 1 | -0/+4 |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | [opt] Change the parameter of OptTable::PrintHelp from Name to Usage and don'... | Fangrui Song | 2018-10-10 | 1 | -0/+4 |
| * | Revert r341329 due to MSAN error | Brian Gesiak | 2018-09-03 | 1 | -4/+0 |
| * | Re-push "[Option] Fix PR37006 prefix choice in findNearest" | Brian Gesiak | 2018-09-03 | 1 | -0/+4 |
| * | Re-revert "[Option] Fix PR37006 prefix choice in findNearest" | Brian Gesiak | 2018-05-19 | 1 | -4/+0 |
| * | Un-revert "[Option] Fix PR37006 prefix choice in findNearest" | Brian Gesiak | 2018-05-19 | 1 | -0/+4 |
| * | Revert "[Option] Fix PR37006 prefix choice in findNearest" | Brian Gesiak | 2018-05-14 | 1 | -4/+0 |
| * | [Option] Fix PR37006 prefix choice in findNearest | Brian Gesiak | 2018-05-14 | 1 | -0/+4 |
| * | [Option] For typo '-foo', suggest '--foo' | Brian Gesiak | 2018-01-09 | 1 | -0/+2 |
| * | [Option] Add 'findNearest' method to catch typos | Brian Gesiak | 2018-01-05 | 1 | -0/+43 |
| * | [GSoC] Flag value completion for clang | Yuka Takahashi | 2017-06-20 | 1 | -6/+7 |
| * | Fix some ArgList uses after API change in r300135. | Richard Smith | 2017-04-12 | 1 | -4/+4 |
| * | Option parser: class for consuming a joined arg in addition to all remaining ... | Hans Wennborg | 2016-04-15 | 1 | -0/+51 |
| * | OptionParsingTest.cpp: reorder EXPECT_EQs to put expectation on the left. NFC. | Hans Wennborg | 2016-04-15 | 1 | -25/+25 |
| * | [Option] Use an ArrayRef to store the Option Infos in OptTable. NFC | Craig Topper | 2015-10-21 | 1 | -1/+1 |
| * | Modify ParseArgs to return the InputArgList by value - there's no need for dy... | David Blaikie | 2015-06-22 | 1 | -65/+64 |
| * | ArrayRef-ify ParseArgs | David Blaikie | 2015-06-21 | 1 | -19/+11 |
| * | Option parsing: properly handle flag aliases for joined options (PR23394) | Hans Wennborg | 2015-05-04 | 1 | -0/+14 |
| * | Retire llvm::array_endof in favor of non-member std::end. | Benjamin Kramer | 2014-04-12 | 1 | -10/+10 |
| * | Replace OwningPtr<T> with std::unique_ptr<T>. | Ahmed Charles | 2014-03-06 | 1 | -9/+15 |
| * | Option parsing: support case-insensitive option matching. | Rui Ueyama | 2013-08-28 | 1 | -3/+23 |
| * | Revert "Option parsing: support case-insensitive option matching." as it brok... | Rui Ueyama | 2013-08-28 | 1 | -23/+3 |
| * | Option parsing: support case-insensitive option matching. | Rui Ueyama | 2013-08-27 | 1 | -3/+23 |
| * | Options: explicit handling of -- | Hans Wennborg | 2013-08-13 | 1 | -14/+1 |
| * | Options: Add new option kind that consumes remaining arguments | Hans Wennborg | 2013-08-13 | 1 | -0/+27 |
| * | Option parsing: recognize the special -- token | Hans Wennborg | 2013-08-02 | 1 | -0/+13 |
| * | Option parsing: remove non-SUPPORT_ALIASARGS fall-back | Hans Wennborg | 2013-07-31 | 1 | -2/+0 |
| * | Option parsing: add support for alias arguments. | Hans Wennborg | 2013-07-31 | 1 | -3/+16 |
| * | Option parsing: allow aliases in groups | Hans Wennborg | 2013-07-22 | 1 | -0/+9 |
| * | Add some flag exclusion tests. | Reid Kleckner | 2013-07-19 | 1 | -7/+39 |
| * | llvm/unittests: Use OwningPtr to fix --vg-leak. | NAKAMURA Takumi | 2013-01-23 | 1 | -1/+6 |
| * | Whitespace. | NAKAMURA Takumi | 2013-01-23 | 1 | -1/+1 |
| * | Sort a few more #include lines in tools/... unittests/... and utils/... | Chandler Carruth | 2013-01-02 | 1 | -1/+0 |
| * | Copy clang/Driver/<Option parsing stuff> to llvm. | Michael J. Spencer | 2012-12-05 | 1 | -0/+102 |