aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Support/CommandLine.h
AgeCommit message (Expand)Author
2013-05-06Implemented public interface for modifying registered (not positional or sink...Andrew Trick
2013-05-06Support command line option categories.Andrew Trick
2013-03-06Generalize my previous fix for -print-options.Andrew Trick
2013-02-19Simplify code. No functionality change.Jakub Staszak
2012-12-03Sort the #include lines for the include/... tree with the script.Chandler Carruth
2012-11-05Add missing this->. Fixes pr14238.Rafael Espindola
2012-10-09Enable response files in all tools. Patch by Liu, Yaxun (Sam). I have simplifiedRafael Espindola
2012-09-23Add LLVM_OVERRIDE to methods that override their base classes.Craig Topper
2012-07-13Initializers for some fields were missing in Option::OptionAlexander Kornienko
2012-05-18fix warnings when compiling with -WshadowNick Kledzik
2012-02-07Correct use of const in ParseCommandLineOptionsDavid Blaikie
2012-02-05Convert assert(0) to llvm_unreachableCraig Topper
2012-01-24Reword comment based on feedback by Duncan Sands.David Blaikie
2012-01-23Changing bitfield enums to unsigned ints.David Blaikie
2012-01-23Simplify llvm::cl::Option by using a bit field instead of manual bit packing.David Blaikie
2011-12-01Add some missing anchors.David Blaikie
2011-09-15CommandLine: Add support for 64 bit unsigned integer options.Benjamin Kramer
2011-07-22Add an extension point to the CommandLine library where clients canChandler Carruth
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