From e5620b87e1227fb97d08abe85b2f47c14ceae3cc Mon Sep 17 00:00:00 2001 From: Daniel Dunbar Date: Fri, 5 Jun 2009 07:33:39 +0000 Subject: llvm::Casting support for Kleaver AST nodes. git-svn-id: https://llvm.org/svn/llvm-project/klee/trunk@72931 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Expr/Parser.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/Expr/Parser.cpp') diff --git a/lib/Expr/Parser.cpp b/lib/Expr/Parser.cpp index c0cc05d5..e059c675 100644 --- a/lib/Expr/Parser.cpp +++ b/lib/Expr/Parser.cpp @@ -1307,7 +1307,7 @@ void ParserImpl::Error(const char *Message, const Token &At) { // AST API // FIXME: Move out of parser. -Decl::Decl() {} +Decl::Decl(DeclKind _Kind) : Kind(_Kind) {} void QueryCommand::dump() { // FIXME: This is masking the difference between an actual query and -- cgit 1.4.1