summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Option
Commit message (Expand)AuthorAgeFilesLines
* [cmake] Explicitly mark libraries defined in lib/ as "Component Libraries"Tom Stellard2019-11-211-1/+1
* [llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-151-4/+4
* Let unaliased Args track which Alias they were created from, and use that in ...Nico Weber2019-07-092-42/+76
* Make joined instances of JoinedOrSeparate flags point to the unaliased args, ...Nico Weber2019-07-051-1/+1
* Make AddLastArg() variadic and use it more. No behavior change.Nico Weber2019-06-261-15/+0
* Option spell checking: Penalize delimiter flags if input has no argumentNico Weber2019-05-011-0/+9
* Fix OptTable::findNearest() adding delimiter for freeNico Weber2019-05-011-9/+8
* Wrap to 80 columns, no behavior changeNico Weber2019-05-011-1/+2
* Fix stack-use-after free after r359580Nico Weber2019-04-301-3/+4
* Re-reland "[Option] Fix PR37006 prefix choice in findNearest"Nico Weber2019-04-301-24/+24
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-195-20/+15
* [opt] Change the parameter of OptTable::PrintHelp from Name to Usage and don'...Fangrui Song2018-10-101-7/+5
* Revert r341329 due to MSAN errorBrian Gesiak2018-09-031-24/+24
* Re-push "[Option] Fix PR37006 prefix choice in findNearest"Brian Gesiak2018-09-031-24/+24
* Re-revert "[Option] Fix PR37006 prefix choice in findNearest"Brian Gesiak2018-05-191-24/+24
* Un-revert "[Option] Fix PR37006 prefix choice in findNearest"Brian Gesiak2018-05-191-24/+24
* Revert "[Option] Fix PR37006 prefix choice in findNearest"Brian Gesiak2018-05-141-24/+24
* [Option] Fix PR37006 prefix choice in findNearestBrian Gesiak2018-05-141-24/+24
* IWYU for llvm-config.h in llvm, additions.Nico Weber2018-04-303-0/+3
* [NFC] Replace iterators in PrintHelp with range-based forJan Korous2018-03-121-6/+4
* [NFC] PrintHelp cleanupJan Korous2018-03-121-3/+1
* [Bash-autocompletion] Pass all flags in shell command-line to ClangYuka Takahashi2018-03-051-2/+2
* [Option] For typo '-foo', suggest '--foo'Brian Gesiak2018-01-091-2/+2
* [Option] Add 'findNearest' method to catch typosBrian Gesiak2018-01-051-0/+63
* Reverting r315590; it did not include changes for llvm-tblgen, which is causi...Aaron Ballman2017-10-153-3/+3
* [dump] Remove NDEBUG from test to enable dump methods [NFC]Don Hinton2017-10-123-3/+3
* Revert "Revert r311552: [Bash-autocompletion] Add support for static analyzer...Yuka Takahashi2017-08-291-6/+19
* test commit: fix typo in commentNathan Hawes2017-08-241-1/+1
* Revert r311552: [Bash-autocompletion] Add support for static analyzer flagsRui Ueyama2017-08-231-19/+6
* [Bash-autocompletion] Add support for static analyzer flagsYuka Takahashi2017-08-231-6/+19
* [Bash-autocompletion] Show HelpText with possible flagsYuka Takahashi2017-07-261-1/+3
* [libOption] - Add flag allowing to print options aliases in help text.George Rimar2017-07-261-7/+15
* [libOption] - Replace std::pair with helper struct. NFC.George Rimar2017-07-181-12/+13
* [Bash-autocompletion] Auto complete cc1 options if -cc1 is specifiedYuka Takahashi2017-07-081-1/+5
* [Bash-autocompletion] Show flags which has HelpText or GroupIDYuka Takahashi2017-07-051-1/+1
* [GSoC] Flag value completion for clangYuka Takahashi2017-06-202-0/+35
* [BinaryFormat, Option, TableGen] Fix some Clang-tidy modernize-use-using and ...Eugene Zelenko2017-06-164-32/+49
* Sort the remaining #include lines in include/... and lib/....Chandler Carruth2017-06-061-1/+1
* [GSoC] Shell autocompletion for clangYuka Takahashi2017-05-231-0/+14
* ArgList: cache index ranges containing arguments with each IDRichard Smith2017-04-121-193/+33
* Cleanup dump() functions.Matthias Braun2017-01-283-0/+6
* Generalize ArgList::AddAllArgs moreDouglas Katzman2016-09-291-5/+22
* Replace "fallthrough" comments with LLVM_FALLTHROUGHJustin Bogner2016-08-171-1/+1
* Use the range variant of remove_if instead of unpacking begin/endDavid Majnemer2016-08-121-3/+3
* Use the range variant of find instead of unpacking begin/endDavid Majnemer2016-08-111-2/+2
* Option parser: class for consuming a joined arg in addition to all remaining ...Hans Wennborg2016-04-152-1/+15
* Annotate dump() methods with LLVM_DUMP_METHOD, addressing Richard Smith r2591...Yaron Keren2016-01-291-1/+1
* Remove autoconf supportChris Bieneman2016-01-261-14/+0
* Convert Arg, ArgList, and Option to dump() to dbgs() rather than errs().Eric Christopher2015-12-183-26/+35
* Add a dump method for ArgList.Eric Christopher2015-12-181-0/+7
OpenPOWER on IntegriCloud