| Commit message (Expand) | Author | Age | Files | Lines |
| * | [CommandLine] Add missing Callbacks | David Green | 2019-12-09 | 1 | -0/+8 |
| * | [CommandLine] Add callbacks to Options | Don Hinton | 2019-12-06 | 1 | -2/+64 |
| * | Reapply "[llvm][Support] Take in CurrentDirectory as a parameter in ExpandRes... | Kadir Cetinkaya | 2019-12-04 | 1 | -100/+119 |
| * | Revert "[llvm][Support] Take in CurrentDirectory as a parameter in ExpandResp... | Kadir Cetinkaya | 2019-12-04 | 1 | -98/+100 |
| * | [llvm][Support] Take in CurrentDirectory as a parameter in ExpandResponseFiles | Kadir Cetinkaya | 2019-12-04 | 1 | -100/+98 |
| * | [CommandLine] Add inline ArgName printing | Don Hinton | 2019-11-06 | 1 | -0/+50 |
| * | Revert Recommit "[CommandLine] Remove OptionCategory and SubCommand caches fr... | Haojian Wu | 2019-07-11 | 1 | -48/+22 |
| * | Recommit "[CommandLine] Remove OptionCategory and SubCommand caches from the ... | Don Hinton | 2019-07-10 | 1 | -22/+48 |
| * | Revert [CommandLine] Remove OptionCategory and SubCommand caches from the Opt... | Don Hinton | 2019-06-22 | 1 | -43/+17 |
| * | [CommandLine] Remove OptionCategory and SubCommand caches from the Option class. | Don Hinton | 2019-06-22 | 1 | -17/+43 |
| * | [Support] Explicitly detect recursive response files | Shoaib Meenai | 2019-06-10 | 1 | -19/+67 |
| * | [CommandLine] Don't allow duplicate categories. | Don Hinton | 2019-05-16 | 1 | -0/+4 |
| * | [Support] Ensure redirected outputs don't contain output from previous tests. | David L. Jones | 2019-05-13 | 1 | -0/+1 |
| * | [CommandLine] Add long option flag for cl::ParseCommandLineOptions . Part 5 of 5 | Don Hinton | 2019-05-11 | 1 | -0/+73 |
| * | [CommandLine] Allow Options to specify multiple OptionCategory's. | Don Hinton | 2019-05-07 | 1 | -8/+60 |
| * | [CommandLine] Change help output to prefix long options with `--` instead of ... | Don Hinton | 2019-05-03 | 1 | -14/+14 |
| * | [CommandLine} Wire-up cl::list::setDefault() so it will work correctly with c... | Don Hinton | 2019-04-30 | 1 | -0/+14 |
| * | Reapply [Support] Fix recursive response file expansion guard | Shoaib Meenai | 2019-04-16 | 1 | -0/+37 |
| * | Reapply [Support] Add a test for recursive response file expansion | Shoaib Meenai | 2019-04-16 | 1 | -0/+34 |
| * | Revert [Support] Add a test for recursive response file expansion | Shoaib Meenai | 2019-04-15 | 1 | -31/+0 |
| * | Revert [Support] Fix recursive response file expansion guard | Shoaib Meenai | 2019-04-15 | 1 | -37/+0 |
| * | [Support] Fix recursive response file expansion guard | Shoaib Meenai | 2019-04-15 | 1 | -0/+37 |
| * | [Support] Add a test for recursive response file expansion | Shoaib Meenai | 2019-04-15 | 1 | -0/+31 |
| * | [CommandLineParser] Add DefaultOption flag | Don Hinton | 2019-04-15 | 1 | -0/+62 |
| * | Revert r358337: "[CommandLineParser] Add DefaultOption flag" | Ilya Biryukov | 2019-04-15 | 1 | -61/+0 |
| * | [CommandLineParser] Add DefaultOption flag | Don Hinton | 2019-04-13 | 1 | -0/+61 |
| * | Handle consecutive-double-quotes in Windows argument parsing | Sunil Srivastava | 2019-03-14 | 1 | -1/+8 |
| * | [CommandLine] Allow grouping options which can have values. | Igor Kudrin | 2019-03-01 | 1 | -1/+172 |
| * | [CommandLine] Do not crash if an option has both ValueRequired and Grouping. | Igor Kudrin | 2019-03-01 | 1 | -0/+22 |
| * | Recommit: Add support for prefix-only CLI options | Thomas Preud'homme | 2019-02-05 | 1 | -0/+74 |
| * | [CommandLine] Don't print empty sentinel values from EnumValN lists in help text | James Henderson | 2019-02-04 | 1 | -0/+215 |
| * | Revert r353048. | James Henderson | 2019-02-04 | 1 | -215/+0 |
| * | [CommandLine] Don't print empty sentinel values from EnumValN lists in help text | James Henderson | 2019-02-04 | 1 | -0/+215 |
| * | Revert r352750. | James Henderson | 2019-02-01 | 1 | -134/+0 |
| * | [CommandLine] Improve help text for cl::values style options | James Henderson | 2019-01-31 | 1 | -0/+134 |
| * | Revert "Add support for prefix-only CLI options" | Thomas Preud'homme | 2019-01-27 | 1 | -75/+1 |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | Add support for prefix-only CLI options | Thomas Preud'homme | 2019-01-14 | 1 | -1/+75 |
| * | Do not enforce absolute path argv0 in windows | Hans Wennborg | 2018-06-13 | 1 | -0/+19 |
| * | Use perfect forwarding to deduplicate code in unit test. NFC. | Benjamin Kramer | 2018-05-15 | 1 | -22/+2 |
| * | Fix broken asan Support tests | Eric Liu | 2018-05-15 | 1 | -8/+14 |
| * | [CommandLine] Error message for incorrect PositionalEatArgs usage | Keno Fischer | 2018-05-14 | 1 | -0/+19 |
| * | Fix stack-use-after-scope in test previously hidden by -fmerge-all-constants | Vitaly Buka | 2018-04-07 | 1 | -3/+3 |
| * | On Windows we need to be able to process response files with Windows-style | Dmitry Mikulin | 2018-03-05 | 1 | -0/+35 |
| * | Added support for reading configuration files | Serge Pavlov | 2017-12-30 | 1 | -0/+133 |
| * | Reverted 321580: Added support for reading configuration files | Serge Pavlov | 2017-12-30 | 1 | -133/+0 |
| * | Added support for reading configuration files | Serge Pavlov | 2017-12-30 | 1 | -0/+133 |
| * | [Support][CommandLine] Add cl::Option::setDefault() | Evgeny Mankov | 2017-08-28 | 1 | -0/+35 |
| * | Support: chunk writing on Linux | Saleem Abdulrasool | 2017-06-20 | 1 | -0/+6 |
| * | Added braces to work around gcc warning in googletest: suggest explicit brace... | Galina Kistanova | 2017-06-15 | 1 | -3/+6 |