aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Option/OptTable.cpp
AgeCommit message (Expand)AuthorFilesLines
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
2014-08-22Fix PR17239 by changing the semantics of the RemainingArgsClass Option kindReid Kleckner1-0/+5
2014-08-15[Option] Support MultiArg in --helpNick Kledzik1-1/+12
2014-04-15[C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper1-5/+5
2013-11-04Use startswith_lower() where possible.Jakub Staszak1-8/+1
2013-09-10Fix another mistake in r190442.Eli Friedman1-0/+29
2013-09-10Remove unused functions.Eli Friedman1-30/+0
2013-08-28Option parsing: support case-insensitive option matching.Rui Ueyama1-21/+41
2013-08-28Revert "Option parsing: support case-insensitive option matching." as it brok...Rui Ueyama1-48/+34
2013-08-27Option parsing: support case-insensitive option matching.Rui Ueyama1-34/+48
2013-08-13Options: explicit handling of --Hans Wennborg1-16/+0
2013-08-13Options: Add new option kind that consumes remaining argumentsHans Wennborg1-0/+3
2013-08-02Option parsing: recognize the special -- tokenHans Wennborg1-1/+16
2013-07-19[Option] Add inclusion and exclusion flags to option parsingReid Kleckner1-6/+22
2013-06-13Merge changes to clang's Driver code into LLVM's Option libraryReid Kleckner1-7/+14
2013-01-02Resort the #include lines in include/... and lib/... with theChandler Carruth1-2/+1
2012-12-05Copy clang/Driver/<Option parsing stuff> to llvm.Michael J. Spencer1-0/+388