| Commit message (Expand) | Author | Age | Files | Lines |
| * | Option spell checking: Penalize delimiter flags if input has no argument | Nico Weber | 2019-05-01 | 1 | -0/+9 |
| * | Fix OptTable::findNearest() adding delimiter for free | Nico Weber | 2019-05-01 | 1 | -9/+8 |
| * | Wrap to 80 columns, no behavior change | Nico Weber | 2019-05-01 | 1 | -1/+2 |
| * | Fix stack-use-after free after r359580 | Nico Weber | 2019-04-30 | 1 | -3/+4 |
| * | Re-reland "[Option] Fix PR37006 prefix choice in findNearest" | Nico Weber | 2019-04-30 | 1 | -24/+24 |
| * | 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 | -7/+5 |
| * | Revert r341329 due to MSAN error | Brian Gesiak | 2018-09-03 | 1 | -24/+24 |
| * | Re-push "[Option] Fix PR37006 prefix choice in findNearest" | Brian Gesiak | 2018-09-03 | 1 | -24/+24 |
| * | Re-revert "[Option] Fix PR37006 prefix choice in findNearest" | Brian Gesiak | 2018-05-19 | 1 | -24/+24 |
| * | Un-revert "[Option] Fix PR37006 prefix choice in findNearest" | Brian Gesiak | 2018-05-19 | 1 | -24/+24 |
| * | Revert "[Option] Fix PR37006 prefix choice in findNearest" | Brian Gesiak | 2018-05-14 | 1 | -24/+24 |
| * | [Option] Fix PR37006 prefix choice in findNearest | Brian Gesiak | 2018-05-14 | 1 | -24/+24 |
| * | [NFC] Replace iterators in PrintHelp with range-based for | Jan Korous | 2018-03-12 | 1 | -6/+4 |
| * | [NFC] PrintHelp cleanup | Jan Korous | 2018-03-12 | 1 | -3/+1 |
| * | [Bash-autocompletion] Pass all flags in shell command-line to Clang | Yuka Takahashi | 2018-03-05 | 1 | -2/+2 |
| * | [Option] For typo '-foo', suggest '--foo' | Brian Gesiak | 2018-01-09 | 1 | -2/+2 |
| * | [Option] Add 'findNearest' method to catch typos | Brian Gesiak | 2018-01-05 | 1 | -0/+63 |
| * | Revert "Revert r311552: [Bash-autocompletion] Add support for static analyzer... | Yuka Takahashi | 2017-08-29 | 1 | -6/+19 |
| * | test commit: fix typo in comment | Nathan Hawes | 2017-08-24 | 1 | -1/+1 |
| * | Revert r311552: [Bash-autocompletion] Add support for static analyzer flags | Rui Ueyama | 2017-08-23 | 1 | -19/+6 |
| * | [Bash-autocompletion] Add support for static analyzer flags | Yuka Takahashi | 2017-08-23 | 1 | -6/+19 |
| * | [Bash-autocompletion] Show HelpText with possible flags | Yuka Takahashi | 2017-07-26 | 1 | -1/+3 |
| * | [libOption] - Add flag allowing to print options aliases in help text. | George Rimar | 2017-07-26 | 1 | -7/+15 |
| * | [libOption] - Replace std::pair with helper struct. NFC. | George Rimar | 2017-07-18 | 1 | -12/+13 |
| * | [Bash-autocompletion] Auto complete cc1 options if -cc1 is specified | Yuka Takahashi | 2017-07-08 | 1 | -1/+5 |
| * | [Bash-autocompletion] Show flags which has HelpText or GroupID | Yuka Takahashi | 2017-07-05 | 1 | -1/+1 |
| * | [GSoC] Flag value completion for clang | Yuka Takahashi | 2017-06-20 | 1 | -0/+34 |
| * | [BinaryFormat, Option, TableGen] Fix some Clang-tidy modernize-use-using and ... | Eugene Zelenko | 2017-06-16 | 1 | -16/+24 |
| * | [GSoC] Shell autocompletion for clang | Yuka Takahashi | 2017-05-23 | 1 | -0/+14 |
| * | Replace "fallthrough" comments with LLVM_FALLTHROUGH | Justin Bogner | 2016-08-17 | 1 | -1/+1 |
| * | Use the range variant of find instead of unpacking begin/end | David Majnemer | 2016-08-11 | 1 | -2/+2 |
| * | Option parser: class for consuming a joined arg in addition to all remaining ... | Hans Wennborg | 2016-04-15 | 1 | -1/+1 |
| * | [Option] Use an ArrayRef to store the Option Infos in OptTable. NFC | Craig Topper | 2015-10-21 | 1 | -7/+5 |
| * | Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC) | Alexander Kornienko | 2015-06-23 | 1 | -2/+2 |
| * | Code cleanup: Remove std::move() around xvalue (NFC) | Logan Chien | 2015-06-22 | 1 | -1/+1 |
| * | Modify ParseArgs to return the InputArgList by value - there's no need for dy... | David Blaikie | 2015-06-22 | 1 | -11/+11 |
| * | ArrayRef-ify ParseArgs | David Blaikie | 2015-06-21 | 1 | -4/+3 |
| * | Fixed/added namespace ending comments using clang-tidy. NFC | Alexander Kornienko | 2015-06-19 | 1 | -2/+2 |
| * | Fix uses of reserved identifiers starting with an underscore followed by an u... | David Blaikie | 2015-03-16 | 1 | -9/+5 |
| * | Fix PR17239 by changing the semantics of the RemainingArgsClass Option kind | Reid Kleckner | 2014-08-22 | 1 | -0/+5 |
| * | [Option] Support MultiArg in --help | Nick Kledzik | 2014-08-15 | 1 | -1/+12 |
| * | [C++11] More 'nullptr' conversion. In some cases just using a boolean check i... | Craig Topper | 2014-04-15 | 1 | -5/+5 |
| * | Use startswith_lower() where possible. | Jakub Staszak | 2013-11-04 | 1 | -8/+1 |
| * | Fix another mistake in r190442. | Eli Friedman | 2013-09-10 | 1 | -0/+29 |
| * | Remove unused functions. | Eli Friedman | 2013-09-10 | 1 | -30/+0 |
| * | Option parsing: support case-insensitive option matching. | Rui Ueyama | 2013-08-28 | 1 | -21/+41 |
| * | Revert "Option parsing: support case-insensitive option matching." as it brok... | Rui Ueyama | 2013-08-28 | 1 | -48/+34 |
| * | Option parsing: support case-insensitive option matching. | Rui Ueyama | 2013-08-27 | 1 | -34/+48 |
| * | Options: explicit handling of -- | Hans Wennborg | 2013-08-13 | 1 | -16/+0 |