| Commit message (Expand) | Author | Age | Files | Lines |
* | Merging r309113: | Hans Wennborg | 2017-07-28 | 1 | -1/+3 |
* | [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 |
* | Options: Add new option kind that consumes remaining arguments | Hans Wennborg | 2013-08-13 | 1 | -0/+3 |
* | Option parsing: recognize the special -- token | Hans Wennborg | 2013-08-02 | 1 | -1/+16 |
* | [Option] Add inclusion and exclusion flags to option parsing | Reid Kleckner | 2013-07-19 | 1 | -6/+22 |
* | Merge changes to clang's Driver code into LLVM's Option library | Reid Kleckner | 2013-06-13 | 1 | -7/+14 |
* | Resort the #include lines in include/... and lib/... with the | Chandler Carruth | 2013-01-02 | 1 | -2/+1 |
* | Copy clang/Driver/<Option parsing stuff> to llvm. | Michael J. Spencer | 2012-12-05 | 1 | -0/+388 |