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:
64c7af8
)
Extraneous semicolon.
author
Eric Christopher
<echristo@apple.com>
Fri, 20 Apr 2012 22:07:50 +0000
(22:07 +0000)
committer
Eric Christopher
<echristo@apple.com>
Fri, 20 Apr 2012 22:07:50 +0000
(22:07 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@155247
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/Support/YAMLParser.h
patch
|
blob
|
history
diff --git
a/include/llvm/Support/YAMLParser.h
b/include/llvm/Support/YAMLParser.h
index 47206b3c6d9d65ec471ef5ea4dd29dbcec5e3b77..87117fdd4da22bdc3e48467ecf42ccb729874657 100644
(file)
--- a/
include/llvm/Support/YAMLParser.h
+++ b/
include/llvm/Support/YAMLParser.h
@@
-130,7
+130,7
@@
public:
void setError(const Twine &Message, Token &Location) const;
bool failed() const;
- virtual void skip() {}
;
+ virtual void skip() {}
unsigned int getType() const { return TypeID; }
static inline bool classof(const Node *) { return true; }