llvm-mirror/lib/Support
Chris Lattner 555163a0ab 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
2002-05-22 17:03:05 +00:00
..
Annotation.cpp Changes to build successfully with GCC 3.02 2002-01-20 22:54:45 +00:00
CommandLine.cpp Add ability to update existing variables with values read from the command line 2002-05-22 17:03:05 +00:00
Makefile Large scale changes to implement new command line argument facility 2001-07-23 02:35:57 +00:00
Signals.cpp Add new api for basic signal handling for tools 2002-04-18 19:53:53 +00:00
Statistic.cpp Initial checkin of Statistic class. 2002-05-10 15:36:46 +00:00