One more fix to the new API to fix const-correctness.
[oota-llvm.git] / include / llvm / Support / CommandLine.h
2015-01-27 Chris BienemanOne more fix to the new API to fix const-correctness.
2015-01-26 Chris BienemanPete Cooper suggested the new API should use ArrayRef...
2015-01-26 Chris BienemanAdd new HideUnrelatedOptions API that takes a SmallVect...
2015-01-22 Chris BienemanRefactoring cl::parser construction and initialization.
2015-01-22 Chris BienemanMaking deleted copy constructors and operators to be...
2015-01-22 Chris BienemanAssigning and copying command line option objects shoul...
2015-01-21 Chris BienemanAdding a new cl::HideUnrelatedOptions API to allow...
2015-01-13 Chris BienemanRunning clang-format on CommandLine.h and CommandLine...
2014-11-04 Reid KlecknerRename END_WITH_NULL to LLVM_END_WITH_NULL and move...
2014-08-22 Reid KlecknerFix PR17239 by changing the semantics of the RemainingA...
2014-08-15 Sean SilvaRevert "[Support] Promote cl::StringSaver to a separate...
2014-08-15 Sean Silva[Support] Promote cl::StringSaver to a separate utility
2014-07-14 Justin BognerSupport: Fix option handling when using cl::Required...
2014-04-14 Craig Topper[C++11] More 'nullptr' conversion. In some cases just...
2014-04-09 Craig Topper[C++11] Replace some comparisons with 'nullptr' with...
2014-04-07 Craig Topper[C++11] Make use of 'nullptr' in the Support library.
2014-03-07 Benjamin Kramer[C++11] Replace LLVM-style type traits with C++11 stand...
2014-03-04 Craig Topper[C+11] Add 'override' keyword to methods in the support...
2014-03-02 Craig TopperSwitch all uses of LLVM_OVERRIDE to just use 'override...
2014-02-27 Alexander KornienkoRe-apply r200853, which should not crash after Clang...
2014-02-19 Tobias GrosserAvoid collisions with Objective-C++ keywords
2014-02-05 Rafael EspindolaRevert "Fix an invalid check for duplicate option categ...
2014-02-05 Alexander KornienkoFix an invalid check for duplicate option categories.
2014-01-29 Jordan Rose[CommandLine] Aliases require an value if their target...
2014-01-07 Chandler CarruthRe-sort all of the includes with ./utils/sort_includes...
2013-11-19 Juergen Ributzka[weak vtables] Remove a bunch of weak vtables
2013-11-18 Alexey SamsonovRevert r194865 and r194874.
2013-11-15 Juergen Ributzka[weak vtables] Remove a bunch of weak vtables
2013-07-18 Hans WennborgFix -Wdocumentation warning
2013-07-18 Reid Kleckner[Support] Beef up and expose the response file parsing...
2013-06-12 Patrik HagglundFix 'gcc -flto' builds for unittest binaries (undefined...
2013-05-08 Dmitri GribenkoUse correct parameter names in comments [-Wdocumentation]
2013-05-06 Andrew TrickImplemented public interface for modifying registered...
2013-05-06 Andrew TrickSupport command line option categories.
2013-03-06 Andrew TrickGeneralize my previous fix for -print-options.
2013-02-19 Jakub StaszakSimplify code. No functionality change.
2012-12-03 Chandler CarruthSort the #include lines for the include/... tree with...
2012-11-05 Rafael EspindolaAdd missing this->. Fixes pr14238.
2012-10-09 Rafael EspindolaEnable response files in all tools. Patch by Liu, Yaxun...
2012-09-23 Craig TopperAdd LLVM_OVERRIDE to methods that override their base...
2012-07-13 Alexander KornienkoInitializers for some fields were missing in Option...
2012-05-18 Nick Kledzikfix warnings when compiling with -Wshadow
2012-02-07 David BlaikieCorrect use of const in ParseCommandLineOptions
2012-02-05 Craig TopperConvert assert(0) to llvm_unreachable
2012-01-24 David BlaikieReword comment based on feedback by Duncan Sands.
2012-01-23 David BlaikieChanging bitfield enums to unsigned ints.
2012-01-23 David BlaikieSimplify llvm::cl::Option by using a bit field instead...
2011-12-01 David BlaikieAdd some missing anchors.
2011-09-15 Benjamin KramerCommandLine: Add support for 64 bit unsigned integer...
2011-07-22 Chandler CarruthAdd an extension point to the CommandLine library where...
2011-04-22 Frits van BommelComment out some unused parameter names to silence...
2011-04-05 Andrew TrickFix a typo.
2011-04-05 Andrew TrickAdded *hidden* flags -print-options and -print-all...
2010-08-10 Mikhail GlushenkovTrailing whitespace.
2010-08-06 Rafael EspindolaSome cleanup. Use a class (OptionInfo) instead of a...
2010-02-18 Duncan SandsRefer to -help instead of --help since this is what...
2010-02-09 Chris Lattnerenhance bits_storage to work with enums by using a...
2009-12-11 Anders CarlssonAdd qualifiers for calls to member functions in depende...
2009-11-05 Douglas GregorMove llvm::cl::opt's conversion function into the base...
2009-11-05 Chris LattnerDeclare classes with matched tags, pointed out by a...
2009-10-14 Eric ChristopherRemove a bunch of unused arguments from functions,...
2009-10-04 Evan ChengRename enum NumOccurrences to NumOccurrencesFlag since...
2009-09-20 Chris Lattnersmallvectorize getExtraOptionNames
2009-09-20 Chris Lattnerconvert a bunch more stuff to use StringRef. The ArgNa...
2009-09-19 Chris Lattnerconvert a bunch of std::strings to use StringRef. ...
2009-08-03 Daniel DunbarFix some comments referring to std::cerr.
2009-08-02 Benjamin KramerRemove duplicated colons and spaces.
2009-06-17 Mikhail GlushenkovFix comment.
2009-04-29 Bill WendlingAdd support for a character after a command line option...
2009-04-08 Chris LattnerRemove AllowInverse: it leaks memory and is not the...
2009-04-01 Dan GohmanUse CHAR_BIT instead of hard-coding 8 in several places...
2009-04-01 Misha Brukman* Fixed spelling of `invertible'
2009-03-29 Bill WendlingConstify check. This fixes PR3900.
2009-03-28 Chris Lattnermove a large method out of line.
2009-03-27 Mike StumpAllow invertable -xno- style optins as well.
2009-03-19 Sebastian RedlFix the Win32 VS2008 build:
2009-02-02 Mike StumpImprove -fno-opt style option processing to not require...
2009-01-30 Mike StumpAdd opposite_of and inverse_opt to support -fno- style...
2009-01-16 Mikhail GlushenkovSupport for multi-valued options in CommandLine
2009-01-02 Misha Brukman* Alphabetized system headers per the style guide
2008-05-20 Steve NaroffSilence a warning about "*/" outside a comment.
2008-05-19 Bill WendlingRemove warnings about unused parameters and shadowed...
2008-05-05 Evan ChengFix more -Wshorten-64-to-32 warnings.
2008-04-28 Mikhail GlushenkovAdd support for response files to the CommandLine library.
2008-02-20 Dan GohmanAdd explicit keywords.
2008-02-20 Anton KorobeynikovAdd 'sink' cmdline option. Patch by Mikhail Glushenkov!
2007-12-29 Chris LattnerDon't attribute in file headers anymore. See llvmdev...
2007-10-09 Dan GohmanRemove an unnecessary friend declaration.
2007-10-09 Chris Lattnerupdate prototype, fixing build error
2007-10-09 Dan GohmanPass argc by value, not by reference, since it isn...
2007-10-08 Dan GohmanFix grammar in a comment.
2007-10-08 Dan GohmanAdd explicit keywords.
2007-07-05 Dan GohmanAdd explicit keywords.
2007-05-22 Dale JohannesenMake tail merging the default, except on powerPC. ...
2007-04-12 Chris Lattnerimprove the patch for PR1318 to also support grouped...
2007-04-06 Chris Lattnerrearchitect the registration mechanism used by the...
2007-04-06 Chris LattnerSwitch some vectors to smallvectors. This reduces...
2007-04-06 Chris LattnerEliminate unneeded virtual methods
2007-04-05 Chris Lattnereliminate a virtual method
2007-04-05 Chris Lattnerremove the dead removeArgument method, rename Options...
next