From: Mike Stump Date: Tue, 14 Apr 2009 00:56:59 +0000 (+0000) Subject: Fix build error. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=38c1effc8549af15d5049a684257c7ca8e9c7a87;p=clang Fix build error. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@69009 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/AST/ExternalASTSource.h b/include/clang/AST/ExternalASTSource.h index 54fe3639ad..2ec29d80ec 100644 --- a/include/clang/AST/ExternalASTSource.h +++ b/include/clang/AST/ExternalASTSource.h @@ -86,7 +86,7 @@ public: /// \brief Function that will be invoked when we begin parsing a new /// translation unit involving this external AST source. - virtual void StartTranslationUnit(ASTConsumer *Consumer); + virtual void StartTranslationUnit(ASTConsumer *Consumer) { } /// \brief Print any statistics that have been gathered regarding /// the external AST source.