summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Option/OptTable.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* [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
* 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-201-0/+34
* [BinaryFormat, Option, TableGen] Fix some Clang-tidy modernize-use-using and ...Eugene Zelenko2017-06-161-16/+24
* [GSoC] Shell autocompletion for clangYuka Takahashi2017-05-231-0/+14
* Replace "fallthrough" comments with LLVM_FALLTHROUGHJustin Bogner2016-08-171-1/+1
* 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-151-1/+1
* [Option] Use an ArrayRef to store the Option Infos in OptTable. NFCCraig Topper2015-10-211-7/+5
* Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko2015-06-231-2/+2
* Code cleanup: Remove std::move() around xvalue (NFC)Logan Chien2015-06-221-1/+1
* Modify ParseArgs to return the InputArgList by value - there's no need for dy...David Blaikie2015-06-221-11/+11
* ArrayRef-ify ParseArgsDavid Blaikie2015-06-211-4/+3
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-191-2/+2
* Fix uses of reserved identifiers starting with an underscore followed by an u...David Blaikie2015-03-161-9/+5
* Fix PR17239 by changing the semantics of the RemainingArgsClass Option kindReid Kleckner2014-08-221-0/+5
* [Option] Support MultiArg in --helpNick Kledzik2014-08-151-1/+12
* [C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper2014-04-151-5/+5
* Use startswith_lower() where possible.Jakub Staszak2013-11-041-8/+1
* Fix another mistake in r190442.Eli Friedman2013-09-101-0/+29
* Remove unused functions.Eli Friedman2013-09-101-30/+0
* Option parsing: support case-insensitive option matching.Rui Ueyama2013-08-281-21/+41
* Revert "Option parsing: support case-insensitive option matching." as it brok...Rui Ueyama2013-08-281-48/+34
* Option parsing: support case-insensitive option matching.Rui Ueyama2013-08-271-34/+48
* Options: explicit handling of --Hans Wennborg2013-08-131-16/+0
* Options: Add new option kind that consumes remaining argumentsHans Wennborg2013-08-131-0/+3
* Option parsing: recognize the special -- tokenHans Wennborg2013-08-021-1/+16
* [Option] Add inclusion and exclusion flags to option parsingReid Kleckner2013-07-191-6/+22
* Merge changes to clang's Driver code into LLVM's Option libraryReid Kleckner2013-06-131-7/+14
* Resort the #include lines in include/... and lib/... with theChandler Carruth2013-01-021-2/+1
* Copy clang/Driver/<Option parsing stuff> to llvm.Michael J. Spencer2012-12-051-0/+388
OpenPOWER on IntegriCloud