aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Argument.h
Commit message (Expand)AuthorAgeFilesLines
* make these accessors private.Chris Lattner2007-05-231-6/+7
* Refactor SymbolTableListTraits to only have a single pointer in it, insteadChris Lattner2007-04-171-5/+3
* Rename Value::getValueType to getValueID, to avoid confusion withDan Gohman2007-04-131-1/+1
* Add the 'explicit' keyword to several constructors that accept oneDan Gohman2007-03-231-1/+3
* Added an automatic cast to "std::ostream*" etc. from OStream. We then canBill Wendling2006-12-171-0/+3
* For PR778:Reid Spencer2006-06-051-2/+6
* Remove trailing whitespaceMisha Brukman2005-04-211-3/+3
* remove all of the various setName implementations, consolidating them intoChris Lattner2005-03-051-3/+0
* Remove the second argument to Value::setName, it is never needed.Chris Lattner2005-03-051-2/+2
* Forward-declare templates for fix compilation when Argument.h is included first.Misha Brukman2004-03-111-0/+4
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-0/+4
* Added LLVM copyright header (for lack of a better term).John Criswell2003-10-201-0/+7
* Fix header, fix broken friend declChris Lattner2003-09-201-3/+4
* * Clean up some commentsChris Lattner2002-09-061-7/+7
* Convert comments to Doxygen styleChris Lattner2002-08-251-2/+4
* *** empty log message ***Chris Lattner2002-06-251-1/+10
* Move FunctionArgument out of iOther.h into Argument.h and rename class toChris Lattner2002-04-091-0/+40