| commit | 8f7b500fffcd235a7a9b2a5b05837104f156bd9f | [log] [tgz] |
|---|---|---|
| author | Chris Lattner <sabre@nondot.org> | Wed May 22 17:03:05 2002 +0000 |
| committer | Chris Lattner <sabre@nondot.org> | Wed May 22 17:03:05 2002 +0000 |
| tree | ab07604c19c61af68e3b6eb620cbf1e075a73461 | |
| parent | a482d52ff46ac601ad4fd695ea2b2b7d2f56b90f [diff] |
Add ability to update existing variables with values read from the command line 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