mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 19:52:54 +01:00
748f1ae70b
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 |
||
---|---|---|
.. | ||
bzip2 | ||
Allocator.cpp | ||
Annotation.cpp | ||
CommandLine.cpp | ||
Compressor.cpp | ||
CStringMap.cpp | ||
Debug.cpp | ||
Dwarf.cpp | ||
FileUtilities.cpp | ||
FoldingSet.cpp | ||
GraphWriter.cpp | ||
IsInf.cpp | ||
IsNAN.cpp | ||
Makefile | ||
ManagedStatic.cpp | ||
PluginLoader.cpp | ||
SlowOperationInformer.cpp | ||
Statistic.cpp | ||
StringExtras.cpp | ||
SystemUtils.cpp | ||
Timer.cpp |