aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Support/CommandLine.h
AgeCommit message (Expand)Author
2007-02-01Add PrintVersionMessage() that tools can use to print version numberDevang Patel
2006-10-12simplify trivial functionChris Lattner
2006-08-27Add external definitions for commonly-used template specializations and addChris Lattner
2006-07-18Add an out-of-line virtual method to provide a home for the cl::option class.Chris Lattner
2006-06-05Make it possible to override the standard version printer. Not all toolsReid Spencer
2006-05-12Don't use old-style casts. This prevents compiler warnings when CommandLine.hReid Spencer
2005-10-24Move the END_WITH_NULL marker. Vladimir suggests that this works better withChris Lattner
2005-10-23Work around GCC's dislike of attributes on function definitions.Jeff Cohen
2005-10-23When a function takes a variable number of pointer arguments, with a zeroJeff Cohen
2005-10-14Fix errors when compiling with -pedanticChris Lattner
2005-08-26Change unsigned lng to unsigned.Jim Laskey
2005-08-25Added cl::bits option type (bit vectors). See "Collecting options as a setJim Laskey
2005-07-27Eliminate tabs and trailing spaces.Jeff Cohen
2005-06-18Make sure a variable is initialized before use to clean up a warning fromReid Spencer
2005-06-17silence a huge number of bogus warnings with GCC 4 on Reid's tester.Chris Lattner
2005-04-22Change some old-style casts to C++ style casts to avoid warnings in XPSReid Spencer
2005-04-21Remove trailing whitespaceMisha Brukman
2004-12-13Added a size_type typedef to LLVM containers to make Visual Studio shut upReid Spencer
2004-12-05Make a const method constReid Spencer
2004-11-16Per code review:Reid Spencer
2004-11-14Add the MoreHelp function pointer. If non-null, this specifies a function to ...Reid Spencer
2004-10-27Convert 'struct' to 'class' in various places to adhere to the coding standardsChris Lattner
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