aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Support/CommandLine.h
AgeCommit message (Expand)Author
2008-05-20Silence a warning about "*/" outside a comment.Steve Naroff
2008-05-19Remove warnings about unused parameters and shadowed variables.Bill Wendling
2008-05-05Fix more -Wshorten-64-to-32 warnings.Evan Cheng
2008-04-28Add support for response files to the CommandLine library.Mikhail Glushenkov
2008-02-20Add explicit keywords.Dan Gohman
2008-02-20Add 'sink' cmdline option. Patch by Mikhail Glushenkov!Anton Korobeynikov
2007-12-29Don't attribute in file headers anymore. See llvmdev for theChris Lattner
2007-10-09Remove an unnecessary friend declaration.Dan Gohman
2007-10-09update prototype, fixing build errorChris Lattner
2007-10-09Pass argc by value, not by reference, since it isn't modified.Dan Gohman
2007-10-08Fix grammar in a comment.Dan Gohman
2007-10-08Add explicit keywords.Dan Gohman
2007-07-05Add explicit keywords.Dan Gohman
2007-05-22Make tail merging the default, except on powerPC. There was no prior artDale Johannesen
2007-04-12improve the patch for PR1318 to also support grouped options with customChris Lattner
2007-04-06rearchitect the registration mechanism used by the command line option stuff.Chris Lattner
2007-04-06Switch some vectors to smallvectors. This reduces amount of malloc'dChris Lattner
2007-04-06Eliminate unneeded virtual methodsChris Lattner
2007-04-05eliminate a virtual methodChris Lattner
2007-04-05remove the dead removeArgument method, rename Options to OptionsMap.Chris Lattner
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