aboutsummaryrefslogtreecommitdiffstats
path: root/include/Support/Debug.h
Commit message (Expand)AuthorAgeFilesLines
* Include <iostream> here, because most people using DEBUG() want to use std::c...Brian Gaeke2004-07-211-0/+3
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-0/+4
* Added LLVM notice.John Criswell2003-10-201-0/+7
* Move debugging support out of Statistic.h into Debug.h, implement the new DEB...Chris Lattner2003-08-011-0/+53