From 5ceb1a2dd923611a0dfc4b021db1ce4bb5d31938 Mon Sep 17 00:00:00 2001 From: Douglas Gregor Date: Fri, 17 Apr 2009 20:06:59 +0000 Subject: PCH tests for va_arg expressions. Verified that the blocks test does create a BlockDeclRefExpr llvm-svn: 69376 --- clang/lib/Frontend/PCHReader.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'clang/lib/Frontend/PCHReader.cpp') diff --git a/clang/lib/Frontend/PCHReader.cpp b/clang/lib/Frontend/PCHReader.cpp index 2e8e7dd287d..8889312090e 100644 --- a/clang/lib/Frontend/PCHReader.cpp +++ b/clang/lib/Frontend/PCHReader.cpp @@ -2369,7 +2369,6 @@ Stmt *PCHReader::ReadStmt() { break; case pch::EXPR_VA_ARG: - // FIXME: untested; we need function bodies first S = new (Context) VAArgExpr(Empty); break; @@ -2402,7 +2401,6 @@ Stmt *PCHReader::ReadStmt() { break; case pch::EXPR_BLOCK_DECL_REF: - // FIXME: untested until we have statement and block support S = new (Context) BlockDeclRefExpr(Empty); break; } -- cgit v1.2.3