#
d7fda044 |
| 17-Nov-2006 |
Bill Wendling <isanbard@gmail.com> |
Added "DOUT" macro. This is used as a replacement for the std::cerr stream. It centralizes the use of std::cerr so that static c'tor/d'tors aren't scattered around all over the place. The way to use
Added "DOUT" macro. This is used as a replacement for the std::cerr stream. It centralizes the use of std::cerr so that static c'tor/d'tors aren't scattered around all over the place. The way to use it is like this:
DOUT << "This is a status line: " << Var << "\n";
If "-debug" is specified, it will print. Otherwise, it'll not print. If NDEBUG is defined, the DOUT does nothing.
llvm-svn: 31798
show more ...
|
Revision tags: llvmorg-1.6.0, llvmorg-1.5.0 |
|
#
10468d8a |
| 21-Apr-2005 |
Misha Brukman <brukman+llvm@gmail.com> |
Remove trailing whitespace
llvm-svn: 21422
|
Revision tags: llvmorg-1.4.0 |
|
#
7c16caa3 |
| 01-Sep-2004 |
Reid Spencer <rspencer@reidspencer.com> |
Changes For Bug 352 Move include/Config and include/Support into include/llvm/Config, include/llvm/ADT and include/llvm/Support. From here on out, all LLVM public header files must be under include/l
Changes For Bug 352 Move include/Config and include/Support into include/llvm/Config, include/llvm/ADT and include/llvm/Support. From here on out, all LLVM public header files must be under include/llvm/.
llvm-svn: 16137
show more ...
|
Revision tags: llvmorg-1.3.0, llvmorg-1.2.0, llvmorg-1.1.0 |
|
#
c9499b6a |
| 14-Dec-2003 |
Chris Lattner <sabre@nondot.org> |
Finegrainify namespacification
llvm-svn: 10464
|
#
960707c3 |
| 11-Nov-2003 |
Brian Gaeke <gaeke@uiuc.edu> |
Put all LLVM code into the llvm namespace, as per bug 109.
llvm-svn: 9903
|
Revision tags: llvmorg-1.0.0 |
|
#
482202a6 |
| 20-Oct-2003 |
John Criswell <criswell@uiuc.edu> |
Added LLVM project notice to the top of every C++ source file. Header files will be on the way.
llvm-svn: 9298
|
#
291675b3 |
| 12-Aug-2003 |
Chris Lattner <sabre@nondot.org> |
Reenable optimized build
llvm-svn: 7788
|
#
8fb754a5 |
| 01-Aug-2003 |
Chris Lattner <sabre@nondot.org> |
Move debug functionality to Debug.cpp/Debug.h
llvm-svn: 7494
|