summaryrefslogtreecommitdiff
path: root/include/llvm/Support/CommandLine.h
Commit message (Expand)AuthorAge
* Silence a warning about "*/" outside a comment.Steve Naroff2008-05-20
* Remove warnings about unused parameters and shadowed variables.Bill Wendling2008-05-19
* Fix more -Wshorten-64-to-32 warnings.Evan Cheng2008-05-05
* Add support for response files to the CommandLine library.Mikhail Glushenkov2008-04-28
* Add explicit keywords.Dan Gohman2008-02-20
* Add 'sink' cmdline option. Patch by Mikhail Glushenkov!Anton Korobeynikov2008-02-20
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-29
* Remove an unnecessary friend declaration.Dan Gohman2007-10-09
* update prototype, fixing build errorChris Lattner2007-10-09
* Pass argc by value, not by reference, since it isn't modified.Dan Gohman2007-10-09
* Fix grammar in a comment.Dan Gohman2007-10-08
* Add explicit keywords.Dan Gohman2007-10-08
* Add explicit keywords.Dan Gohman2007-07-05
* Make tail merging the default, except on powerPC. There was no prior artDale Johannesen2007-05-22
* improve the patch for PR1318 to also support grouped options with customChris Lattner2007-04-12
* rearchitect the registration mechanism used by the command line option stuff.Chris Lattner2007-04-06
* Switch some vectors to smallvectors. This reduces amount of malloc'dChris Lattner2007-04-06
* Eliminate unneeded virtual methodsChris Lattner2007-04-06
* eliminate a virtual methodChris Lattner2007-04-05
* remove the dead removeArgument method, rename Options to OptionsMap.Chris Lattner2007-04-05
* Add PrintVersionMessage() that tools can use to print version numberDevang Patel2007-02-01
* simplify trivial functionChris Lattner2006-10-12
* Add external definitions for commonly-used template specializations and addChris Lattner2006-08-27
* Add an out-of-line virtual method to provide a home for the cl::option class.Chris Lattner2006-07-18
* Make it possible to override the standard version printer. Not all toolsReid Spencer2006-06-05
* Don't use old-style casts. This prevents compiler warnings when CommandLine.hReid Spencer2006-05-12
* Move the END_WITH_NULL marker. Vladimir suggests that this works better withChris Lattner2005-10-24
* Work around GCC's dislike of attributes on function definitions.Jeff Cohen2005-10-23
* When a function takes a variable number of pointer arguments, with a zeroJeff Cohen2005-10-23
* Fix errors when compiling with -pedanticChris Lattner2005-10-14
* Change unsigned lng to unsigned.Jim Laskey2005-08-26
* Added cl::bits option type (bit vectors). See "Collecting options as a setJim Laskey2005-08-25
* Eliminate tabs and trailing spaces.Jeff Cohen2005-07-27
* Make sure a variable is initialized before use to clean up a warning fromReid Spencer2005-06-18
* silence a huge number of bogus warnings with GCC 4 on Reid's tester.Chris Lattner2005-06-17
* Change some old-style casts to C++ style casts to avoid warnings in XPSReid Spencer2005-04-22
* Remove trailing whitespaceMisha Brukman2005-04-21
* Added a size_type typedef to LLVM containers to make Visual Studio shut upReid Spencer2004-12-13
* Make a const method constReid Spencer2004-12-05
* Per code review:Reid Spencer2004-11-16
* Add the MoreHelp function pointer. If non-null, this specifies a function to ...Reid Spencer2004-11-14
* Convert 'struct' to 'class' in various places to adhere to the coding standardsChris Lattner2004-10-27
* Changes For Bug 352Reid Spencer2004-09-01
* Allow any cl::opt to use the method getPosition() to retrieve the option'sReid Spencer2004-08-13
* Add a new macro to be used for the end of enum lists.Chris Lattner2004-07-16
* Provide better support for pointer-valued command line argumentsChris Lattner2004-07-11
* The prototype for ParseCommandLineOptions changed at some point, but thisChris Lattner2004-06-03
* Add the enum corresponding to the source change I made earlierChris Lattner2004-05-07
* Use the new LLVM is_class template instead of the boost one, allowing us toChris Lattner2004-02-24
* Fixes for PR114: Thanks to Reid Spencer!Chris Lattner2003-11-16