aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Support/CommandLine.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Changes to build with GCC 3.1Chris Lattner2002-07-241-11/+11
* Add support for removing an option from a genericparserChris Lattner2002-07-231-1/+16
* Change to avoid bug in GCC 3.0.4Chris Lattner2002-07-231-3/+4
* Checkin CommandLine 2.0Chris Lattner2002-07-221-229/+762
* Add ability to update existing variables with values read from the command lineChris Lattner2002-05-221-9/+48
* Changes to build successfully with GCC 3.02Chris Lattner2002-01-201-18/+18
* Create a new #include "Support/..." directory structure to move thingsChris Lattner2001-11-271-0/+399