aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Support/CommandLine.h
AgeCommit message (Expand)Author
2011-04-22Comment out some unused parameter names to silence out-of-tree -Wunused warni...Frits van Bommel
2011-04-05Fix a typo.Andrew Trick
2011-04-05Added *hidden* flags -print-options and -print-all-options soAndrew Trick
2010-08-10Trailing whitespace.Mikhail Glushenkov
2010-08-06Some cleanup. Use a class (OptionInfo) instead of a pair of a pair and removeRafael Espindola
2010-02-18Refer to -help instead of --help since this is what tools themselves say.Duncan Sands
2010-02-09enhance bits_storage to work with enums by using a c-styleChris Lattner
2009-12-11Add qualifiers for calls to member functions in dependent bases.Anders Carlsson
2009-11-05Move llvm::cl::opt's conversion function into the base classes thatDouglas Gregor
2009-11-05Declare classes with matched tags, pointed out by a clang++ warning.Chris Lattner
2009-10-14Remove a bunch of unused arguments from functions, silencing aEric Christopher
2009-10-04Rename enum NumOccurrences to NumOccurrencesFlag since there is a member name...Evan Cheng
2009-09-20smallvectorize getExtraOptionNamesChris Lattner
2009-09-20convert a bunch more stuff to use StringRef. The ArgName arguments are nowChris Lattner
2009-09-19convert a bunch of std::strings to use StringRef. This should eliminateChris Lattner
2009-08-03Fix some comments referring to std::cerr.Daniel Dunbar
2009-08-02Remove duplicated colons and spaces.Benjamin Kramer
2009-06-17Fix comment.Mikhail Glushenkov
2009-04-29Add support for a character after a command line option. Like '-Os'.Bill Wendling
2009-04-08Remove AllowInverse: it leaks memory and is not the rightChris Lattner
2009-04-01Use CHAR_BIT instead of hard-coding 8 in several places where itDan Gohman
2009-04-01* Fixed spelling of `invertible'Misha Brukman
2009-03-29Constify check. This fixes PR3900.Bill Wendling
2009-03-28move a large method out of line.Chris Lattner
2009-03-27Allow invertable -xno- style optins as well.Mike Stump
2009-03-19Fix the Win32 VS2008 build:Sebastian Redl
2009-02-02Improve -fno-opt style option processing to not require an extraMike Stump
2009-01-30Add opposite_of and inverse_opt to support -fno- style options. ThisMike Stump
2009-01-16Support for multi-valued options in CommandLineMikhail Glushenkov
2009-01-02* Alphabetized system headers per the style guideMisha Brukman
2008-05-20Silence a warning about "*/" outside a comment.Steve Naroff
2008-05-19Remove warnings about unused parameters and shadowed variables.Bill Wendling
2008-05-05Fix more -Wshorten-64-to-32 warnings.Evan Cheng
2008-04-28Add support for response files to the CommandLine library.Mikhail Glushenkov
2008-02-20Add explicit keywords.Dan Gohman
2008-02-20Add 'sink' cmdline option. Patch by Mikhail Glushenkov!Anton Korobeynikov
2007-12-29Don't attribute in file headers anymore. See llvmdev for theChris Lattner
2007-10-09Remove an unnecessary friend declaration.Dan Gohman
2007-10-09update prototype, fixing build errorChris Lattner
2007-10-09Pass argc by value, not by reference, since it isn't modified.Dan Gohman
2007-10-08Fix grammar in a comment.Dan Gohman
2007-10-08Add explicit keywords.Dan Gohman
2007-07-05Add explicit keywords.Dan Gohman
2007-05-22Make tail merging the default, except on powerPC. There was no prior artDale Johannesen
2007-04-12improve the patch for PR1318 to also support grouped options with customChris Lattner
2007-04-06rearchitect the registration mechanism used by the command line option stuff.Chris Lattner
2007-04-06Switch some vectors to smallvectors. This reduces amount of malloc'dChris Lattner
2007-04-06Eliminate unneeded virtual methodsChris Lattner
2007-04-05eliminate a virtual methodChris Lattner
2007-04-05remove the dead removeArgument method, rename Options to OptionsMap.Chris Lattner