summaryrefslogtreecommitdiff
path: root/include/llvm/Support/YAMLParser.h
diff options
context:
space:
mode:
authorEric Christopher <echristo@apple.com>2012-04-20 22:07:50 +0000
committerEric Christopher <echristo@apple.com>2012-04-20 22:07:50 +0000
commitc61382b7633cf4ff5b967ac9575c3121418afc04 (patch)
tree76494a5c4fa4859e7bcfad1d2b74838d77d62862 /include/llvm/Support/YAMLParser.h
parent64c7af89008c5c38e92c963ffe1d0de7f6526dcc (diff)
downloadllvm-c61382b7633cf4ff5b967ac9575c3121418afc04.tar.gz
llvm-c61382b7633cf4ff5b967ac9575c3121418afc04.tar.bz2
llvm-c61382b7633cf4ff5b967ac9575c3121418afc04.tar.xz
Extraneous semicolon.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@155247 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Support/YAMLParser.h')
-rw-r--r--include/llvm/Support/YAMLParser.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Support/YAMLParser.h b/include/llvm/Support/YAMLParser.h
index 47206b3c6d..87117fdd4d 100644
--- 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; }