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:
1156edf
)
Cleanup to build with GCC 3.0.4
author
Chris Lattner
<sabre@nondot.org>
Sun, 24 Feb 2002 23:25:24 +0000
(23:25 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Sun, 24 Feb 2002 23:25:24 +0000
(23:25 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1794
91177308
-0d34-0410-b5e6-
96231b3b80d8
tools/analyze/analyze.cpp
patch
|
blob
|
history
diff --git
a/tools/analyze/analyze.cpp
b/tools/analyze/analyze.cpp
index 5f3e52ef0067dafddfcceb041407bd7965957571..9513e5ebe2d791adc37310f9026d0fe053fb2175 100644
(file)
--- a/
tools/analyze/analyze.cpp
+++ b/
tools/analyze/analyze.cpp
@@
-265,7
+265,7
@@
int main(int argc, char **argv) {
return 1;
}
} catch (const ParseException &E) {
-
cerr << E.getMessage() << endl
;
+
std::cerr << E.getMessage() << "\n"
;
return 1;
}