projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
da23d93
)
Fix a build error by adding a missing commit.
author
David Greene
<greened@obbligato.org>
Tue, 5 Jan 2010 01:36:30 +0000
(
01:36
+0000)
committer
David Greene
<greened@obbligato.org>
Tue, 5 Jan 2010 01:36:30 +0000
(
01:36
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92670
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/Support/FormattedStream.h
patch
|
blob
|
history
diff --git
a/include/llvm/Support/FormattedStream.h
b/include/llvm/Support/FormattedStream.h
index 09ab17c446e0b67ba507f238ffc2411affe17893..af546f0535dcee798ee6274ac3d678002714421a 100644
(file)
--- a/
include/llvm/Support/FormattedStream.h
+++ b/
include/llvm/Support/FormattedStream.h
@@
-144,6
+144,10
@@
formatted_raw_ostream &fouts();
/// standard error. Use it like: ferrs() << "foo" << "bar";
formatted_raw_ostream &ferrs();
+/// fdbgs() - This returns a reference to a formatted_raw_ostream for
+/// debug output. Use it like: fdbgs() << "foo" << "bar";
+formatted_raw_ostream &fdbgs();
+
} // end llvm namespace