summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Option
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revert "[Option] Introduce Arg::print(raw_ostream&) and use llvm::dbgs"Vedant Kumar2015-12-181-12/+9
* [Option] Introduce Arg::print(raw_ostream&) and use llvm::dbgsVedant Kumar2015-12-181-9/+12
* [Option] Use an ArrayRef to store the Option Infos in OptTable. NFCCraig Topper2015-10-211-7/+5
* Add an ArgList::AddAllArgs that accepts a vector of OptSpecifier.Douglas Katzman2015-07-291-0/+15
* [Option] Plug a leak when move-assigning an InputArgList.Benjamin Kramer2015-06-231-6/+6
* 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
* Devirtualize ArgList's dtor now that -Wvirtual-dtor and C++11 allow a better ...David Blaikie2015-06-211-5/+0
* ArrayRef-ify ParseArgsDavid Blaikie2015-06-211-4/+3
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-191-2/+2
* Option parsing: properly handle flag aliases for joined options (PR23394)Hans Wennborg2015-05-041-0/+5
* Remove more superfluous .str() and replace std::string concatenation with Twine.Yaron Keren2015-03-301-1/+1
* Make getLastArgNoClaim work for up to 4 arguments.Filipe Cabecinhas2015-03-201-0/+20
* Teach Twine to support SmallString.Yaron Keren2015-03-171-7/+2
* Fix uses of reserved identifiers starting with an underscore followed by an u...David Blaikie2015-03-163-25/+19
* Remove explicit no-op dtor in favor of the implicit dtor so as not to disable...David Blaikie2015-03-031-3/+0
* Prefer SmallVector::append/insert over push_back loops.Benjamin Kramer2015-02-172-10/+6
* Use ADDITIONAL_HEADER_DIRS in all LLVM CMake projects.Zachary Turner2015-02-111-0/+3
* [cleanup] Re-sort all the #include lines in LLVM usingChandler Carruth2015-01-141-1/+1
* Add an overload of getLastArgNoClaim taking two OptSpecifiers.Ehsan Akhgari2014-09-121-0/+9
* Fix PR17239 by changing the semantics of the RemainingArgsClass Option kindReid Kleckner2014-08-222-4/+13
* [Option] Support MultiArg in --helpNick Kledzik2014-08-151-1/+12
* Generic: add range-adapter for option parsing.Tim Northover2014-07-091-17/+13
* Revert "Introduce a string_ostream string builder facilty"Alp Toker2014-06-261-2/+4
* Introduce a string_ostream string builder faciltyAlp Toker2014-06-261-4/+2
OpenPOWER on IntegriCloud