aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Support/Debug.h
AgeCommit message (Expand)Author
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke
2003-10-20Added LLVM notice.John Criswell
2003-08-01Move debugging support out of Statistic.h into Debug.h, implement the new DEB...Chris Lattner