[cfe-commits] r50980 - /cfe/trunk/lib/AST/DeclSerialization.cpp
Ted Kremenek
kremenek at apple.com
Mon May 12 10:42:30 PDT 2008
Author: kremenek
Date: Mon May 12 12:42:30 2008
New Revision: 50980
URL: http://llvm.org/viewvc/llvm-project?rev=50980&view=rev
Log:
Unbreak build.
Modified:
cfe/trunk/lib/AST/DeclSerialization.cpp
Modified: cfe/trunk/lib/AST/DeclSerialization.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/AST/DeclSerialization.cpp?rev=50980&r1=50979&r2=50980&view=diff
==============================================================================
--- cfe/trunk/lib/AST/DeclSerialization.cpp (original)
+++ cfe/trunk/lib/AST/DeclSerialization.cpp Mon May 12 12:42:30 2008
@@ -117,7 +117,7 @@
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.
}
More information about the cfe-commits
mailing list