diff options
Diffstat (limited to 'include/clang/AST/ASTContext.h')
-rw-r--r-- | include/clang/AST/ASTContext.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/clang/AST/ASTContext.h b/include/clang/AST/ASTContext.h index a994d66fa9..854fc3fe43 100644 --- a/include/clang/AST/ASTContext.h +++ b/include/clang/AST/ASTContext.h @@ -305,7 +305,8 @@ private: //===--------------------------------------------------------------------===// // Serialization //===--------------------------------------------------------------------===// - + +public: void Emit(llvm::Serializer& S) const; static ASTContext* Materialize(llvm::Deserializer& D); }; |