diff options
Diffstat (limited to 'lib/AST/DeclSerialization.cpp')
-rw-r--r-- | lib/AST/DeclSerialization.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/AST/DeclSerialization.cpp b/lib/AST/DeclSerialization.cpp index 91d043ce8f..d2dde67cb2 100644 --- a/lib/AST/DeclSerialization.cpp +++ b/lib/AST/DeclSerialization.cpp @@ -117,7 +117,7 @@ void ScopedDecl::ReadInRec(Deserializer& D, ASTContext& C) { NamedDecl::ReadInRec(D, C); D.ReadPtr(Next); // From ScopedDecl. - assert(DeclCtx == 0) // Allow back-patching. Observe that we register + assert(DeclCtx == 0); // Allow back-patching. Observe that we register D.ReadPtr(DeclCtx); // the variable of the *object* for back-patching. // Its actual value will get filled in later. } |