| Commit message (Expand) | Author | Age | Files | Lines |
* | [cmake] Explicitly mark libraries defined in lib/ as "Component Libraries" | Tom Stellard | 2019-11-21 | 1 | -1/+1 |
* | [llvm] Migrate llvm::make_unique to std::make_unique | Jonas Devlieghere | 2019-08-15 | 1 | -4/+4 |
* | Let unaliased Args track which Alias they were created from, and use that in ... | Nico Weber | 2019-07-09 | 2 | -42/+76 |
* | Make joined instances of JoinedOrSeparate flags point to the unaliased args, ... | Nico Weber | 2019-07-05 | 1 | -1/+1 |
* | Make AddLastArg() variadic and use it more. No behavior change. | Nico Weber | 2019-06-26 | 1 | -15/+0 |
* | 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 | 5 | -20/+15 |
* | [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 |
* | IWYU for llvm-config.h in llvm, additions. | Nico Weber | 2018-04-30 | 3 | -0/+3 |
* | [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 |
* | Reverting r315590; it did not include changes for llvm-tblgen, which is causi... | Aaron Ballman | 2017-10-15 | 3 | -3/+3 |
* | [dump] Remove NDEBUG from test to enable dump methods [NFC] | Don Hinton | 2017-10-12 | 3 | -3/+3 |
* | 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 | 2 | -0/+35 |
* | [BinaryFormat, Option, TableGen] Fix some Clang-tidy modernize-use-using and ... | Eugene Zelenko | 2017-06-16 | 4 | -32/+49 |
* | Sort the remaining #include lines in include/... and lib/.... | Chandler Carruth | 2017-06-06 | 1 | -1/+1 |
* | [GSoC] Shell autocompletion for clang | Yuka Takahashi | 2017-05-23 | 1 | -0/+14 |
* | ArgList: cache index ranges containing arguments with each ID | Richard Smith | 2017-04-12 | 1 | -193/+33 |
* | Cleanup dump() functions. | Matthias Braun | 2017-01-28 | 3 | -0/+6 |
* | Generalize ArgList::AddAllArgs more | Douglas Katzman | 2016-09-29 | 1 | -5/+22 |
* | Replace "fallthrough" comments with LLVM_FALLTHROUGH | Justin Bogner | 2016-08-17 | 1 | -1/+1 |
* | Use the range variant of remove_if instead of unpacking begin/end | David Majnemer | 2016-08-12 | 1 | -3/+3 |
* | 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 | 2 | -1/+15 |
* | Annotate dump() methods with LLVM_DUMP_METHOD, addressing Richard Smith r2591... | Yaron Keren | 2016-01-29 | 1 | -1/+1 |
* | Remove autoconf support | Chris Bieneman | 2016-01-26 | 1 | -14/+0 |
* | Convert Arg, ArgList, and Option to dump() to dbgs() rather than errs(). | Eric Christopher | 2015-12-18 | 3 | -26/+35 |
* | Add a dump method for ArgList. | Eric Christopher | 2015-12-18 | 1 | -0/+7 |