summaryrefslogtreecommitdiffstats
path: root/llvm/include/Support/CommandLine.h
Commit message (Collapse)AuthorAgeFilesLines
* Checkin patch written by Casey Carter, enabling support for the redhat GCC 2.96Chris Lattner2002-09-131-0/+4
| | | | | | compiler. llvm-svn: 3697
* Simplify interface to parsers.Chris Lattner2002-08-071-92/+77
| | | | llvm-svn: 3255
* Changes to build with GCC 3.1Chris Lattner2002-07-241-11/+11
| | | | llvm-svn: 3064
* Add support for removing an option from a genericparserChris Lattner2002-07-231-1/+16
| | | | llvm-svn: 2998
* Change to avoid bug in GCC 3.0.4Chris Lattner2002-07-231-3/+4
| | | | llvm-svn: 2997
* Checkin CommandLine 2.0Chris Lattner2002-07-221-229/+762
| | | | llvm-svn: 2982
* Add ability to update existing variables with values read from the command lineChris Lattner2002-05-221-9/+48
| | | | | | | | | to certain classes. This is nice because it means that in header files we can just declare a value, and still have that value be set based on a command-line argument. The difference is now that the #include of CommandLine.h does not need to go into the header file as well. llvm-svn: 2708
* Changes to build successfully with GCC 3.02Chris Lattner2002-01-201-18/+18
| | | | llvm-svn: 1503
* Create a new #include "Support/..." directory structure to move thingsChris Lattner2001-11-271-0/+399
from "llvm/Support/..." that are not llvm dependant. Move files and fix #includes llvm-svn: 1400
OpenPOWER on IntegriCloud