Switch all uses of LLVM_OVERRIDE to just use 'override' directly.
[oota-llvm.git] / include / llvm / Support / CommandLine.h
2004-12-05 Reid SpencerMake a const method const
2004-11-16 Reid SpencerPer code review:
2004-11-14 Reid SpencerAdd the MoreHelp function pointer. If non-null, this...
2004-10-27 Chris LattnerConvert 'struct' to 'class' in various places to adhere...
2004-09-01 Reid SpencerChanges For Bug 352
2004-08-13 Reid SpencerAllow any cl::opt to use the method getPosition() to...
2004-07-16 Chris LattnerAdd a new macro to be used for the end of enum lists.
2004-07-11 Chris LattnerProvide better support for pointer-valued command line...
2004-06-03 Chris LattnerThe prototype for ParseCommandLineOptions changed at...
2004-05-07 Chris LattnerAdd the enum corresponding to the source change I made...
2004-02-24 Chris LattnerUse the new LLVM is_class template instead of the boost...
2003-11-16 Chris LattnerFixes for PR114: Thanks to Reid Spencer!
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-10-20 John CriswellAdded LLVM notice.
2003-09-30 Chris LattnerStandardize header file comments
2003-08-22 Chris LattnerChanges to work better with GCC3.4/LLVM G++
2003-08-19 Chris LattnerMake assertion message more helpful in a case that...
2003-08-15 Brian Gaekelib/Support/CommandLine.cpp:
2003-08-14 Chris LattnerRemove extraneous cl:: namespace qualifiers
2003-08-14 Brian GaekeAdd support for reading command line arguments from...
2003-07-25 Chris LattnerAdd includes of assert
2003-07-14 Misha BrukmanThe word `separate' only has one `e'.
2003-07-10 Misha BrukmanLowercase versions of `occurrence' need to be spelled...
2003-07-10 Misha Brukman`Occurrence' has no `a' and the `r' is doubled.
2003-06-30 John CriswellMerged in autoconf branch. This provides configuration...
2003-06-28 Chris LattnerAdd support for 'unsigned' command line arguments
2003-06-22 Chris LattnerRemove a ton of extraneous #includes
2003-06-17 Brian GaekeRegularize the names of #include-guards.
2003-06-11 John CriswellIncluded assert.h so that the code compiles under newer...
2003-06-03 Chris LattnerAdd doxygen comment for namespace
2003-05-22 Chris LattnerAdd support for a new "CommaSeparated" modifier
2002-09-13 Chris LattnerCheckin patch written by Casey Carter, enabling support...
2002-08-07 Chris LattnerSimplify interface to parsers.
2002-07-24 Chris LattnerChanges to build with GCC 3.1
2002-07-23 Chris LattnerAdd support for removing an option from a genericparser
2002-07-23 Chris LattnerChange to avoid bug in GCC 3.0.4
2002-07-22 Chris LattnerCheckin CommandLine 2.0
2002-05-22 Chris LattnerAdd ability to update existing variables with values...
2002-01-20 Chris LattnerChanges to build successfully with GCC 3.02
2001-11-27 Chris LattnerCreate a new #include "Support/..." directory structure...