aboutsummaryrefslogtreecommitdiff
path: root/include/Support/CommandLine.h
AgeCommit message (Expand)Author
2004-09-01Changes For Bug 352Reid Spencer
2004-08-13Allow any cl::opt to use the method getPosition() to retrieve the option'sReid Spencer
2004-07-16Add a new macro to be used for the end of enum lists.Chris Lattner
2004-07-11Provide better support for pointer-valued command line argumentsChris Lattner
2004-06-03The prototype for ParseCommandLineOptions changed at some point, but thisChris Lattner
2004-05-07Add the enum corresponding to the source change I made earlierChris Lattner
2004-02-24Use the new LLVM is_class template instead of the boost one, allowing us toChris Lattner
2003-11-16Fixes for PR114: Thanks to Reid Spencer!Chris Lattner
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke
2003-10-20Added LLVM notice.John Criswell
2003-09-30Standardize header file commentsChris Lattner
2003-08-22Changes to work better with GCC3.4/LLVM G++Chris Lattner
2003-08-19Make assertion message more helpful in a case that might happen...Chris Lattner
2003-08-15lib/Support/CommandLine.cpp:Brian Gaeke
2003-08-14Remove extraneous cl:: namespace qualifiersChris Lattner
2003-08-14Add support for reading command line arguments from an environment variable.Brian Gaeke
2003-07-25Add includes of assertChris Lattner
2003-07-14The word `separate' only has one `e'.Misha Brukman
2003-07-10Lowercase versions of `occurrence' need to be spelled correctly, too.Misha Brukman
2003-07-10`Occurrence' has no `a' and the `r' is doubled.Misha Brukman
2003-06-30Merged in autoconf branch. This provides configuration via the autoconfJohn Criswell
2003-06-28Add support for 'unsigned' command line argumentsChris Lattner
2003-06-22Remove a ton of extraneous #includesChris Lattner
2003-06-17Regularize the names of #include-guards.Brian Gaeke
2003-06-11Included assert.h so that the code compiles under newer versions of GCC.John Criswell
2003-06-03Add doxygen comment for namespaceChris Lattner
2003-05-22Add support for a new "CommaSeparated" modifierChris Lattner
2002-09-13Checkin patch written by Casey Carter, enabling support for the redhat GCC 2.96Chris Lattner
2002-08-07Simplify interface to parsers.Chris Lattner
2002-07-24Changes to build with GCC 3.1Chris Lattner
2002-07-23Add support for removing an option from a genericparserChris Lattner
2002-07-23Change to avoid bug in GCC 3.0.4Chris Lattner
2002-07-22Checkin CommandLine 2.0Chris Lattner
2002-05-22Add ability to update existing variables with values read from the command lineChris Lattner
2002-01-20Changes to build successfully with GCC 3.02Chris Lattner
2001-11-27Create a new #include "Support/..." directory structure to move thingsChris Lattner