make sure that ParseAST invokes the action for end of translation unit.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@55222 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Sema/Sema.h b/lib/Sema/Sema.h
index a088bd3..c5ab94a 100644
--- a/lib/Sema/Sema.h
+++ b/lib/Sema/Sema.h
@@ -197,6 +197,8 @@
virtual void DeleteExpr(ExprTy *E);
virtual void DeleteStmt(StmtTy *S);
+ virtual void ActOnEndOfTranslationUnit();
+
//===--------------------------------------------------------------------===//
// Type Analysis / Processing: SemaType.cpp.
//