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