llvm/include/Support
Chris Lattner 71fb71628a 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.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2708 91177308-0d34-0410-b5e6-96231b3b80d8
2002-05-22 17:03:05 +00:00
..
Annotation.h Changes to build successfully with GCC 3.02 2002-01-20 22:54:45 +00:00
Casting.h Pull casting operators out of Value.h 2002-04-08 21:43:56 +00:00
CommandLine.h Add ability to update existing variables with values read from the command line 2002-05-22 17:03:05 +00:00
DataTypes.h Move DataTypes.h from llvm/Support to just Support 2001-11-26 23:04:08 +00:00
DepthFirstIterator.h Changes to build successfully with GCC 3.02 2002-01-20 22:54:45 +00:00
GraphTraits.h Create a new #include "Support/..." directory structure to move things 2001-11-27 00:03:19 +00:00
HashExtras.h Changes to build successfully with GCC 3.02 2002-01-20 22:54:45 +00:00
MathExtras.h Cleanups, rename IsPowerOf2 to isPowerOf2 2002-05-19 21:19:55 +00:00
NonCopyable.h Create a new #include "Support/..." directory structure to move things 2001-11-27 00:03:19 +00:00
PostOrderIterator.h Genericize the ReversePostOrderIterator. 2002-02-24 21:48:59 +00:00
SetOperations.h New Support file for operations on set like objects 2002-02-05 03:35:10 +00:00
Signals.h New api for signal handling for LLVM tools 2002-04-18 19:53:34 +00:00
Statistic.h Initial checkin of Statistic class 2002-05-10 15:36:56 +00:00
StatisticReporter.h Initial checkin of Statistic class 2002-05-10 15:36:56 +00:00
STLExtras.h Remove obsolete namespace from example 2002-04-28 16:18:32 +00:00
StringExtras.h Add new function utohexstr. 2002-04-07 08:36:19 +00:00
Tree.h Changes to build successfully with GCC 3.02 2002-01-20 22:54:45 +00:00