aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Support/CommandLine.h
Commit message (Expand)AuthorAgeFilesLines
* simplify trivial functionChris Lattner2006-10-121-5/+1
* Add external definitions for commonly-used template specializations and addChris Lattner2006-08-271-2/+37
* Add an out-of-line virtual method to provide a home for the cl::option class.Chris Lattner2006-07-181-0/+3
* Make it possible to override the standard version printer. Not all toolsReid Spencer2006-06-051-0/+7
* Don't use old-style casts. This prevents compiler warnings when CommandLine.hReid Spencer2006-05-121-2/+2
* Move the END_WITH_NULL marker. Vladimir suggests that this works better withChris Lattner2005-10-241-7/+2
* Work around GCC's dislike of attributes on function definitions.Jeff Cohen2005-10-231-1/+6
* When a function takes a variable number of pointer arguments, with a zeroJeff Cohen2005-10-231-1/+2
* Fix errors when compiling with -pedanticChris Lattner2005-10-141-5/+5
* Change unsigned lng to unsigned.Jim Laskey2005-08-261-7/+7
* Added cl::bits option type (bit vectors). See "Collecting options as a setJim Laskey2005-08-251-0/+182
* Eliminate tabs and trailing spaces.Jeff Cohen2005-07-271-1/+1
* Make sure a variable is initialized before use to clean up a warning fromReid Spencer2005-06-181-1/+2
* silence a huge number of bogus warnings with GCC 4 on Reid's tester.Chris Lattner2005-06-171-1/+2
* Change some old-style casts to C++ style casts to avoid warnings in XPSReid Spencer2005-04-221-4/+4
* Remove trailing whitespaceMisha Brukman2005-04-211-23/+23
* Added a size_type typedef to LLVM containers to make Visual Studio shut upReid Spencer2004-12-131-1/+1
* Make a const method constReid Spencer2004-12-051-1/+1
* Per code review:Reid Spencer2004-11-161-7/+13
* Add the MoreHelp function pointer. If non-null, this specifies a function to ...Reid Spencer2004-11-141-0/+8
* Convert 'struct' to 'class' in various places to adhere to the coding standardsChris Lattner2004-10-271-14/+18
* Changes For Bug 352Reid Spencer2004-09-011-4/+4
* Allow any cl::opt to use the method getPosition() to retrieve the option'sReid Spencer2004-08-131-24/+34
* Add a new macro to be used for the end of enum lists.Chris Lattner2004-07-161-0/+1
* Provide better support for pointer-valued command line argumentsChris Lattner2004-07-111-0/+3
* The prototype for ParseCommandLineOptions changed at some point, but thisChris Lattner2004-06-031-1/+1
* Add the enum corresponding to the source change I made earlierChris Lattner2004-05-071-2/+3
* Use the new LLVM is_class template instead of the boost one, allowing us toChris Lattner2004-02-241-2/+3
* Fixes for PR114: Thanks to Reid Spencer!Chris Lattner2003-11-161-6/+11
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-0/+3
* Added LLVM notice.John Criswell2003-10-201-0/+7
* Standardize header file commentsChris Lattner2003-09-301-1/+1
* Changes to work better with GCC3.4/LLVM G++Chris Lattner2003-08-221-3/+6
* Make assertion message more helpful in a case that might happen...Chris Lattner2003-08-191-1/+2
* lib/Support/CommandLine.cpp:Brian Gaeke2003-08-151-1/+1
* Remove extraneous cl:: namespace qualifiersChris Lattner2003-08-141-4/+4
* Add support for reading command line arguments from an environment variable.Brian Gaeke2003-08-141-0/+7
* Add includes of assertChris Lattner2003-07-251-0/+1
* The word `separate' only has one `e'.Misha Brukman2003-07-141-1/+1
* Lowercase versions of `occurrence' need to be spelled correctly, too.Misha Brukman2003-07-101-6/+6
* `Occurrence' has no `a' and the `r' is doubled.Misha Brukman2003-07-101-22/+22
* Merged in autoconf branch. This provides configuration via the autoconfJohn Criswell2003-06-301-1/+0
* Add support for 'unsigned' command line argumentsChris Lattner2003-06-281-0/+15
* Remove a ton of extraneous #includesChris Lattner2003-06-221-1/+0
* Regularize the names of #include-guards.Brian Gaeke2003-06-171-2/+2
* Included assert.h so that the code compiles under newer versions of GCC.John Criswell2003-06-111-0/+2
* Add doxygen comment for namespaceChris Lattner2003-06-031-1/+4
* Add support for a new "CommaSeparated" modifierChris Lattner2003-05-221-3/+15
* Checkin patch written by Casey Carter, enabling support for the redhat GCC 2.96Chris Lattner2002-09-131-0/+4
* Simplify interface to parsers.Chris Lattner2002-08-071-92/+77