aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Option/OptTable.cpp
AgeCommit message (Expand)AuthorFilesLines
2021-08-19[OptTable] Refine how `printHelp` treats empty help textsAndrzej Warzynski1-1/+1
2021-06-24[OptTable] Rename PrintHelp to printHelpFangrui Song1-3/+3
2021-06-25[llvm] Rename StringRef _lower() method calls to _insensitive()Martin Storsjö1-3/+2
2021-01-11[llvm] Simplify string comparisons (NFC)Kazu Hirata1-1/+1
2020-12-05Remove memory allocation with stringAditya Kumar1-3/+5
2020-09-11[NFC] Fix the signature and definition of findByPrefixAndrzej Warzynski1-1/+1
2020-08-12[Clang options] Optimize optionMatches() runtime by removing mallocsNadav Rotem1-2/+3
2020-08-04[llvm-symbolizer] Switch command line parsing from llvm::cl to OptTableFangrui Song1-2/+30
2020-07-17[OptTable] Support grouped short optionsFangrui Song1-3/+61
2020-01-28Make llvm::StringRef to std::string conversions explicit.Benjamin Kramer1-3/+3
2019-05-01Option spell checking: Penalize delimiter flags if input has no argumentNico Weber1-0/+9
2019-05-01Fix OptTable::findNearest() adding delimiter for freeNico Weber1-9/+8
2019-05-01Wrap to 80 columns, no behavior changeNico Weber1-1/+2
2019-04-30Fix stack-use-after free after r359580Nico Weber1-3/+4
2019-04-30Re-reland "[Option] Fix PR37006 prefix choice in findNearest"Nico Weber1-24/+24
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-10-10[opt] Change the parameter of OptTable::PrintHelp from Name to Usage and don'...Fangrui Song1-7/+5
2018-09-03Revert r341329 due to MSAN errorBrian Gesiak1-24/+24
2018-09-03Re-push "[Option] Fix PR37006 prefix choice in findNearest"Brian Gesiak1-24/+24
2018-05-19Re-revert "[Option] Fix PR37006 prefix choice in findNearest"Brian Gesiak1-24/+24
2018-05-19Un-revert "[Option] Fix PR37006 prefix choice in findNearest"Brian Gesiak1-24/+24
2018-05-14Revert "[Option] Fix PR37006 prefix choice in findNearest"Brian Gesiak1-24/+24
2018-05-14[Option] Fix PR37006 prefix choice in findNearestBrian Gesiak1-24/+24
2018-03-12[NFC] Replace iterators in PrintHelp with range-based forJan Korous1-6/+4
2018-03-12[NFC] PrintHelp cleanupJan Korous1-3/+1
2018-03-05[Bash-autocompletion] Pass all flags in shell command-line to ClangYuka Takahashi1-2/+2
2018-01-09[Option] For typo '-foo', suggest '--foo'Brian Gesiak1-2/+2
2018-01-05[Option] Add 'findNearest' method to catch typosBrian Gesiak1-0/+63
2017-08-29Revert "Revert r311552: [Bash-autocompletion] Add support for static analyzer...Yuka Takahashi1-6/+19
2017-08-24test commit: fix typo in commentNathan Hawes1-1/+1
2017-08-23Revert r311552: [Bash-autocompletion] Add support for static analyzer flagsRui Ueyama1-19/+6
2017-08-23[Bash-autocompletion] Add support for static analyzer flagsYuka Takahashi1-6/+19
2017-07-26[Bash-autocompletion] Show HelpText with possible flagsYuka Takahashi1-1/+3
2017-07-26[libOption] - Add flag allowing to print options aliases in help text.George Rimar1-7/+15
2017-07-18[libOption] - Replace std::pair with helper struct. NFC.George Rimar1-12/+13
2017-07-08[Bash-autocompletion] Auto complete cc1 options if -cc1 is specifiedYuka Takahashi1-1/+5
2017-07-05[Bash-autocompletion] Show flags which has HelpText or GroupIDYuka Takahashi1-1/+1
2017-06-20[GSoC] Flag value completion for clangYuka Takahashi1-0/+34
2017-06-16[BinaryFormat, Option, TableGen] Fix some Clang-tidy modernize-use-using and ...Eugene Zelenko1-16/+24
2017-05-23[GSoC] Shell autocompletion for clangYuka Takahashi1-0/+14
2016-08-17Replace "fallthrough" comments with LLVM_FALLTHROUGHJustin Bogner1-1/+1
2016-08-11Use the range variant of find instead of unpacking begin/endDavid Majnemer1-2/+2
2016-04-15Option parser: class for consuming a joined arg in addition to all remaining ...Hans Wennborg1-1/+1
2015-10-21[Option] Use an ArrayRef to store the Option Infos in OptTable. NFCCraig Topper1-7/+5
2015-06-23Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko1-2/+2
2015-06-22Code cleanup: Remove std::move() around xvalue (NFC)Logan Chien1-1/+1
2015-06-22Modify ParseArgs to return the InputArgList by value - there's no need for dy...David Blaikie1-11/+11
2015-06-21ArrayRef-ify ParseArgsDavid Blaikie1-4/+3
2015-06-19Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko1-2/+2
2015-03-16Fix uses of reserved identifiers starting with an underscore followed by an u...David Blaikie1-9/+5