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:
8a8bd3d
)
Remove spurious semicolons.
author
Dan Gohman
<gohman@apple.com>
Sat, 25 Jul 2009 16:00:54 +0000
(16:00 +0000)
committer
Dan Gohman
<gohman@apple.com>
Sat, 25 Jul 2009 16:00:54 +0000
(16:00 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@77077
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/Support/raw_ostream.h
patch
|
blob
|
history
diff --git
a/include/llvm/Support/raw_ostream.h
b/include/llvm/Support/raw_ostream.h
index 74a4206c2352d6f0c4190b4ffcfb36d45666cdbf..3527984d2a6b4d5957e966c72e8a45dd6eec177d 100644
(file)
--- a/
include/llvm/Support/raw_ostream.h
+++ b/
include/llvm/Support/raw_ostream.h
@@
-78,7
+78,7
@@
public:
/// whether an output error has been encountered.
bool has_error() const {
return Error;
- }
;
+ }
/// clear_error - Set the flag read by has_error() to false. If the error
/// flag is set at the time when this raw_ostream's destructor is called,
@@
-86,7
+86,7
@@
public:
/// after handling the error to avoid this behavior.
void clear_error() {
Error = false;
- }
;
+ }
//===--------------------------------------------------------------------===//
// Configuration Interface