aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Support/CommandLine.h
Commit message (Expand)AuthorAgeFilesLines
* Fix -Wdocumentation warningHans Wennborg2013-07-181-1/+1
* [Support] Beef up and expose the response file parsing in llvm::clReid Kleckner2013-07-181-0/+53
* Fix 'gcc -flto' builds for unittest binaries (undefined reference toPatrik Hagglund2013-06-121-2/+0
* Use correct parameter names in comments [-Wdocumentation]Dmitri Gribenko2013-05-081-3/+3
* Implemented public interface for modifying registered (not positional or sink...Andrew Trick2013-05-061-0/+34
* Support command line option categories.Andrew Trick2013-05-061-8/+42
* Generalize my previous fix for -print-options.Andrew Trick2013-03-061-1/+1
* Simplify code. No functionality change.Jakub Staszak2013-02-191-4/+2
* Sort the #include lines for the include/... tree with the script.Chandler Carruth2012-12-031-2/+2
* Add missing this->. Fixes pr14238.Rafael Espindola2012-11-051-1/+1
* Enable response files in all tools. Patch by Liu, Yaxun (Sam). I have simplifiedRafael Espindola2012-10-091-4/+2
* Add LLVM_OVERRIDE to methods that override their base classes.Craig Topper2012-09-231-4/+5
* Initializers for some fields were missing in Option::OptionAlexander Kornienko2012-07-131-4/+4
* fix warnings when compiling with -WshadowNick Kledzik2012-05-181-2/+2
* Correct use of const in ParseCommandLineOptionsDavid Blaikie2012-02-071-1/+1
* Convert assert(0) to llvm_unreachableCraig Topper2012-02-051-1/+1
* Reword comment based on feedback by Duncan Sands.David Blaikie2012-01-241-1/+1
* Changing bitfield enums to unsigned ints.David Blaikie2012-01-231-7/+9
* Simplify llvm::cl::Option by using a bit field instead of manual bit packing.David Blaikie2012-01-231-74/+68
* Add some missing anchors.David Blaikie2011-12-011-0/+6
* CommandLine: Add support for 64 bit unsigned integer options.Benjamin Kramer2011-09-151-0/+22
* Add an extension point to the CommandLine library where clients canChandler Carruth2011-07-221-0/+9
* Comment out some unused parameter names to silence out-of-tree -Wunused warni...Frits van Bommel2011-04-221-8/+8
* Fix a typo.Andrew Trick2011-04-051-1/+1
* Added *hidden* flags -print-options and -print-all-options soAndrew Trick2011-04-051-15/+280
* Trailing whitespace.Mikhail Glushenkov2010-08-101-2/+2
* Some cleanup. Use a class (OptionInfo) instead of a pair of a pair and removeRafael Espindola2010-08-061-8/+15
* Refer to -help instead of --help since this is what tools themselves say.Duncan Sands2010-02-181-8/+8
* enhance bits_storage to work with enums by using a c-styleChris Lattner2010-02-091-1/+1
* Add qualifiers for calls to member functions in dependent bases.Anders Carlsson2009-12-111-2/+2
* Move llvm::cl::opt's conversion function into the base classes thatDouglas Gregor2009-11-051-2/+4
* Declare classes with matched tags, pointed out by a clang++ warning.Chris Lattner2009-11-051-2/+4
* Remove a bunch of unused arguments from functions, silencing aEric Christopher2009-10-141-2/+2
* Rename enum NumOccurrences to NumOccurrencesFlag since there is a member name...Evan Cheng2009-10-041-6/+8
* smallvectorize getExtraOptionNamesChris Lattner2009-09-201-6/+6
* convert a bunch more stuff to use StringRef. The ArgName arguments are nowChris Lattner2009-09-201-19/+17
* convert a bunch of std::strings to use StringRef. This should eliminateChris Lattner2009-09-191-28/+22
* Fix some comments referring to std::cerr.Daniel Dunbar2009-08-031-1/+1
* Remove duplicated colons and spaces.Benjamin Kramer2009-08-021-7/+7
* Fix comment.Mikhail Glushenkov2009-06-171-2/+2
* Add support for a character after a command line option. Like '-Os'.Bill Wendling2009-04-291-0/+23
* Remove AllowInverse: it leaks memory and is not the rightChris Lattner2009-04-081-5/+1
* Use CHAR_BIT instead of hard-coding 8 in several places where itDan Gohman2009-04-011-2/+3
* * Fixed spelling of `invertible'Misha Brukman2009-04-011-5/+2
* Constify check. This fixes PR3900.Bill Wendling2009-03-291-1/+1
* move a large method out of line.Chris Lattner2009-03-281-16/+2
* Allow invertable -xno- style optins as well.Mike Stump2009-03-271-4/+8
* Fix the Win32 VS2008 build:Sebastian Redl2009-03-191-2/+2
* Improve -fno-opt style option processing to not require an extraMike Stump2009-02-021-34/+25
* Add opposite_of and inverse_opt to support -fno- style options. ThisMike Stump2009-01-301-0/+33